@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/

#container {
	background:url(../img/index/bg01.jpg) no-repeat center top;
}

/* .topArea */
.ttl01 {
	padding:108px 0 131px;
	text-align:center;
}
.mtxt {
	color:#fff;
	text-align:center;
	background:#fe2f28;
	padding:13px 0 14px;
	border-bottom:#fff 2px solid;
}
.topArea {
	padding:25px 0 0;
	background:url(../img/common/bg.jpg) repeat-x left top;
}
.topArea .bnrList {
	text-align: center;
	margin:0 auto 32px;
	width: 980px;
}
.topArea .bnrList li {
	float: left;
	margin-right: 17px;
}
.topArea .bnrList li:last-child {
	margin-right: 0;
}

/* .greetArea */
.greetArea {
	background:url(../img/index/bg02.jpg) no-repeat center top #eff7fc;
	padding:26px 0 30px;
}
.greetArea .conts {
	min-height: 479px;
}
.greetArea .ttl {
	color:#0064aa;
	font-weight:normal;
	padding-bottom:15px;
}
.greetArea .txt {
	width:650px;
	clear:both;
	padding-bottom:12px;
}
.greetArea .txt p {
	text-indent:1em;
	line-height:2.05;
}
.greetArea .names {
	position:absolute;
	bottom:-1px;
	right:65px;
}