/*  ここから中ページのスタイル設定-------------------------------------- */

/*　左部メニューの施設タイトル　*/
.menu-title {
	font-size: 95%;
	line-height: 120%;
	font-weight: bold;
	}
/*  ----------------------------------------------------------------------- */
/*　左側メニューのリストに関するスタイル　*/
ul.ul-info1 {
	padding:0px 0px 0px 0px;
	margin:0px 10px 5px 18px;
	font-size: 85%;
	list-style-image : url(ul-info1.gif);
	line-height: 120%;
}
li.li-info1{
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 8px;
	font-weight: bold;
	list-style-image : url(li-info1.gif);
	line-height:120%;
	color: #006600;
}
li.li-info2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	list-style-image : url(ul.gif);
	line-height: 120%;
}



/*  ----------------------------------------------------------------------- */
/*　ページタイトルに関するスタイル　*/
h1{
	color: #009900;
	font-size:120%;
	padding: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom:10px;

	border: 1px solid #009900;

	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	}
h2 {
	font-size: 120%;
	color: #009900;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	border-top: 0px solid #009900;
	border-right: 0px solid #009900;
	border-bottom: 1px solid #009900;
	border-left: 8px solid #009900;
	}
h2.h2_1 {
	font-size: 120%;
	color: #000000;
	padding: 1px;
	margin: 2px;
	border:0px;
	}
h2.h2_osusume {
	font-size: 120%;
	color: #FF3300;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	border-top: 0px solid #FF3300;
	border-right: 0px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	border-left: 8px solid #FF3300;
	}
h3{
	padding: 5px;
	margin-left: 10px;
	margin-right: 15px;
	font-size: 100%;
	text-indent:19px;
	background-image : url(h3.gif);}
h4{
	font-size: 98%;
	margin-left: 15px;
	margin-right: 15px;
	
	text-indent:12px;
	padding: 5px;
	background-image : url(h4.gif);}
h5{
	font-size: 95%;
	margin-left: 15px;
	margin-right: 15px;
}
/*  ----------------------------------------------------------------------- */
/*　リストに関するスタイル　*/
li{
	font-size: 95%;
	line-height: 130%;
}
/*　基本のリスト・・・クラスをつけない場合は常にこれ　*/
ul{
	list-style-image : url(ul.gif);
	margin-left:50px;
	margin-right:15px;
}
/*　ひかえめリスト　*/
ul.ul1{
	list-style-image : url(ul1.gif);
	margin-left:50px;
	margin-right:15px;
	margin-top:5px;
}
/*　タイプ1　●がついたリスト　*/
ul.ul2 {
	list-style-image : url(ul2.gif);
	list-style-type: circle;
	margin-left:50px;
	margin-right:15px;
}
/*　数字付リスト　*/
ol.ol1{
	font-size: 95%;
	margin-left:60px;
	margin-right:15px;
	margin-top:5px;
}
/*  ----------------------------------------------------------------------- */
/*　定義リスト<dl>に関するスタイル　（リスト内に<p>タグは入れないこと）*/
/*  ----------------------------------------------------------------------- */
dl {
	margin-left: 50px;
}
dl.dl1 {
	margin-left: 20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:3px;
}
dt {
	color: #FF6600;
	font-weight: normal;
	font-size: 95%;
}
dd {
	line-height: 120%;
	padding: 2px;
	margin: 5px;	
	font-size: 95%;
}
dd.dd2 {
	line-height: 120%;
	padding: 2px;
	margin: 5px;
	margin-left:25px;	
	font-size: 95%;
}
/*　背景入り<dt>　*/
dt.dt1 {
	line-height: 130%;
	margin-top:0.5em;
	border:1px solid #009900;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	background-color: #C6ECD9;

	margin-right: 15px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #000000;
}
dt.dt2 {
	line-height: 130%;
	margin-top:0.5em;
	border:1px dotted #FF6600;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	background-color: #FFFFCC;

	margin-right: 15px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #000000;
}
dt.dt3 {
	line-height: 130%;
	margin-top:0.5em;
	border:1px dotted #009900;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	background-color: #E4F7CC;

	margin-right: 15px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #000000;
}
/*　背景なし文字黒<dt>　*/
dt.dt4 {
	color:#000000;
	line-height: 130%;
	margin-top:0.5em;

	margin-right: 15px;
	margin-left:0px;
	margin-top:1px;
	margin-bottom:1px;
	padding:0px;

	color: #000000;
}
dt.dt5 {
	line-height: 130%;
	margin-top:0.5em;
	border:1px solid #009900;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	background-color: #E1F4EB;

	margin-right: 15px;
	margin-left: 15px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #000000;
}
/*装飾なしdd*/
dd.dd1 {
	line-height: 110%;
	margin-left: 20px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:3px;
	padding:0px;
	font-size: 95%;
}
/*  ----------------------------------------------------------------------- */
/*　強調<EM>のスタイル　*/
/*  ----------------------------------------------------------------------- */
em {
	color:#FF0000;
	font-weight: normal;
	font-style: normal;

}
em.em1 {
	color: #333333;
	font-weight: bold;
	font-style: normal;
}
em.em2 {
	color: #339900;
	font-weight: normal;
	font-style: normal;

}
/*  ----------------------------------------------------------------------- */
/*　さらに強調する<strong>スタイル　*/
/*  ----------------------------------------------------------------------- */

strong {
	color:#FF3300;
	font-weight: bold;
	font-style: normal;
}
strong.st1 {
	font-size: 98%;
	color:#FF6600;
	font-weight: bold;
	font-style: normal;
}
strong.st2 {
	font-size: 98%;
	color:#009900;
	font-weight: bold;
	font-style: normal;
}
strong.st3 {
	font-size: 98%;
	color:#990000;
	font-weight: bold;
	font-style: normal;
}
/*  ----------------------------------------------------------------------- */
/*　補足のスタイル　*/
/*  ----------------------------------------------------------------------- */
/*  文字小さめ補足のスタイル */
.hosoku1 {
	font-size: 80%;
}
.hosoku2 {
	color:#FF6600;
	font-size: 95%;
}
.hosoku3 {	
	font-size: 95%;
	color: #666666;
}
/*  ----------------------------------------------------------------------- */
/*　コラムのスタイル　*/
/*  ----------------------------------------------------------------------- */
p.column1 {
	margin: 10px 20px 10px 10px;
	padding: 10px;
	line-height: 130%;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #FF6600;
}
p.column2 {
	margin: 10px 20px 10px 10px;
	padding: 10px;
	line-height: 130%;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px dashed #66CC99;
}
p.column3 {
	margin: 10px 20px 10px 10px;
	padding: 10px;
	line-height: 130%;
	color: #000000;
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
	
	font-size: 90%;
}

/*  ----------------------------------------------------------------------- */
/*　テーブルに関するスタイル　*/
/*  ----------------------------------------------------------------------- */

caption{
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	color: #009900;
}
caption.caption1{
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: #000000;
}
caption.caption2{
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	text-align:right;
	color: #000000;
}
/*  ----------------------------------------------------------------------- */
/*　<table>のバリエーション　*/
/*  ----------------------------------------------------------------------- */
/*　外枠なし　*/
table.table0{
	margin-left: 10px;
	margin-top:15px;
	border: none;
}
/*　グレー外枠　*/
table.table1{
	border:1px solid #ABABAB;
	border-collapse:collapse;
	margin-left: 10px;
	margin-top:15px;
}
/*　みどり外枠　*/
table.table2{
	border:1px solid #339900;
	border-collapse:collapse;
	margin-left: 10px;
	margin-top:15px;
}
/*　オレンジ外枠　*/
table.table3{
	border:1px solid #FF9900;
	border-collapse:collapse;
	margin-left: 10px;
	margin-top:15px;
}
/*　ピンク外枠　*/
table.table4{
	border:1px solid #FF99CC;
	border-collapse:collapse;
	margin-left: 10px;
	margin-top:15px;
}
/*  ----------------------------------------------------------------------- */
/*　縦<th>のバリエーション　*/
/*  ----------------------------------------------------------------------- */
/*緑地　白抜き*/
th.th-tate1{
	background-color: #339900;
	color: #FFFFFF;
	border:1px solid #ABABAB;
	
	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}
/*水色地*/
th.th-tate2{
	background-color: #C6ECD9;
	color: #000000;
	border:1px solid #339900;
	
	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}
/*オレンジ地*/
th.th-tate3{
	background-color: #FFFFCC;
	color: #000000;	
	border:1px solid #FF9900;
	
	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}
/*明緑地　白抜き太字*/
th.th-tate4{
	background-color: #00CC66;
	color: #FFFFFF;	
	border-bottom:1px solid #FFFFFF;	
	
	font-size: 95%;
	border-collapse:collapse;}
/*  ----------------------------------------------------------------------- */
/*　横<th>のバリエーション　*/
/*  ----------------------------------------------------------------------- */
/*緑地　白抜き*/
th.th-yoko1{
	background-color: #339900;
	color: #FFFFFF;
	border:1px solid #ABABAB;	
	
	text-align:center;

	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}
/*水色地*/
th.th-yoko2{
	background-color: #C6ECD9;
	color: #000000;
	border:1px solid #339900;
	
	text-align:center;	
	
	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}
/*オレンジ地*/
th.th-yoko3{
	background-color: #FFFFCC;
	color: #000000;
	border:1px solid #FF9900;
	
	text-align:center;	
	
	font-size: 95%;
	font-weight:normal;
	border-collapse:collapse;
}

/*明緑地　白抜き太字*/
th.th-yoko4{
	background-color: #00CC66;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*水泳・水中運動 白抜き太字*/
th.th-syumoku1{
	background-color: #0099FF;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*ダンス・エアロビクス 白抜き太字*/
th.th-syumoku2{
	background-color: #FF66CC;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*武道・武術 白抜き太字*/
th.th-syumoku3{
	background-color: #CC66CC;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*各種スポーツ  白抜き太字*/
th.th-syumoku4{
	background-color: #009933;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*各種講座  白抜き太字*/
th.th-syumoku5{
	background-color: #FF9900;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*その他 白抜き太字*/
th.th-syumoku6{
	background-color: #999999;
	font-size: 95%;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*  ----------------------------------------------------------------------- */
/*　ｔｄのバリエーション　*/
/*  ----------------------------------------------------------------------- */
/*何も装飾しないときのtdのスタイル*/
td.td0{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
}
/*グレー囲み線付きtdのスタイル*/
td.td1{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;

	border:1px solid #ABABAB;
	
	border-collapse:collapse;

}
/*緑囲み線付きtdのスタイル*/
td.td2{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;

	border:1px solid #339900;
	
	border-collapse:collapse;

}
/*オレンジ囲み線付きtdのスタイル*/
td.td3{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;

	border:1px solid #FF9900;
	
	border-collapse:collapse;

}
/*グレー≪下線≫付き背景薄いピンクtdのスタイル*/
td.td4{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
	border-bottom:1px solid #ABABAB;
	background-color:#FFE1F0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*グレー≪下線≫付き背景薄い黄色tdのスタイル*/
td.td5{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
	border-bottom:1px solid #ABABAB;
	background-color:#FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*一番下の行は下線がいらないので*/
td.td4-2{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
	border-bottom:0px solid #ABABAB;
	background-color:#FFE1F0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
td.td5-2{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
	border-bottom:0px solid #ABABAB;
	background-color:#FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*グレー≪下線≫付きtdのスタイル*/
td.td6{
	font-size: 95%;
	line-height:120%;
	font-weight: normal;
	border-bottom:1px solid #ABABAB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}




