﻿/*■初期設定*/

body{
	background-position: center;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-y;
}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

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



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

}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
p,th,td,li{
	font-size:14px;
	*font-size:90%;
	*font:80%;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	margin-bottom:15px;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
.pics { height: 350px; width: 460px; padding:0; margin:0; overflow: hidden }
.pics img { height: 330px; width: 440px; padding:10px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }


/*■基本レイアウト*/
#container{
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	margin-top: 0px;
}
#header{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 850px;
	height: 250px;
	clear:both;
}
h1{
	font-weight: normal;
	font-size: 13px;
	color: #999999;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	float:left;
}
#head h1 a{
	font-size:24px;
	line-height:15px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head h1 a:hover{
	font-size: 24px;
	line-height: 15px;
	vertical-align: top;
	text-decoration: none;
	color: #000080;
	}
h2{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #808080;
	font-size: 17px;
	margin-left: 10px;
	letter-spacing: 4px;
	margin-bottom: 10px;
	border-left:8px gray solid;
	border-bottom:1px gray dotted;
	text-align:left;
	text-indent:15px;
	width:500px;	
}
#head h3{
	color: orange;
	margin-right: 4px;
	margin-left: 630px;
	margin-bottom:0px;
	margin-top:0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
#head p{
	margin-right: 4px;
	margin-left: 630px;
	margin-bottom:0px;
	margin-top:2px;
	color: white;
	text-align: left;
	font-size: 15px;
}
/*メニュー設定*/
#head_menu{
	border-left: 1px #717171 solid;
	height: 48px;
	background-image: url('../images/navbg.gif');
	width:618px;
	float:left;
}
#head_menu ul{
	list-style-type:none;
	display:block;
	}	
#head_menu ul li{
	border-left: 2px #EFEFEF solid;
	width: 100px;
	height: 48px;
	position: relative;
	float: left;
	border-right: 1px #717171 solid;
}
#head_menu ul li a{
	display:block;
	width: 100px;
	height: 48px;
	text-align: center;
	color: #000000;
	line-height: 48px;
	text-decoration: none;
	font-size: 13px;
}
#head_menu ul li a:hover{
	color: #006666;
	text-decoration: none;
}
#head_menu ul li.off{
	overflow:hidden;
	width:100px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:-2px; top:42px;
	width:100px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:100px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: none;
	filter: alpha(opacity=85); /*IE*/;
	-moz-opacity: 0.85;
	list-style-type: none;
	left: -2px;
}
#head_menu ul ol.sub li a{
	background: none;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	}
#head_menu ul ol.sub li a:hover{
	color: #FFFFFF;
	background: none;
	background-color: #006666;
}
.line{
	clear:left;
	margin:10px 0 0 0;
	}
/*メインイメージ*/
#main_image{
	background: #CCFFFF url('../images/1head.jpg') no-repeat;
	float: left;
	width: 850px;
	height: 300px;
	}
#main_image p {
	color: #000080;
	font-size: 12px;
	margin: 10px;
	text-align: right;
	}
/*コンテンツ*/
#contents{
	margin: 0 15px 10px 15px;
	clear: left;
	min-height:900px;
}
#contents h5{
	font: 90%/44px serif;
	border-width: 400px;
	background-position: center;
	background: url(../images/h5back_penci.gif);
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 15px;
	font-weight: bold;
}
#contents h3{
	font-size: 16px;
	font: 100%/44px serif;
	border-width: 440px;
	background-position: center;
	background: url(../images/h3back.jpg);
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 50px;
}

#contents:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#footer{
	clear: left;
	width: 850px;
	height: 50px;
	background-color: #000000;
}
#copy{
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}
#copy a{
	color: #FFFFFF;
	text-decoration: none;
}
#copy a:hover{
	color:#333333;
	}

/***トップ***/
#top{
	text-align:left;
	}
#top_btm{
	zoom:100%;
	margin:0px 20px 5px 0px;
	}
#top_btm:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}	
#top div#left{
	float:left;
	width:500px;
	margin:-20px 0 0 10px;
	}
.droocap:first-letter{
	font-size:200%;
	line-height:150%;
	float:left;
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid#000000;
	padding:5px;
	font-weight:bold;
	margin-right:10px;
}	
#top div#right div#info {
	height: 350px;
	width: 303px;
	background-color: #FFCC99;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: 1px;
}
#top div#right div#info div#main{
	height: 347px;
	margin: 2px 1px 1px 0;
	overflow: auto;
	margin-left: 10px;
	}
#top div#right div#info div#main h4 {
	color: #003366;
	font-size: 13px;
	margin: 6px 10px 0;
	}
#top div#right div#info div#main p {
	margin:4px 10px 0;
	}
#top div#right{
	float:left;
	width:306px;
	margin:0 0 0 10px;
	}
#top div#right div#bnr_sps{
	}
#top div#right div#bnr_sps p{
	margin:0 0 10px 0;
	border:solid #000000;
	border-width:1px 1px 1px 1px;
	}
#top div#right div#bnr_sps p a{
	background:url(../images/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:306px;
	height:120px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:15px;
	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; /*FF*/
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(../images/bnr01.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr02{
	background:url(../images/bnr02.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr03{
	background:url(../images/bnr03.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr04{
	background:url(../images/bnr04.jpg) no-repeat center;
	}

#top h3{
	font-size: 16px;
	font: 100%/44px serif;
	border-width: 440px;
	background-position: center;
	background: url(../images/h3back.jpg);
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 50px;
}
/***その他のページ***/
#other_page{}
#other_page h2{
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#other_page h3{
	font-size: 16px;
	font: 100%/44px serif;
	border-width: 440px;
	background-position: center;
	background: url(../images/h3back.jpg);
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 50px;
	}
#other_page h4{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 15px 0 15px;
	color:#006666;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:8px 15px 0 15px;
	line-height:160%;
	}
#other_page div.typeB{
	margin:8px 0 10px 15px;
	line-height:160%;
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:0 0 0 0;
	}	
#other_page div.typeB div.left{
	float:left;
	width:400px;
	}
#other_page div.typeB div.right{
	float:right;
	width:400px;
	margin:0 0 0 20px;
	}

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

/*テーブルセット*/
#tbl_setA{
	border: none;
	border-collapse: collapse;
	margin: 0;
}
#tbl_setA th{
	border:#006666 solid 1px;
	background:url('../images/bg_th_a.gif');
	padding:6px;
	color:#003333;
	text-align:center;
	}
#tbl_setA td{
	border:#006666 solid 1px;
	padding:6px;
	}.row01 th {
background-color:#DFE86F;
}
.row02 th {
background-color:#BDC7D7;
}
.row02 td {
background-color:#E8E8E8;
}
