@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header .mainImg {
	margin-top: 1px;
	background-color: #E5E1DE;
}

#header .mainImg .subBox {
	margin: 0 auto;
	width: 1100px;
}

#header {
	border-top: 16px solid #E383A1;
}

#header .ttlBox {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header .ttlBox h1 {
	position: absolute;
	left: 18px;
	top: -16px;
}

#main {
	padding-top: 22px;
}

#main .text {
	margin-bottom: 17px;
	text-align: center;
}

#main .text02 {
	margin-bottom: 34px;
}

#main .section {
	margin: 0 -2px 0 2px;
}

#main .section .news {
	padding: 12px 37px 4px;
	width: 521px;
	float: left;
	background-color: #FFF;
}

#main .section .news h2 {
	margin-bottom: 8px;
}

#main .section .news dt {
	padding-top: 18px;
	float: left;
	color: #da5283;
	font-size: 1.2em;
}

#main .section .news dd {
	padding: 15px 0 15px 8.1em;
	border-top: 1px dotted #CCC;
}

#main .section .news dd a {
	font-size: 1.2em;
}

#main .section .news dd a:hover {
	text-decoration: underline;
}

#main .section .banner {
	width: 239px;
	float: right;
}

#main .section .banner li {
	margin-bottom: 8px;
	float: left;
}