/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
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:12px;
	*font-size:90%;
	*font:80%;
}
body{
	text-align:center;
	background-image: url("../img/common/backgroud.jpg");
}


/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#container{
	width:796px;
	margin:auto;
	text-align:left;
	}

#header{}
#header h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#191cb9;
	font-weight:normal;
	text-indent:0;
	}
#header h2{
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#header h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#191cb9;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#header h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#header iframe{
	width:792px;
	height:32px;
	border:none;
	}
#menu{
	width:791px;
	height:30px;
	}
#menu ul{
	list-style-type:none;
	}
#menu ul li{
	background-color:#191cb9;
	border: solid 1px #16142c;
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:111px;
	height:30px;
	position:relative;
	}
#menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:14px;
	width:112px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#menu ul li a:hover{
	color:#FFCC00;
	}

.line{
	clear:left;
	margin:10px 0 0 0;
	}

#main_image{
	z-index: 1;
	float:left;
	background:url(../img/top/top.jpg) no-repeat;
	width:796px;
	height:400px;
	}
#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/common/line_02.gif) no-repeat bottom;
	clear:both;
	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 div{
	float:left;
	width:796px;
	margin:20px 0 0 0;
	}
#top h2{
	font-size:22px;
	line-height:100px;
	height:501px;
	color:#000000;
	font-weight:normal;
	text-indent:20px;
	}
#top div h3{
	background-color:#191cb9;
	text-indent:5pt;
	width:796px;
	height:30px;
	color:#ffffff;
	font-size:22px;
	}
#top div div#info{
	border: solid 3px #000000;
	width:796px;
	height:201px;
	}
#top div div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	}
#top div div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	}
#top div div#info div#main p{
	margin:4px 10px 0 10px;
	}

/***その他のページ***/
#other_page{}
#other_page h3{
	font-size:22px;
	line-height:100px;
	height:100px;
	color:#000000;
	font-weight:normal;
	text-indent:20px;
	}
#other_page h4{
	background:url(../img/common/bg_h3_01.png) no-repeat center left;
	text-indent:15px;
	font-size:120%;
	line-height:1.2em;
	vertical-align:top;
	color:#003366;
	margin:16px 0 0 0;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003366;
	}
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:8px 0 16px 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;
	}
#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:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#003366 solid 1px;
	background:url(../img/common/bg_th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_setA td{
	border:#003366 solid 1px;
	padding:6px;
	}
