@charset "shift_jis";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 						/*全要素のマージン・パディングをリセット*/
}
body {
	background-color:#EEF2FA;;					/*ページ全体の背景色*/
	font-size:11pt;								/* フォントサイズを90％にする */
    font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","sans-serif"; 	/* フォントの種類をゴシック系にする */
	line-height:1.9; 							/* 行の高さを1.9倍にする */
	color:#333333; 								/* 文字色を濃い目のグレーにする */
}
a {
    color:#0000e6;
    text-decoration:none;
}

a:hover {
    color:#00bfe6;
    text-decoration:underline;
}

div#pagebody {
	width:900px; margin:0 auto;					/*内容全体をセンタリング*/
	background-color:#ffffff;					/*内容全体の背景色*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:147px;								/*ヘッダ部分の高さ*/
	width:456px;								/*ヘッダ部分の幅*/
	float:left;									/*左寄せにする*/
}
div#header h1 {
	padding:25px 0px 40px 40px;					/*見出しの位置調整*/
	font-size:18px;								/*フォントのサイズ*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
div#header h1 a {text-decoration:none;} 		/*リンクの下線を無くす*/
img {border:0;} 								/*画像のボーダーを0にする*/

div#renrakusaki {
	float:right;								/*右寄せにする*/
	margin-top:34px;	
	margin-right:40px;	
}
div#renrakusaki address {
	color:#4d4d4d;								/*文字色*/
	font-size:15px;								/*フォントのサイズ*/
	font-style:normal;							/*フォントのスタイル*/
	font-weight:bolder;
	line-height:1.5; 							/* 行の高さを1.5倍にする */
}

/*============================================
メインメニュー
============================================*/
ul#menu {
	width:900px; height:142px;				 	/*メインメニュー部分の幅と高さ*/
	margin:0px; 								/*マージン0px*/
	padding:14px 14px 0px 14px;
	clear:both;									/*フロート配置をクリアする*/
}
#menu li {
	list-style-type:none;						/*リストマーカー無しにする*/
	display:inline;								/*リスト項目をインライン表示にする*/
	float:left;									/*リスト項目を横に並べる*/
}

#menu li#botan1b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 0px; 					/*マージン*/
	background-image:url(images/b1_top_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}

#menu li#botan2b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 4px; 					/*マージン*/
	background-image:url(images/b2_soudan_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan3b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 4px; 					/*マージン*/
	background-image:url(images/b3_list_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan4b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 14px 4px 4px; 					/*マージン*/
	background-image:url(images/b4_omoi_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan5b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 0px; 					/*マージン*/
	background-image:url(images/b5_illegal_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan6b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	background-image:url(images/b6_katudo_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan7b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	background-image:url(images/b7_tel_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu li#botan8 {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	background-image:url(images/b8_non_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}

#menu li#botan1 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b1_top_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan1 a:hover {
	background-color:#000066;					 /*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b1_top_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan2 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b2_soudan_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan2 a:hover {
	background-color:#000066;					 /*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b2_soudan_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan3 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b3_list_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan3 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b3_list_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan4 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b4_omoi_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan4 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b4_omoi_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan5 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 4px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b5_illegal_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan5 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b5_illegal_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan6 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b6_katudo_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan6 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b6_katudo_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu li#botan7 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b7_tel_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu li#botan7 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b7_tel_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}


/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width:282px;								/*幅の指定*/
	height:72px;								/*高さの指定*/
	margin:0px 10px 10px 25px;					/*位置調整*/
	float:left;									/*カラムを左寄せにする*/
}
h2 {
	width:212px; height:42px;					/*幅と高さ*/
	padding:30px 0px 0px 70px;					/*パディング*/
	font-size:16px;								/*フォントサイズ*/
	background-image:url(images/komacampane.png);		/*背景画像*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
	background-color:#1C6ECD;					/*背景色*/
	display:block;								/*リンク部分をブロック表示にする*/
}

div#submenu a{
	text-decoration:none;
	color:#ffffff;								/*文字色*/
}

/*============================================
インフォメーション（右カラム）
============================================*/
div#info {
	width:546px;								/*幅の指定*/
	float:right;								/*カラムを右寄せにする*/
	padding:0px 20px 0px 0px;					/*パディング*/
	margin:0px 14px 0px 0px;					/*位置調整*/
}
h3 {
	font-size:16px;								/*文字サイズ*/
	width:546px;								/*横幅*/
	height:18px;								/*縦幅*/
	padding:11px 0px 16px 20px;					/*パディング*/
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	border-radius:3px;							/*角丸にする*/
	-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px;		/*角丸にする（ベンダープレフィックス付きの指定）*/
}
p {
	width:550px;								/*幅の指定*/
	margin:10px;								/*マージン*/
	text-indent:1em;							/*インデント幅*/
}

hr {
	clear:both;									/*フロート配置をクリアする*/
	width:550px;								/*幅の指定*/
	margin:10px 0px;							/*マージン*/
	border:1px dotted #8C8C8C ;					/*内容の区切りをグレーの点線表示にする*/
}

/*============================================
フッタ
============================================*/
div#footer {
	clear:both;									/*フロート配置をクリアする*/
	height:40px;								/*高さの指定*/
	padding:10px 0px 0px 0px;					/*パディング*/
	font-size:14px;								/*フォントサイズを小さくする*/
	text-align:center;							/*センタリング*/
}

/*============================================
保護者向けページ（追加・補足）
============================================*/

ul#menu2 {
	width:900px; height:87px; 					/*メインメニュー部分の幅と高さ*/
	margin:0px; 								/*マージン0px*/
	padding:14px 14px 0px 14px;
	clear:both;									/*フロート配置をクリアする*/
}
#menu2 li {
	list-style-type:none;						/*リストマーカー無しにする*/
	display:inline;								/*リスト項目をインライン表示にする*/
	float:left;									/*リスト項目を横に並べる*/
}
#menu2 li#botan9b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 0px; 					/*マージン*/
	background-image:url(images/c1_top_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan10b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	background-image:url(images/b2_soudan_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan11b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px;  					/*マージン*/
	background-image:url(images/b3_list_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan12b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	background-image:url(images/c4_askyou_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}

#menu2 li#botan9 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/c1_top_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan9 a:hover {
	background-color:#000066;					 /*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/c1_top_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan10 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b2_soudan_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan10 a:hover {
	background-color:#000066;					 /*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b2_soudan_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan11 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b3_list_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan11 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b3_list_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan12 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 0px 0px 4px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/c4_askyou_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan12 a:hover {
	background-color:#000066;					 /*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/c4_askyou_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}

/*============================================
NOコマ給!ページ（追加・補足）
============================================*/

#menu2 li#botan13b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	background-image:url(images/s1_top_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan14b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	background-image:url(images/s2_whatkoma_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan15b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	background-image:url(images/b2_soudan_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}
#menu2 li#botan16b {
	background-color:#ffffff;					/*背景色*/
	color:#1C6ECD;								/*文字色*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	background-image:url(images/s4_haikei_06.jpg);		/*背景画像を指定*/
	background-repeat:no-repeat;				/*背景画像を繰り返さない*/
}

#menu2 li#botan13 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/s1_top_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan13 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/s1_top_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan14 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/s2_whatkoma_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan14 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/s2_whatkoma_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan15 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/b2_soudan_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan15 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/b2_soudan_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#menu2 li#botan16 a {
	background-color:#1C6ECD;					/*背景色*/
	color:#ffffff;								/*文字色*/
	display:block;								/*リンク部分をブロック表示にする*/
	width:165px; height:35px;					/*幅と高さ*/
	padding:20px 0px 0px 50px;					/*パディング*/
	margin:0px 4px 0px 0px; 					/*マージン*/
	text-decoration:none;						/*リンク部分を下線無しにする*/
	background-image:url(images/s4_haikei_03.jpg);	/*背景画像を指定*/
	background-repeat:no-repeat; 				/*背景画像を繰り返さない*/
}
#menu2 li#botan16 a:hover {
	background-color:#000066; 					/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(images/s4_haikei_08.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}


/*============================================
トップページ（追加・補足）
============================================*/
#leftmenu {
	width:301px;
	height:371px;
	margin:14px;
	float:left;	/*左寄せにする*/
}
#leftmenu h1#no1 a {
	color:#FFFFFF;		/*文字色*/
	background-color:#00479D;	/*背景色*/
	font-size:18px;		/*フォントのサイズ*/
	font-style:normal;	/*フォントのスタイル*/
	display:block;	/*リンク部分をブロック表示にする*/
	background-image:url(images/koshinokata.jpg);		/*背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	width:236px;
	height:44px;
	margin:0px 0px 14px 0px;
	padding:20px 0px 0px 65px;	/*パディング*/
	text-decoration:none;	/*リンク部分を下線無しにする*/
}
#leftmenu h1#no1 a:hover {
	background-image:url(images/koshinokata2.jpg); /*リンクにマウスが乗ったら背景画像を変更する*/
}
#leftmenu h1#no2 a {
	color:#FFFFFF;		/*文字色*/
	background-color:#00479D;	/*背景色*/
	font-size:15px;		/*フォントのサイズ*/
	font-style:normal;	/*フォントのスタイル*/
	display:block;	/*リンク部分をブロック表示にする*/
	background-image:url(images/hogosyanokata.jpg);		/*背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	width:236px;
	height:44px;
	margin:0px 0px 14px 0px;
	padding:28px 0px 0px 65px;	/*パディング*/
	text-decoration:none;	/*リンク部分を下線無しにする*/
}
#leftmenu p {
	margin:0px;
	width:290px;
	height:85px;
	padding:5px 0 0 14px;	/*パディング*/
	text-align:left;
	text-indent:1em each-line;
}
#mainpicture {
	width:540px;				/*幅の指定*/
	float:right;	/*右寄せにする*/
	margin:14px 30px 0px 0px;	/*位置調整*/
}
#guradation {
	width:900px; height:850px; margin:0 auto;	/*内容全体をセンタリング*/
	background-color:#FFF2A2;		/*内容全体の背景色*/
	background-image:url("images/guradation.jpg");	/*コンテンツ全体の背景画像*/
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
	clear:both;		/*フロート配置をクリアする*/
}
#newsran {
	width:900px;
	height:450px;
	margin:20px 30px 0px 30px;
	clear:both;		/*フロート配置をクリアする*/
}
#newsran h3 {
	width:800px;
	height:33px;
	color:#00479D;	/*文字色*/
	padding-top:7px;
	padding-right:15px;
	padding-left:15px;
	background-color:#FFFFFF;		/*内容全体の背景色*/
	background-image:url("images/news.jpg");	/*コンテンツ全体の背景画像*/
	font-size:15px;		/*フォントのサイズ*/
	font-style:normal;	/*フォントのスタイル*/
	display:block;	/*リンク部分をブロック表示にする*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
}
ul#news {
	width:800px;
	height:400px;
	background: #eeeeee none repeat scroll 0% 50%;
	background-color:#FFFFFF;		/*内容全体の背景色*/
	padding:0px 15px 10px 15px;
	list-style-type:none;		/*リストマーカー無しにする*/
}
