

?/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#660000;;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
p,th,td,li{
	font-size:14px;
	*font-size:90%;
	*font:80%;
}
body{
	text-align:center;
	background-color:#fffadc;
}


/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#container{
	width:796px;
	margin:auto;
	text-align:left;
	}

#head{}
#head h1{
	height:18px;
	line-height:21px;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	height:68px;
	line-height:68px;
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:68px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:68px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head_menu{
	background:url(../img/menu_1.jpg) no-repeat;
	width:796px;
	height:32px;
	}
#head_menu ul{
	list-style-type:none;
	}
#head_menu ul li{
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:159px;
	height:30px;
	position:relative;
	}
#head_menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:14px;
	width:159px;
	height:30px;
	line-height:32px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#993333;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:159px;
	}
#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px;
	top:30px;
	width:159px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
	}
#head_menu ul li.on{
	width:159px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	float:none;
	width:159px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=82); /*IE*/
	-moz-opacity:0.82; /*FF*/
	}
#head_menu ul ol.sub li a{
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#ffcc00;
	color:#000000;
	}

.line{
	clear:left;
	margin:10px 0 0 0;
	}

#main_image{
	float:left;
	background:url(../img/top/main_pic.jpg) no-repeat;
	width:796px;
	height:200px;
	}
#main_image p{
	margin:20px;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	}

#contents{
	margin:10px 0 0 0;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#foot_up{
	background:url(../img/line_02.jpg) no-repeat bottom;
	clear:both;
	width:796px;
	height:32px;
	margin:0 0 0 0;
	}
#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}



/***トップ***/
#top{}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#top_btm div#left{
	float:left;
	width:210px;
	margin:20px 0 0 0;
	}
#top_btm div#left h3{
	font-size:10px;
	}
#top_btm div#left p{
	margin:6px 0 0 0;
	}

	#top_btm div#left ul{
		margin:0px;
		padding:0px;
		list-style:none;
		}
		#top_btm div#left li{
		background:url(../img/top/menu_3.jpg) no-repeat;
		width:220px;
		height:29px;
		padding:0px 0px;
		margin:0px 0px 0px 0px;
		}
		/*左のメニュー*/
		#top_btm div#left li a{
		color:#660000;
		text-decoration:none;
		display:block;
		position: relative;
		height:16px;
		line-height:10px;
		padding:9.5px 0px 4px 40px;
		margin:0px;
		}
		/*メニューにポインタを載せた時の指定*/
		#top_btm div#left li a:hover{
		color:#ffa500;
		}


#top_image{
	float:left;
	background:url(../img/top/top_bnr_1.jpg) no-repeat;
	width:550px;
	height:200px;
	margin:0px 0 0 10px;
	}

#top div#right div#info div#main{
	overflow:auto;
	height:200px;
	margin:0px 0px 0px 0px;
	}
#top div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	}
#top div#right div#info div#main p{
	margin:38px 0px 0px 8px;
	}
#top div#right{
	float:left;
	width:550px;
	margin:20px 0 0 18px;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 0px 0;
	}
#top div#right div#bnr_sps p a{
	display:block;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	width:550px;
	height:330px;
	}
#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	background:url(../img/top/j_ban2.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(../img/top/j_ban1.jpg) no-repeat center;
	width:550px;
	height:330px;
	}

#top div#right div#bnr_sps1 p a{
	display:block;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	width:550px;
	height:130px;
	}
#top div#right div#bnr_sps1 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	background:url(../img/top/h_ban2.jpg) no-repeat center;
	}
#top div#right div#bnr_sps1 p.bnr02{
	background:url(../img/top/h_ban1.jpg) no-repeat center;
	width:550px;
	height:130px;
	}

#top div#right div#bnr_sps2 p a{
	display:block;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	width:550px;
	height:135px;
	}
#top div#right div#bnr_sps2 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	background:url(../img/top/c_ban2.jpg) no-repeat center;
	}
#top div#right div#bnr_sps2 p.bnr01{
	background:url(../img/top/c_ban1.jpg) no-repeat center;
	width:550px;
	height:135px;
	}
#top div#right div#bnr_sps2 p a{
	display:block;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	width:550px;
	height:135px;
	}

#top div#right div#bnr_sps3 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	background:url(../img/top/c_ban2.jpg) no-repeat center;
	}
#top div#right div#bnr_sps3 p.bnr01{
	background:url(../img/top/c_ban1.jpg) no-repeat center;
	width:550px;
	height:135px;
	}
#top div#right div#bnr_sps3 p.bnr01{
	background:url(../img/top/c_ban1.jpg) no-repeat center;
	width:550px;
	height:135px;
	}
#top div#right div#bnr_sps3 p a{
	display:block;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	width:550px;
	height:135px;
	}

#tbl_setB{
	border:#ff6600 solid 1px;
	border-collapse:collapse;
	width:220px;
	padding:30px;
	text-align:center;
	}

#tbl_setB th{
	border:#ff6600 solid 1px;
	background-color:#ff6600;
	padding:5px;
	color:#ffffff;
	font-size:110%;
	text-align:center;
	}

#tbl_setB td{
	border:none;
	marging:5px;
	padding:10px;
	width:33%;
	color:#ff6600;
	font-size:100%;
	text-align:center;
	}

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(../img/bg_h3.jpg) no-repeat center left;
	font-size:22px;
	line-height:45px;
	height:45px;
	color:#ffffff;
	font-weight:normal;
	text-indent:30px;
	}
#other_page h4{
	background:url(../img/bg_h3_01.jpg) no-repeat center left;
	text-indent:30px;
	font-size:16px;
	line-height:1.0em;
	vertical-align:top;
	color:#660000;
	margin:16px 0 0 0;
	}
#other_page h5{
	font-size:15px;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#ff6600;
	}
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:8px 0 10px 0;
	line-height:180%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    	clear: both;
    	height: 0;
    	display: block;
    	visibility: hidden;
	}
#other_page div.typeB p{
	margin:8px 0 10px 0;
	line-height:180%;
	}
#other_page div.typeB div.left{
	float:left;
	width:370px;
	margin:0 0 0 20px;
	}
#other_page div.typeB div.right{
	float:right;
	width:160px;
	}

#other_page p.margin_none{
	margin:0;
	}
#other_page p{
	margin:5px 0 0 0;
	}

/*テーブルセット*/
#tbl_setA{
	border:#000000 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#000000 solid 1px;
	background-color:#ffcc66;
	padding:3px;
	line-height:30px;
	color:#ff6600;
	text-align:center;
	font-size:110%;
	}
#tbl_setA td{
	border:#000000 solid 1px;
	background-color:#fffff4;
	padding:10px;
	line-height:150%;
	width:50%;
	color:#000000;
	font-size:100%;
	}

