@charset "utf-8";

/***** right_contents *****/

#main #right_contents .left {
	float: left;
	width: 350px;
}

#main #right_contents .right {
	float: right;
	width: 131px;
	margin-left: 15px;
}
#right_contents h3{
margin: 20px 0px 20px 0px;
}
#right_contents .right img{
margin: 20px 0px 0px 0px;
}

#main #right_contents #news {
	clear: both;
	width: 490px;
	padding-top: 15px;
}
#main #right_contents #news h4 {
	width: 490px;
	height: 27px;
	background: url("../image/news_bg.gif") repeat-x 0px 25px;
}
#main #right_contents #news dl.newsList {
margin: 10px 0px 10px 0px;
}
#main #right_contents #news dl.newsList dt{
margin: 10px 0px 0px 0px;
}
#main #right_contents #news dl.newsList dd{
	padding: 5px 0px 5px 30px;
	background: 10px 5px url(../image/icon_leaf.gif) no-repeat;
	border-bottom: 1px solid #f1f1f1;
}
#main #right_contents #news dl.newsList dd a{
	font-size: 14px;
	color: #666666;
}

