@charset "utf-8";
/* CSS Document */

h1#h1_top{
	width:780px;
	height:120px;
	margin:0;
	padding:5px 200px 5px 5px;
	text-align:right;
	background:url(../img/top_h1_bg.jpg) no-repeat;
	}

h1#h1_top p{
	color:#333;
	}
div#top_left{
	width:480px;

	}

div#top_center{
	width:180px;
	padding-left:5px;
	}

div#top_right{
	width:480px;

	}



div#brands{
	width:940px;
	margin:5px auto;
	padding:0;
	}

div#brandlist{
	width:755px;
	margin:5px auto;
	padding:0;
	}


div#brands img{
	padding:15px;
	float:left;
	}

div#brandlist img{
	padding:10px 25px;
	float:left;
	}

div.news_box{
	width:475px;
	height:250px;
	margin:0;
	padding-left:5px;
	padding-top:5px;
	overflow:scroll;
	overflow-x:hidden;
	border-top:1px dashed #ccc;
	border-left:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	}

div.news_box div.posts{
	
	}

div.news_box p{
	padding:5px 0;
	color:#666;
	font-size:12px;
	}