/* CSS Document */

#headerContainer {
	height: 181px;
}

.contentContainer {
	margin: 20px auto 40px;
}

.bannerArea {
	padding-top: 265px;	
}

#contentArea .titleContainer {
	background: url(../images/mainvisual.gif) right bottom no-repeat;
}

#contentArea h3 {
	font-size: 160%;
}

.materialContainer {
	background: #fff2f2 url(../images/img_infoill.gif) 430px 10px no-repeat;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 20px;
}

.materialContainer p {
	float: left;
	margin-right: 10px;
}

.materialContainer dl {
	float: left;	
}

.materialContainer dl dt {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 8px;	
}

.materialContainer dl dd {
	font-size: 120%;
}

.newsArea {
	font-size: 120%;
}

.newsArea li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;	
}

.newsArea li span.data {
	float: left;
	margin-right: 20px;
	width: 105px;
}

.newsArea li dl {
	float: left;
	width: 420px;
}

.newsArea li dl dt {
	font-weight: bold;
	margin-bottom: 6px;
	color: #77b36b;
	width: 420px;
}

.newsArea li dl dd {
	width: 420px;
}
/*.newsArea li dl dt a {
	color: #77b36b;
	text-decoration: underline;
}

.newsArea li dl dt a:hover {
	color: #e64545;	
	text-decoration: underline;
}
*/
