
/**********↓初期設定↓**********/
body{
	color:#000000;/***通常カラー***/
	}
a{
	color:#003399;/***0099FF通常リンクカラー62000D***/
	}
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; /***IE7***/
    *font: x-small; /***IE6以下***/
	font-family:'ＭＳ Ｐゴシック', sans-serif;/***フォント***/

}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}


/**********レイアウトセレクタ**********/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/**********基本レイアウト**********/
#ctn{
	width:796px;
	margin:auto;
	text-align:left;
	}
#head{}
#head h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}


#header_h10{
	background:url(img/image2.gif) no-repeat;
	top:50%;
	margin:0 0 0 0	}


#head_menu{
	background:url(img/head_menu.gif) no-repeat;
	width:796px;
	height:30px;
	margin:0 0 0 0
	}
#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:30px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#FFCC00;
	}
#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; /*FX*/
	}
#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_img{
	float:left;
	background:url(img/top/main_pic2.jpg) no-repeat;
	width:796px;
	height:300px;
	}
/*
#main_img p{
	margin:20px;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	}
*/
#main_img p{
	margin:20px;
	color:#FFFFFF;
	font-size:18px;
	font-style:normal;
	text-align:left;
	}

#contents{
	margin:10px 0 0 0;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*
#end_line{
	background:url(img/line03.gif) no-repeat bottom;
	clear:both;
	width:396px;
	height:32px;
	margin:0 0 0 0;
	}
*/
#cpy{
	height:20px;
	font-size:10px;
	text-align:center;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	}
#cpy a{
	color:#333333;
	text-decoration:none;
	}
#cpy a:hover{
	color:#333333;
	}
#cpy1{
	height:20px;
	font-size:10px;
	/*text-align:right;*/
	color:#333333;
	padding:2px;
	margin:0px 0 0 0;
	}
#cpy2{
	height:0px;
	font-size:10px;
	text-align:right;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	}


#mail{
	height:20px;
	padding:2px;
	margin:4px 0 0 0;
	}
#mail a{
	text-decoration:none;
	}
/**********トップ**********/
#top{}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
/*
#top div#left{
	float:left;
	width:440px;
	margin:20px 0 0 0;
	}
#top div#left h3{
	font-size:12px;
	font-family: Impact,Charcoal;
	font-weight: 700;
	}

#top div#left div#info{
	background:url(img/top/bg_info.gif) no-repeat;
	width:440px;
	height:201px;
	}
#top div#left div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	}
#top div#left div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	}
#top div#left div#info div#main p{
	margin:4px 10px 0 10px;
	}
*/
#top div#right{
	float:right;
	width:440px;
	margin:20px 0 0 0;
	}
#top div#right h3{
	font-size:12px;
	font-family: Impact,Charcoal;
	font-weight: 700;
	}

#top div#right div#info{
	background:url(img/info1.gif) no-repeat;
	width:440px;
	height:201px;
	}
#top div#right div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	}
#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:4px 10px 0 10px;
	}
#top div#left{
	float:left;
	width:338px;
	margin:20px 0 0 0px;
	}
#top div#left div#bnr_sps{}
#top div#left div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#top div#left div#bnr_sps p a{
	background:url(img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:224px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	}
#top div#left div#bnr_sps p a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	}
#top div#left div#bnr_sps p.sub01{
	background:url(img/top/sub1.jpg) no-repeat center;
	}
/*　↓コメント↓
#top div#left div#bnr_sps p.sub02{
	background:url(img/top/sub2.jpg) no-repeat center;
	}
#top div#left div#bnr_sps p.sub03{
	background:url(img/top/sub3.jpg) no-repeat center;
	}
　　↑コメント↑*/

/*
#top div#right{
	float:left;
	width:338px;
	margin:20px 0 0 18px;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#top div#right div#bnr_sps p a{
	background:url(img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	/*
	-moz-opacity:0.80; /*FX*/
	/*
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	}
#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
/*	-moz-opacity:0.50; /*FX*/
/*	}
#top div#right div#bnr_sps p.sub01{
	background:url(img/top/sub1.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.sub02{
	background:url(img/top/sub2.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.sub03{
	background:url(img/top/sub3.jpg) no-repeat center;
	}
*/
/**********Topページ以外**********/
#page_hoka{}
#page_hoka h3{
	font-size:22px;
	line-height:100px;
	height:100px;
	color:#000080;
	font-weight:bolder;
	text-indent:20px;
	font-style: italic;
	}
#page_hoka h4{
	/*background:url(img/bg_h3_01.gif) no-repeat center left;*/
	background:url(img/img_h4.gif) no-repeat center left;
	text-indent:15px;
	font-size:120%;
	line-height:1.0em;
	vertical-align:top;
	color:#003366;
	margin:16px 0 0 0;
	}
#page_hoka h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003366;
	}
#page_hoka h6{
	font-size:80%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	}
#page_hoka div.typeA{
	}
#page_hoka div.typeA p{
	margin:8px 0 16px 0;
	line-height:180%;
	font-size:13px;
	}
#page_hoka div.typeB{
	zoom:100%;
	}
#page_hoka div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#page_hoka div.typeB p{
	margin:8px 0 10px 0;
	line-height:180%;

	}
#page_hoka div.typeB div.left{
	float:left;
	width:370px;
	font-size:15px;
	}
#page_hoka div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	font-size:15px;
	}
#page_hoka div.typeC div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	font-size:15px;
	}
#page_hoka p.margin_none{
	margin:0;
	}
#page_hoka p{
	margin:6px 0 0 0;
	}

/**********テーブルセット**********/
#tbl_A{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_A th{
	border:#003366 solid 1px;
	background:url(img/th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_A td{
	border:#003366 solid 1px;
	padding:6px;

	/*vertical-align:middle;			削除*/


	}
#tbl_B{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_B th{
	border:#003366 solid 1px;
	background:url(img/th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_B td{
	border:#003366 solid 1px;
	padding:6px;
	}
#tbl_C{
	border:#003366 solid 1px;
	border-collapse:collapse;
	background:url(img/th_a.gif);
	margin:0;
	}
#tbl_C th{
	border:#003366 solid 1px;
	background:url(img/th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_C td{
	border:#003366 solid 1px;
	padding:6px;
	}
#tbl_D{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_D th{
	border:#003366 solid 1px;
	/*background:url(img/th_a.gif);*/
	padding:6px;
	/*color:#003366;*/
	text-align:left;
	}
#tbl_D td{
	border:#003366 solid 1px;
	padding:6px;
	}
#tbl_E{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_E th{
	border:#003366 solid 1px;
	padding:6px;
	text-align:left;
	width:200px;
	}
#tbl_E td{
	border:#003366 solid 1px;
	padding:6px;
	}

/*削除
#p-copy{
	text-align:right;
	font-size:11px;
	color:#999999;
	width:780px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}
#p-copy a:hover{
	color:#999999;
	}
*/

/**********フラッシュ**********/
/*
#main_flash{
	width:796px;
	height:300px;
	padding:0px;
	}
*/
/*
#main_flash{
	width:796px;
	height:300px;
	padding:1px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
*/