@charset "utf-8";
/* CSS Document */

/* header */
header {
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6B95C7;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #2E5A75;
	padding-top: 10px;
}
header div {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(image/header_back_02.png);
}
header div section {
	/* [disabled]float: left; */
	margin-bottom: 25px;
	margin-left: 60px;
	margin-right: 60px;
	background-image: url(image/header_section_back_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
header div section figure {


}
header div section figure img {
	width: 250px;
	height: auto;
	background-color: #FFF;
	padding: 8px;
}
h1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #92748C;
	font-size: 1.2em;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 250px;
	padding: 8px;
}
header div .comment_area {
	font-size: 0.80em;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 135%;
	clear: both;
	padding: 0px;
}
/********************/
/* #feature_area h2 */
/********************/
#feature_area h2{
	text-align: center;
	padding-top: 30px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
