@charset "utf-8";
* {margin: 0; padding: 0; outline: 0;}
body {
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Verdana,Clean,sans-serif;
	color: #333333/*#999*/;
	font-size: 12px;
	/*background:#1789a3;#bfbfbf*/
}
h1, h2 {
	font-weight: 100;
	margin:0 0 15px 0;
}
h1 {
	font-size: 64px;
	/*letter-spacing: -2px;*/
	line-height: 100%;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	line-height: 100%;
	color: #1789a3;
	padding:20px 0 30px 10px;
	background:url(../../images/maru.png) 0 0 no-repeat;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 18px;
	border-left: 5px solid #1789a3;
	padding-left: 10px;
	margin:2.5em 0 1em 0;
}
p {
	margin: 0 0 15px 0;
}
.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.active {
	background: #106681;/*#3B5323*/
}
.clear {
	clear: both;
}
.wrap {
	width: 100%;
/*	max-width: 1140px;
	min-width: 860px;*/
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background:url(../../images/bg_website.png) top left repeat-x;
}
.section {
	width: 100%;
	/*max-width: 1140px;
	min-width: 860px;*/
	z-index: 10;
	position: relative;
	margin: 1px auto;
	padding: 0 0 20px 0;
}
.inner {
	width: 860px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 12px;
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 300;*/
	padding:30px 0;
}
/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 14%;
	height: 50px;
	z-index: 1000;
	width: 100%;
/*	max-width: 1140px;
	min-width: 860px;
	background: #1789a3;#aabd46;*/
	background:url(../../images/bg_website.png) center left repeat-x;
	margin: 0 auto;
}
.subMenu .inner {
	padding:0;
	line-height: 100%;
}
.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #ffffff;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 100%;
	letter-spacing: 0.2em;
}
#sTop.subNavBtn {
	width: 240px;/*12%*/
	margin: 0 160px 0 0;
	padding: 15px 2% 0 0;
	letter-spacing: 1.5em;
	font-size: 16px;
}
#sTop.active {
	background: none;
}
.end {
	margin: 0;
}
/* SECTIONS */
.sTop {
	width: 100%;
	min-height: 800px;
/*	background:#1992a4;#e5e5e5*/
	color:#ffffff/*#3d3d3d*/;
	background:url(../../images/plus.png) 80% 15% no-repeat;
	margin:0;
}
.sTop .inner h1 {
	margin:150px 0 0 0;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.5em;
}
.sTop .inner p {
	letter-spacing: 0.8em;
	line-height: 200%;
	font-size: 10px;
	margin: 0 ;
}
.s1 {
	min-height: 800px;
	background: #ffffff/*#2e2e2e*/;
}
.s2 {
	min-height: 800px;
	background: #eeeeee/*#3f3f3f*/;
}
.s3 {
	min-height: 800px;
	background: #ffffff/*#504f4f*/;
}
/*
.s4 {
	min-height: 800px;
	background: #ffffff;
	color: white;
}

.s5 {
	min-height: 800px;
	background: #ffffff;
	color: white;
}*/
/*  */
div.inner dl,
div.inner p,
div.inner h3 {
	margin-left:10px;
}
div.inner dl dt {
	float:left;
	color: #1789a3;
	line-height: 200%;
	width:10em;
	clear: both;
}
div.inner dl dd {
	width:30em;
	line-height: 200%;
	margin-left :10em;
}

div.inner dl dd ul li{
	list-style-type:none;
}
div.inner dl dd ol li{
	list-style-type:decimal;
	margin-left:1.5em;
}
#siteCredit {
	background-color: #ffffff;
	color: #1789a3;
	border-top:dashed #cccccc 1px;
}
#siteCredit div.inner {
	background:url(../../images/plus.png) bottom right no-repeat;
}
#siteCredit div.inner address {
	border: 0 none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin:1.5em 0 3em 0;
	padding: 0;
	text-align: right;
}
.pagetop {
	clear: both;
	margin: 20px auto 10px !important;
	text-align: right;
	width: 860px;
}
.pagetop a {
	display: inline-block;
	position: relative;
	color: #1789a3;
	text-decoration: none;
}
