﻿/*■初期設定*/

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: 5px;
}
#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;
}

