@charset "utf-8";

/* BASE  ---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(../img/bg1.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:hover {
	color: #009933;
}
img {
	border: none;
	vertical-align: top;
}
#WRAP {
	width: 801px;
	background: #FFFFFF;
	padding-top: 106px;
}

/* ロゴとメニュー -------------------------------------*/
#LOGO {
	position: absolute;
	left: 17px;
	top: 5px;
}
#TITL {
	position: absolute;
	left: 300px;
	top: 17px;
	width: 470px;
	font-size: 120%;
	color: #999999;
}
#NAVI {
	position: absolute;
	top: 73px;
	left: 0;
	width: 801px;
	height: 33px;
	list-style-type: none;
	background: #000000;
}
#NAVI li {
	float: left;
	width: 110px;
}
#NAVI li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../img/btn_grp_main.gif);
}
/* メインメニュー ---------------------------------*/
	
	/* オフ */
	#BTN01 a { background-position:  0     0; }
	#BTN02 a { background-position: -110px 0; }
	#BTN03 a { background-position: -220px 0; }
	#BTN04 a { background-position: -330px 0; }
	#BTN05 a { background-position: -440px 0; }
	#BTN06 a { background-position: -550px 0; }
	#BTN07 a { background-position: -660px 0; }

	/* アクティブ */
	#BTN01 a.stay { background-position:  0     -66px; }
	#BTN02 a.stay { background-position: -110px -66px; }
	#BTN03 a.stay { background-position: -220px -66px; }
	#BTN04 a.stay { background-position: -330px -66px; }
	#BTN05 a.stay { background-position: -440px -66px; }
	#BTN06 a.stay { background-position: -550px -66px; }
	#BTN07 a.stay { background-position: -660px -66px; }

	/* オン */
	#BTN01 a:hover { background-position:  0     -33px; }
	#BTN02 a:hover { background-position: -110px -33px; }
	#BTN03 a:hover { background-position: -220px -33px; }
	#BTN04 a:hover { background-position: -330px -33px; }
	#BTN05 a:hover { background-position: -440px -33px; }
	#BTN06 a:hover { background-position: -550px -33px; }
	#BTN07 a:hover { background-position: -660px -33px; }

/* 段組---------------------------------------------*/
#CONT {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../img/cont_line.gif) left top repeat-y;
	padding-bottom: 30px;
}
#HIDARI {
	float: left;
	width: 560px;
}
#MIGI {
	float: left;
	width: 240px;
	padding-left: 1px;
}
#FOOT {
	clear: both;
	color: #FFFFFF;
}
#FOOT2 {
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #333333;
}

/* Top レイアウト---------------------------------------------*/

#HIDARI h3, #MIGI h3 {
	line-height: 40px;
	text-indent: 20px;
	font-size: 125%;
	color: #FFFFFF;
	background: #1922AC;
}
#HIDARI .SECT {
	margin: 15px 15px 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#HIDARI .SECT p {
	margin: 0px 5px;
	display: inline;
}
#MIGI .SECT {
	margin: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#MIGI h4 {
	text-align: center;
	font-size: 110%;
	color: #009933;
}
#MIGI .SECT p {
	text-align: center;
	font-size: 110%;
	line-height: 30px;
}
#MIGI ul {
	text-indent: 12px;
}
#MIGI li {
	color: #666666;
	margin-top: 3px;
}
.h2_titl {
	padding-top: 20px;
	line-height: 30px;
	text-indent: 30px;
	font-size: 120%;
	color: #666666;
}
.kakomi {
	margin: 10px;
}

/* Sub レイアウト---------------------------------------------*/

.CLR1 {
	background-color: #eeeeee ;
}
.CLR2 {
	background-color: #ffffff ;
}
#DATAS {
	padding: 20px 50px;
}
#DATAS td {
	text-indent: 12px;
	line-height: 25px;
}
#DATAS li {
	text-indent: 200px;
	line-height: 30px;
	font-size: 150%;
}
#DATAS p {
	text-indent: 20px;
	line-height: 50px;
	font-size: 120%;
}
#GAZO {
	width: 700px;
	margin: 20px 50px;
	background: #ffffff ;
}
