@charset "utf-8";

@import url("common.css");
@import url("module.css");

#contents {
	background: url(../images/bg_main.gif) repeat-y center top;
	}
	
#mainContent {
	width: 763px;
	background: top;
	margin-left: 148px;

}

#mainContent h2 {
	padding-top: 6px;
}

#newsCenter {
	width: 467px;
	margin-left: 60px;
	display: inline;
	float: left;
}

#newsCenter .topics {
	background: #339900;
	margin-top: 24px;
	width: 467px;
	margin-bottom: 17px;
}

#newsCenter .topics ul {
	color: #FFFFFF;
	font-size: 1.4em;
	list-style-type: none;
	line-height: 1.2em;
	margin-left: 10px;
	margin-top: 5px;
}

#newsCenter .topics ul li {
	padding-bottom: 10px;
}

.newsBox {
	border: 3px solid #E60012;
	padding-bottom: 5px;
	margin-bottom: 17px;
}

.newsBox h4 {
	font-size: 1.4em;
	color: #E60012;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.newsBox p.info_date {
	text-align: right;
	padding-bottom: 4px;
}

.newsBox p {
	padding-left: 22px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#newsRight {
	width: 196px;
	margin-right: 7px;
	display: inline;
	float: right;
	margin-top: 23px;
}

.sideBox {
	padding-bottom: 10px;
}

.sideBox h3 {
	padding-bottom: 5px;
}

.sideBox ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 3px;
}

.sideBox ul li {
	background: url(../news/images/li_star.gif) no-repeat left 2px;
	margin-bottom: 8px;
	padding-left: 12px;
}
