@charset 'utf-8';
html{
	height:100%;
}
body{
	color: #040404;
	font-family: Arial,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	text-align: center;
}
a, a:link{
	color: #39a3ee;
	text-decoration: none;
}
#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	width: 952px;
	line-height: 1.6;
	overflow: hidden;
}
div#header{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 124px;
	text-align: left;
	background: url(../../images/logo.gif) no-repeat left top;
	overflow: hidden;
}
div#Navigation{
	position:absolute;
	top: 0;
	left: 50%;
	line-height: 23px;
	margin: 82px 0 0 -61px;
	width: 537px;
}
div#formNavi{
	position:absolute;
	top: 0;
	left: 50%;
	line-height: 20px;
	text-align:right;
	margin: 18px 0 0 -61px;
	width: 537px;
}
div#formNavi td{
	margin: 5px 0;
}
div#formNavi form{
	float:right;
}
div#Main{
	background: url(../images/line1.jpg) repeat-x left top;
	float: left;
	width: 100%;
	overflow: hidden;
	padding:30px 0 20px 0;
}

/*全画面用
--------------------------------------------*/
div#Main_big{
	float: left;
	width: 100%;
	overflow: hidden;
}
/*ここまで
--------------------------------------------*/

div.wrap{
	float: left;
	width: 700px;
	overflow: hidden;
}
div#SubMain{
}

/* header
--------------------------------------------*/
p#copy{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight:bold;
	text-align: left;
	color: #edb139;
}
h1{
	width: 274px;
	height: 93px;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover{
	float: left;
	width: 274px;
	height: 93px;
	text-indent: -9999px;
	display:block;
	z-index: 0;
}
ul#hLink{
	position:absolute;
	top: 0;
/*	left: 430px;*/
	left: 80%;
	line-height: 23px;

}
ul#hLink li{
	float: left;
}
ul#hLink li a{
	float: left;
	padding: 0 3px;
}
/* footer
--------------------------------------------*/
div#footer {
	float: left;
	width: 100%;
	background: url(../../images/footer_bg.gif) repeat-x top center;
	text-align: left;
	overflow: hidden;
}
a#gnavi{
	float: left;
	margin: 0 15px 0 0;
}
ul#fLink{
	float: left;
	width: 100%;
}
ul#fLink li{
	float: left;
}
p#copyright{
	float: left;
}

/* other
--------------------------------------------*/
div#pnList{
	float:left;
	text-indent: 1em;
	text-align: left;
	line-height: 40px;
}
.olControlNoSelect{
	position: absolute;
	line-height: 1.5em;
	z-index: 1004;
}
.olControlMousePosition{
	position: absolute;
	right: 15px;
	color: #FFFFFF;
	background: #9DBAD8;
	font-weight: bold;
	font-size: 14px;
	width: 270px;
	height: 23px;
	text-align: center;
}
.olControlScaleLine {
	position: absolute;
	left: 10px;
	bottom: 30px;
	height: 80px;
	font-size: xx-small;
	overflow: hidden;
	cursor: move;
}
div#text p {
 margin-left:1em;
 text-indent:-1em;
}