@charset "Shift_JIS";

/*	スタイルシート　[ 南さつま市（スポーツ・合宿総合サイト）：全ページ共通 ]
=================================================================== */
/* 再定義 */
body {
	font: normal 90%  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	line-height:1.5;
}

a:link    {color: #3366CC;background-color: transparent;text-decoration: underline;}
a:visited {color: #3366CC;background-color: transparent;text-decoration: underline;}
a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

h1 {margin: 0;padding: 0;}
h2 {display: none; }
h3 {margin: 0;padding: 0;}
h4 {margin: 0;padding: 0;}
h5 {margin: 0;padding: 0;}
h6 {margin: 0;padding: 0;}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
* html table {
	font-size: 90%; /* ie6 */
}
table {
	border-color: #CCCCCC;
}

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	background: url(../../images/bg-top.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

/*	ヘッダ枠組み
=================================================================== */
div#Header {
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: center;
	width: 900px;
	position: relative;
}

/* h1 */
div#Header h1 {
	position: absolute;
	left: 0px;
	top: 6px;
}
/* ナビゲーション */
div#Navigation {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 678px;
	_width: 681px; /* ie6 */
	height: 69px;
}
div#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Navigation ul li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	width: 110px;
}

/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
	font-size: 95%;
}

/* メインコンテンツ */
div#MainContents {
	float: right;
	margin: 0;
	padding: 0;
	width: 675px;
}

/* パンくず */
div#TopicPath {
	font-size: 90%;
	margin: 0;
	padding: 5px 0 5px 5px;
}
div#TopicPath a:link    {color: #3399CC;background-color: transparent;text-decoration: underline;}
div#TopicPath a:visited {color: #3399CC;background-color: transparent;text-decoration: underline;}
div#TopicPath a:hover   {color: #FF6600;background-color: transparent;text-decoration: underline;}
div#TopicPath a:active  {color: #FF6600;background-color: transparent;text-decoration: underline;}

/* h3 */
div#MainContents h3 {
	background: url(../images/bg-h3.jpg) no-repeat 0 center;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	color: #FFFFFF;
	font-size: 155%;
	font-weight: bold;
	line-height: 300%;
	width: 100%;
}

/* main */
div#MainContents div.main {
	margin: 0 10px;
	padding: 0;
	width: 655px;
}

/* h4 */
div#MainContents div.h4_Dec {
	margin: 15px auto;
	padding: 0 0 3px 0;
	border-bottom: 1px #1198F1 solid;
}
div#MainContents div.h4_Dec h4 {
	margin: 0 0 0 1px;
	padding: 0 0 0 10px;
	border-left: #2AA3F4 7px solid;
	color: #336699;
	font-size: 135%;
	font-weight: bold;
	width: 100%;
}
div#MainContents div.h4_Dec h4 span {
	margin: 0;
	padding: 0 0 0 5px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

div#MainContents div.h4_Dec h4 a:link    {color: #336699;background-color: transparent;text-decoration: none;}
div#MainContents div.h4_Dec h4 a:visited {color: #336699;background-color: transparent;text-decoration: none;}
div#MainContents div.h4_Dec h4 a:hover   {color: #FF6600;background-color: transparent;text-decoration: underline;}
div#MainContents div.h4_Dec h4 a:active  {color: #FF6600;background-color: transparent;text-decoration: underline;}
/* h5 */
div#MainContents div.main h5 {
	background: url(../images/square01.gif) no-repeat 5px center;
	margin: 10px 0;
	padding: 5px 0 5px 30px;
	border-bottom: 1px #FF9900 dashed;
	font-size: 120%;
	font-weight: normal;
}
div#MainContents div.main h5 a:link    {color: #333333;background-color: transparent;text-decoration: none;}
div#MainContents div.main h5 a:visited {color: #333333;background-color: transparent;text-decoration: none;}
div#MainContents div.main h5 a:hover   {color: #FF6600;background-color: transparent;text-decoration: underline;}
div#MainContents div.main h5 a:active  {color: #FF6600;background-color: transparent;text-decoration: underline;}

/* h6 */
div#MainContents div.main h6 {
	background: url(../images/cur01.gif) no-repeat 5px center;
	margin: 10px 0;
	padding: 0 0 0 20px;
	font-size: 110%;
	font-weight: bold;
	color: #FF6666;
	width: 100%;
}

/* blog_news */
div.blog_news {
	margin: 0 0 15px 0;
	padding: 0;
}
div.blog_news ul {
	list-style: none;
	margin: 0;
	padding: 0 4px;
	font-size: 100%;
}
div.blog_news ul li {
	background: url(../../images/square01.gif) no-repeat 5px 11px;
	margin: 0;
	padding: 6px 0 6px 25px;
	border-bottom: 1px #A5A5A5 dotted;
}

/* ul menu */
ul.menu {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
ul.menu li {
	background: url(../../images/cur01.gif) no-repeat left center;
	margin: 0;
	padding: 3px 0 3px 15px;
}
ul.menu li a:link    {color: #333333;background-color: transparent;text-decoration: none;}
ul.menu li a:visited {color: #333333;background-color: transparent;text-decoration: none;}
ul.menu li a:hover   {color: #FF6600;background-color: transparent;text-decoration: underline;}
ul.menu li a:active  {color: #FF6600;background-color: transparent;text-decoration: underline;}

/* ul Page-Menu */
div.Page-Menu {
	margin: 10px 0 10px 15px;
	padding: 0;
}
div.Page-Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.Page-Menu ul li {
	margin: 0 15px 0 0;
	padding: 3px 0 3px 0;
	display: inline;
}

div.Page-Menu ul li a:link    {color: #2074B3;background-color: transparent;text-decoration: underline;}
div.Page-Menu ul li a:visited {color: #2074B3;background-color: transparent;text-decoration: underline;}
div.Page-Menu ul li a:hover   {color: #FF6600;background-color: transparent;text-decoration: underline;}
div.Page-Menu ul li a:active  {color: #FF6600;background-color: transparent;text-decoration: underline;}

/* col2（カラム2） */
div.col2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 290px;
	_display: inline; /* ie6 */
}

/* btn */
div.btn {
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
}

/* 関連項目検索 */
div#TagSearch {
	border-top: 1px #33CCCC dotted;
	margin: 20px 0;
	padding: 10px;
}

/* サイドコンテンツ */
div#SideContents {
	float: left;
	margin: 109px 0 0 0;
	padding: 0;
	width: 210px;
}

/* サイドバナーメニュー */
div#SideContents div#Side-bn-menu {
}
div#SideContents div#Side-bn-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#SideContents div#Side-bn-menu ul li {
	margin: 0 0 3px 0;
	padding: 0;
}

/* サイドバナー */
div#SideContents div#Side-bn {
	margin: 17px 0 0 0;
	padding: 0;
}
div#SideContents div#Side-bn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#SideContents div#Side-bn ul li {
	margin: 0 0 3px 0;
	padding: 0;
}

/*	フッタ枠組み
=================================================================== */
div#areaFooter {
	margin: 20px auto;
	padding: 0;
	width: 100%;
}
div#areaFooter div#Footer {
	margin: 0 auto;
	padding: 20px 15px;
	width: 870px;
	_width: 900px; /* ie6 */
	background-color: #D7ECFB;
	text-align: left;
}

/* アドレス */
div#Footer div#Add {
	margin: 0 auto;
	padding: 0;
}
div#Footer div#Add address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
/* copy */
div#Footer div#copy {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
}
.onPrint {
	display: none;
}
/* 日本語段落  */
.jpara {
	text-indent: 1em;
}

/* ブロック要素配置用 */
.setRight {
	float: right;
	display: block;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
.wrapper {
	width: 100%;
}

/*  */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* スペース */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}

/* リスト要素 */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}

/* テーブル幅 */
.tdwidth05 {
	width: 5%;
}
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}

/* テーブル用飾り(上下実線) */
.tdLineTopBottomSolid {
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #CCCCCC solid;
}

/* テーブル用飾り(下破線) */
.tdLineBottomDashed {
	border-bottom: 1px #CCCCCC dashed;
}

/* テーブルクラス */
table.th-pink {
	border-color: #CCCCCC;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
}
table.th-pink tr th {
	background-color: #FFDFDF;
	text-align: center;
	font-weight: bold;
}
table.th-pink tr td {
	background-color: #FFFFFF;
}

/* 先頭へ戻る */
.backToTop {
	font-size: 90%;
	margin: 10px 5px 5px 0;
	text-align: right;
}

.backToTop a:link    { text-decoration:none; }
.backToTop a:visited { text-decoration:none; }
.backToTop a:hover   { text-decoration:underline;}
.backToTop a:active  { text-decoration:none; }

/* 文字色 */
.red {
	color: #CC0000;
}
.red-B {
	color: #CC0000;
	font-weight: bold;
}
.blue {
	color:#3366CC;
}
.blue-B {
	color:#3366CC;
	font-weight: bold;
}
.black-B {
	color:#333333;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
.green {
	color: #007026;
}
.green-B {
	color: #007026;
	font-weight: bold;
}
.orange {
	color: #FF9900;
}
.orange-B {
	color: #FF9900;
	font-weight: bold;
}

/* p */
p.ttl {
	margin: 10px;
	padding: 0;
	color: #FF6699;
	font-size: 115%;
	font-weight: bold;
}	
/* ol */
ol li {
	margin: 8px auto;
	padding: 0;
}
/* ul */
ul li {
	margin: 8px auto;
	padding: 0;
}

/* リンク */
.link {
	background: url(../../images/cur03.gif) no-repeat 12px center;
	margin: 15px 0;
	padding: 0 0 0 30px;
}
.pdf {
	background: url(../../images/icon_pdf-small.gif) no-repeat 10px center;
	margin: 0;
	padding: 10px 0 10px 30px;
}
.word {
	background: url(../../images/icon_doc-small.gif) no-repeat 10px center;
	margin: 0;
	padding: 10px 0 10px 30px;
}
.excel {
	background: url(../../images/icon_xls-small.gif) no-repeat 10px center;
	margin: 0;
	padding: 10px 0 10px 30px;
}

/* entry */
div#entry {
	text-align: center;
}
div#entry table {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	border-color: #CCCCCC;
}
div#entry table th {
	background-color: #FFEAE8;
	text-align: left;
	font-weight: bold;
}
div#entry table td {
	background-color: #FFFFFF;
	text-align: left;
}
div#entry table td table {
	border-color: #CCCCCC;
	text-align: left;
	margin: 10px 0;
	padding: 0;
}
div#entry table td table th {
	background-color: #FFEAE8;
	text-align: left;
	font-weight: bold;
}
div#entry table td table td {
	background-color: #FFFFFF;
	text-align: left;
}

/* エントリー(META) */
.entryMeta {
	border-top: 1px #CCCCCC solid;
	font-size: 90%;
	margin: 5px 0 5px 0;
	text-align: right;
	padding: 5px 0 0 0;
	clear: both;
}

/* カレンダー */
.calenderList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calenderList ul li {
	margin: 0 0 3px 0;
	padding: 0;
}
.calenderMove {
	margin: 0 5px 10px 5px;
	padding: 0;
}

