@charset "utf-8";

@import url("common.css");
@import url("module.css");

#contents{
	background: #ffd1ea url(../../images/bg_top.jpg) no-repeat center top;
	}
	
#mainContent {
	width: 922px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 350px;

}

#contents h3 {
	position: absolute;
	right: 22px;
	top: 133px;
}

#newsBox {
	background: #FFF1F9;
	width: 496px;
	float: right;
	position: relative;
}

#newsBox dl {
	overflow: auto;
	height: 80px;
	font-size: 1.3em;
	color: #111;
	line-height: 1.2;
	margin-left: 8px;
	padding-top: 8px;
}

#newsBox dl dt {
	padding-bottom: 0.5em;
	float: left;
}

#newsBox dl dd {
	padding-bottom: 0.5em;
	padding-left: 5.5em;
	margin-right: 5px;
}

#newsBox dl a:link {
	text-decoration: underline;
	color: #000099;
}

#newsBox dl a:visited {
	text-decoration: underline;
	color: #000099;	
}
#newsBox dl a:hover {
	text-decoration: none;

}
#newsBox dl a:active {
}

.bnrArea {
}

.bnrArea img {
	margin-right: 15px;
}

#footer {
	margin-top: -10px;
	}

#footer address {
	padding-bottom: 10px;
}
