/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}



/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 90%; /* IE 7 */
    *font:80%; /* IE 6以下 */
}
body{
	text-align:center;
	}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}


#container{
	width:920px;
	margin:auto;
	text-align:left;
	}
h1{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	height:13px;
	}		
#head{
	background:url(img/bg_head.gif) repeat-x;
	height:50px;
	margin:0 0 1px 0;
	zoom:100%;
	}
#head:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;		
	}	

#head h2{
	margin:10px 0 0 0px;
	font-weight:normal;
	float:left;
	width:300px;
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none; color:#333333;
	}
#head_menu{
	background:url(img/bg_menu.jpg);
	height:30px;
	float:left;
	width:500px;
	margin:0 0 0 0px;
	}
#head_menu ul{
	list-style-type:none;
	margin:20px 0 0 10px;
	zoom:100%;
	}
#head_menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}	
#head_menu ul li{
	float:left;
	font-size:12px;
	color:#333333;
	}
#head_menu ul li a{
	color:#333333;
	text-decoration:none;
	font:13px;
	}
#head_menu ul li a:hover{
	color:#FF6600;
	text-decoration:underline;
	}
#contents{
	margin:0 0 20px 0;
	clear:left;
	}
#main_image{
	background:url(img/top/bg_main_image.jpg) no-repeat;
	height:332px;
	margin:0 0 1px 0; 
	}
#main_image p{
	padding:260px 10px 0 20px;
	color:#FFFFFF;
	font-size:12px;
	}

#main_up{
	background:url(img/bg_main_up.jpg);
	height:40px;
	}
#main{
	background:url(img/bg_main.jpg) repeat-y;
	padding:6px;
	}
#main_in{
	height:400px;
	overflow:auto;
	padding:10px;
	}
#main_dwn{
	background:url(img/bg_main_dwn.jpg);
	height:40px;
	}
#main p{
	margin:8px 0 0 0;
	}

#copy{
    width:920px;
	clear:left;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:145%;
	text-align:center;
	color:#818181;
	border: double #0054A6;
	border-width:2px 0 0 0;
	padding:3px;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	}
#copy a:hover{
	color:#818181;
	}



/***トップ***/
#top{

	}
#top h3{
	font-size:18px;
	color:#663300;
	}
#top div#top_up{
	border:solid #333333;
	border-width:2px 0 0 0;
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#left{
	float:left;
	width:400px;
	margin:10px 0 0 0;
	}
#top div#left p{
	line-height:180%;
	margin:0 0 10px 0;
	}	
#top div#info{
	float:left;
	width:360px;
	height:240px;
	margin:10px 0 0 36px;
	background:url(img/bg_bwn.jpg);
	}
#top div#info h4{
	font-size:12px;
	margin:10px 0 0 10px;
	}

#top div#info h5{
	margin:10px 10px 0 10px;
	font-size:12px;
	}
#top div#info p{
	margin:4px 10px 0 10px;
	font-size:12px;
	line-height:130%;
	}

#top div#bnr_sps{
	clear:left;
	margin:0 0 20px 0;
	zoom:100%;
	}
#top div#bnr_sps:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#bnr_sps p{
	width:258px;
	height:84px;
	float:left;
	margin:0 5px 0 0px;
	}
#top div#bnr_sps p a{
	background:url(img/bg_bnr_a.gif);
	display:block;
	width:258px;
	height:84px;
	color:#ffffff;
	font-size:16px;
	line-height:84px;
	font-weight:bold;
	text-decoration:none;
	text-indent:10px;
	}
#top div#bnr_sps p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#bnr_type{
	margin:10px 0 0 0;
	height:114px;
	}
#top div#bnr_type p{
	float:left;
	margin:0 4px 0 4px ;
	}


/***その他のページ***/

#other_page{
	}
#other_page h3{
	color:#0054A6;
	font-size:20px;
	font-weight:bold;
	line-height:35px;
	text-align:center;
	padding:0 10px 0 0;
	/*background:url(images/ec_img/bg_h2_ao.jpg);*/
	margin:1px 0 0 0;
	}
	
#other_page h4{
	background:url(images/ec_img/bg_h3_a.jpg) no-repeat center left;
	text-indent:22px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	margin:20px 0px 0 0;
	}

#other_page h5{
	font-size:16px;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 10px 0 10px;
	color:#990000;
	padding:5px;
	}

#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:0 10px 16px 10px;
	line-height:150%;
　  letter-spacing:1px;
	}


#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:0 10px 16px 10px;
	line-height:150%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
	
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#FFFFFF solid 0px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#990000 solid 2px;
	background:url(img/bg_th_pink.gif);
	padding:6px;
	color:#990000;
	text-align:center;
	font-size:22px;
	}
#tbl_setA td{
	border:#FFFFFF solid 0px;
	padding:6px;
	color:#333333;
	font-size:16px;
	line-height:150%;
	}
	

#tbl_setB{
	border:#FFFFFF solid 0px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setB th{
	border:#A7A7A7 solid 1px;
	background-color:#EBEBEB;
	padding:6px;
	color:#000099;
	text-align:left;
	font-size:22px;
	}
#tbl_setB td{
	border:#FFFFFF solid 0px;
	padding:6px;
	color:#333333;
	font-size:16px;
	line-height:150%;
	}


#tbl_setC{
	border:#FFFFFF solid 0px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setC th{
	border:#990000 solid 2px;
	background-color:#EBEBEB;
	padding:6px;
	color:#990000;
	text-align:left;
	font-size:22px;
	}
#tbl_setC td{
	border:#FFFFFF solid 0px;
	padding:6px;
	color:#333333;
	font-size:16px;
	line-height:150%;
	}



#p-copy{
	text-align:center;
	font-size:12px;
	color:#999999;
	width:920px;
	line-height:150%;
	text-align:left;
	border: double #0054A6;
	border-width:2px 0 0 0;
	padding:3px;
	}
#p-copy a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#999999;
	}
	
