

/* news.css */


#newsArea {
	width: 760px;
	padding: 0 0 20px;
}

#newsArea h2 {
	margin: 0 0 20px;
}

#newsList {
	width: 700px;
	margin: 0 auto;
	background: url(../images/partner/pertner05_daikou02.gif) left top repeat-y;
}

#newsListLeft {
	float: left;
	width: 122px;
	border-top: 1px solid #999;
}

#newsListLeft h3 {
	margin: 30px 0 0 15px;
}

#newsListRight {
	float: right;
	width: 570px;
}

#newsListRight ul {
	width: 550px;
	margin: 0 0 0 20px;
}

#newsListRight li {
	padding: 0 0 20px;
}

#newsListRight h4 {
	padding-left: 6px;
	border-left: 5px solid #3d6eae;
	border-bottom: 1px dotted #ccc;
}

#newsListRight .newsDate {
	font-weight: normal;
	color: #5283b1;
}

#newsListRight strong.newsTitle {
	color: #5283b1;
	font-size: 14px;
	padding-left: 1em;
}

#newsListRight a.newsTitle {
	color: #5283b1;
	padding-left: 1em;
	font-size: 14px;
	text-decoration: none;
}

#newsListRight a.newsTitle:hover {
	text-decoration: underline;
}

#newsListRight .newsBody {
	width: 530px;
	padding: 10px;
	margin: 1px 0;
	/*\*/
	width: 510px;
	/**/
}

.more {
	padding: 5px 0 0;
	text-align: right;
}

.more a {
	padding-left: 15px;
	background: url(../images/com/com12_sankaku.gif) left center no-repeat !important;
}

.pagetop {
	margin-right: 0;
}
















