/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#666666;/*通常のリンクテキストカラー*/
	}
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:800px;
	margin:auto;
	text-align:left;
	}
h1{
	font-size:9px;
	font-weight:normal;
	color:#999999;
	line-height:15px;
	height:22px;
	}		
#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{
	height:3em;
	float:right;
	width:300px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
#head_menu ul{
	list-style-type:none;
	margin:25px 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:13px;
	color:#333333;
	}

#head_menu ul li a{
	color:#666666;
	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;
	width:800px;
	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{
	clear:left;
	height:14px;
	font-size:10px;
	text-align:right;
	color:#999999;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#copy a:hover{
	color:#FFFFFF;
	}



/***トップ***/
#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:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	text-align:left;
	padding:6px 10px 0 25px;
	background:url(img/menu_bg2.jpg) no-repeat;
	margin:1px 0 0 0;
	}
	
#other_page h4{
	background:url(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:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 10px 0 10px;
	color:#663300;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:0 10px 16px 10px;
	line-height:200%;
	}
#other_page div.typeB{
	zoom:100%;
	}

#other_page div.typeB table{
	font-size:9pt;
	}

#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:200%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:800px;
	}
#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:#330000 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#330000 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#330000;
	text-align:center;
	}
#tbl_setA td{
	border:#330000 solid 1px;
	padding:6px;
	color:#333333;
	}


#table-01 {
    width: 800px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	text-valign: middle;
    white-space: nowrap;
}


#table-02 {
    width: 800px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#table-02 th {
    padding: 5px;
    border: 0;
	border-width: 0 0 1px 1px;
    background: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
#table-02 td {
    padding: 5px;
    border: 0;
    border-width: 0 0 1px 1px;
    text-align: left;
	text-valign: middle;
    white-space: nowrap;
}


#p-copy{
	text-align:right;
	font-size:11px;
	color:#999999;
	width:800px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#999999;
	}	