* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: "Meiryo UI", Meiryo, Osaka;
	color: #CCCCCC;
	font-size: 12px;
}
img {
	vertical-align: bottom;
	border-style: none;
}

h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 100%;
	font-family: "Meiryo UI", Meiryo, Osaka;
}


h2 {
	font-size: 14px;
	padding-left: 60px;
}


p {
	font-family: "Meiryo UI", Meiryo, Osaka;
	font-size: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 20px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 130px;
	z-index: 1000;
	width: 100%;
	background-color: #FFFFFF;
}

.subMenu .inner {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.subNavBtn {
	float: left;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	text-align: center;
}
.subMenu a:hover {
	background-image: url(../img/menu.png);
}

.active {
	background-image: url(../img/menu.png);
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	color: #3d3d3d;
	height: 350px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	background-image: url(../img/top_back.png);
	background-repeat: no-repeat;
	background-position: right;
}
.foo {
	color: #fff;
	background-color: #57390A;
	height: auto;
}
.s1 {
	color: #fff;
	background-color: #BC8494;
	height: auto;
}


.s2 {
	background-color: #77861E;
	height: auto;
}
.s2 a {
	color: #fff;
}

.s3 {
	background-color: #538DA6;
	height: auto;
}


.s4 {
	background-color: #217E78;
	color: #B0E39A;
	height: auto;
}



.s5 {
	color: #FFFFFF;
	height: auto;
	background-color: #8182BD;
}

.s6 {
	background-color: #BCB439;
	height: auto;
	color: #FF9;
}
/* --- Flowエリア --- */
.flowbox {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.flowbox p {
	padding-top: 35px;
	font-family: "Meiryo UI", Meiryo, Osaka;
	font-size: 85%;
	color: #600;
	padding-right: 40px;
	padding-left: 270px;
}
.flowbox .a {
	background-image: url(../img/flow01.png);
	background-repeat: no-repeat;
	height: 110px;
}
.flowbox .b {
	background-image: url(../img/flow02.png);
	background-repeat: no-repeat;
	height: 105px;
}
.flowbox .c {
	background-image: url(../img/flow03.png);
	background-repeat: no-repeat;
	height: 105px;
}
.flowbox .d {
	background-image: url(../img/flow04.png);
	background-repeat: no-repeat;
	height: 105px;
}
.flowbox .e {
	background-image: url(../img/flow05.png);
	background-repeat: no-repeat;
	height: 108px;
}
.flowbox .f {
	background-image: url(../img/flow06.png);
	background-repeat: no-repeat;
	height: 95px;
}
/* --- Flowエリア --- */
.com {
	font-family: "Meiryo UI", Meiryo, Osaka;
	font-size: 14px;
	text-align: center;
}
/* --- 新着情報エリア --- */
.update {
	width: 650px; /* 新着情報エリアの幅 */
	font-size: 80%;
	float: left;
	color: #FFF;
	font-family: "Meiryo UI", Meiryo, Osaka;
	text-decoration: none;
}

/* --- 新着リスト --- */
.update dl {
	width: 95%; /* 新着リストの幅 */
	height: 300px; /* 新着リストの高さ */
	overflow: auto; /* 新着リストの下境界線 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

/* --- 日付 --- */
.update dt {
	width: 6.7em; /* 日付エリアの幅 */
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 130%;
	padding-top: 7px;
	padding-right: 15;
	padding-bottom: 6px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --- 本文 --- */
.update dd {
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 70pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
	margin-right: 20px;
}
/* --- 新着情報エリアend --- */
.s_box {
	margin-left: 30px;
	margin-top: 20px;
}
/* --- コンタクトエリアend --- */
#contact {
	width: 600px;
	font-family: "Meiryo UI", Meiryo, Osaka;
	font-size: 14px;
	line-height: 3em;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}
table {
	font-size: 14px;
	color: #333;
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 20px;
}
td {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #300;
}
/* --- コンタクトエリアend --- */

.subject {
	width: 200px;
	padding-right: 5px;
	float: left;
	padding-left: 15px;
}
.subject h1+p {
	font-size: 14px;
	padding-bottom: 7px;
	text-align: center;
}
.box_q {
	font-size: large;
	color: #FFF;
	background-image: url(../img/question.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 5px;
}
.back {
	padding-top: 25px;
	text-align: right;
}
.box_q p {
	text-indent: 25px;
}
.box_a p {
	padding-left: 60px;
}
.box_a {
	font-size: medium;
	color: #FF9;
	background-image: url(../img/answer.png);
	background-repeat: no-repeat;
	background-position: 20px;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
