@charset "utf-8";


#top_main{
	width:800px;
	height:326px;
}




#top_news{
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:27px 0px 0px 0px;
}


#top_news h3{
	padding:0px 0px 12px 0px;
}

.news_list{
	display:block;
	width:300px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:11px 0px 0px 5px;
	float:left;
	font-size:11px;
}

#news_area_top{
	width:800px;
	height:15px;
	background:url(../images/top_news_bg_top.png) no-repeat;
	
}

#news_area_middle{
	width:800px;
	height:auto;
	background:url(../images/top_news_bg_middle.png) repeat-y;
	padding:0px 0px 0px 0px;
	_margin-top:-3px;
}




#news_area_bottom{
	width:800px;
	height:30px;
	background:url(../images/top_news_bg_bottom.png) no-repeat;
}




.news_picup{
	width:220px; /*203*/
	height:auto;
	margin:0px;
	padding:5px 20px 0px 25px;
	background:url(../images/height_hr.gif) top right repeat-y;
	float:left;
}

.last{
	background:none;
}

.photo{
	display:block;
	width:170px;
	height:114px;
	margin:0px;
	padding:0px 0px 7px 0px;
}

.photo img{
	width:170px;
	height:114px;
}

.date{
	padding:0px 0px 0px 0px;
}

.comment{
	padding:0px 0px 12px 0px;
}

.more{
	text-align:right;
}


.news_left{
	width:442px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.news_right{
	width:337px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
}

.news_right li{
	padding:0px 0px 10px 0px;
}




.news_set{
	width:442px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
	background:url(../images/top_news_dotted.gif) left bottom repeat-x;
}

.news_text{
	width:312px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
}


.news_text p{
	font-size:11px;
}

.news_img{
	width:125px;
	height:auto;
	margin:0px;
	float:left;
}


.news_text h4{
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 0px;
}


.news_text img{
	margin:10px 0px 0px 0px;
}






/* 110803 add */


.blog_area{
	width:322px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	border:1px solid #fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


.blog_area ul{
	padding:10px;
}

.blog_area ul li{
	background:url(../../shared/images/dotted_bg_green.gif) bottom repeat-x;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


.blog_area ul li a{
	display:block;
	background:url(../../shared/images/link_icon_gree.jpg) left 5px no-repeat;
	padding:0px 0px 0px 10px;
}


ul.banner{
	padding:15px 0px 0px 0px;
}

ul.banner li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul.banner li a{
	display:inline;
	padding:0px;
	margin:0px;
}









