﻿/*■初期設定*/

body{
	background-position: center;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
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;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
.pics { height: 350px; width: 500px; padding:0; margin:0; overflow: hidden }
.pics img { height: 330px; width: 480px; 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;

}
h1{
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
h1 a{
	font-size:24px;
	line-height:15px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
h1 a:hover{
	font-size: 24px;
	line-height: 15px;
	vertical-align: top;
	text-decoration: none;
	color: #000080;
	}
h2{
	font-family: Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: white;
	font-size: 17px;
	margin-left: 10px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
h3{
	color: orange;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-top:0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
/*メニュー設定*/
#head_menu{
	height: 37px;
	background-image: url('../images/menu_off..jpg');
	width: 846px;
	float: left;
	background-repeat: repeat-x;
	margin-left: 2px;
}
#head_menu ul{
	list-style-type:none;
	}	
#head_menu ul li{
	width: 94px;
	height: 37px;
	position: relative;
	float: left;
}
#head_menu ul li a{
	display: block;
	width: 94px;
	height: 37px;
	text-align: center;
	color: #FFFFFF;
	line-height: 37px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
#head_menu ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../images/menu_on..jpg');
}
#head_menu ul li.off{
	overflow:hidden;
	width:94px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:35px;
	width:92px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:94px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	height: 25px;
	line-height: 25px;
	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: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
}
#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: 20px 15px 0px 15px;
}
#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: 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{
	width: 850px;
	height: 60px;
	background-color: #000080;
}
#copy{
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}
#copy a{
	color: #FFFFFF;
	text-decoration: none;
}
#copy a:hover{
	color:#333333;
	}

/***トップ***/
#top{
	}
#top div#left{
	float:left;
	width:480px;
	margin:15px 15px 10px 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#left div#info {
	height: 203px;
	width: 460px;
	background-color: #FFEEE6;
	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#left div#info div#main{
	height: 200px;
	margin: 2px 1px 1px 0;
	overflow: auto;
	margin-left: 10px;
	}
#top div#left div#info div#main h4 {
	color: #003366;
	font-size: 13px;
	margin: 6px 13px 0;
	}
#top div#left div#info div#main p {
	margin:4px 13px 0;
	}
#top div#left{
	float:left;
	width:460px;
	}
#top div#right{
	width:300px;
	margin-left:510px;
	margin-top:15px;
}
#top div#right div#bnr_sps{
	}
#top div#right div#bnr_sps p{
	margin:0 0 45px 15px;
	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 left top;
	display:block;
	width:265px;
	height:80px;
	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;
	background-color:black
		}
#top div#right div#bnr_sps p.bnr02{
	background:url(../images/bnr02.jpg) no-repeat center;
	background-color:black
	}
#top div#right div#bnr_sps p.bnr03{
	background:url(../images/bnr03.jpg) no-repeat center;
	background-color:black
	}
#top div#right div#bnr_sps p.bnr04{
	background:url(../images/bnr04.jpg) no-repeat center;
	background-color:black
	}

#top h3{
	font-size: 16px;
	font: 100%/44px;
	border-width: 440px;
	background: url(../images/h3back.jpg);
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 2px;
	padding-bottom: 10px;
}
/***その他のページ***/
#other_page{}
#other_page h2{
	font-size: 18px;
	line-height: 42px;
	height: 43px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
	text-indent: 20px;
	background-image: url('../images/h2back.jpg');
	background-repeat: no-repeat;
}
#other_page h3{
	font-size: 16px;
	font: 100%/44px;
	border-width: 440px;
	background: url(../images/h3back.jpg);
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-weight: bold;
}
#other_page h4{
	background-position: left;
	font-size: 100%;
	line-height: 1.0em;
	vertical-align: top;
	background-image: url('../images/h4base.gif');
	background-repeat: no-repeat;
	margin: 14px 5px 0 15px;
	padding-left:65px;padding-top:20px;padding-bottom: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;
}
