/*--------------------------------------------*/
/* Flash */
/*--------------------------------------------*/
div#home_flash{
	margin-bottom:1px;
	width:800px;
	height:201px;
	font-size:0px;
	background:#666666;
}

/*--------------------------------------------*/
/* Content */
/*--------------------------------------------*/
div#content_left{
	width:584px;
	float:left;
}
div#content_right{
	width:209px;
	float:right;
}
/* --------------- Newitem --------------- */
.newitem_title_text{
	font-weight:bold;
}
.newitem_text{
	padding-left: 10px;
}
/* --------------- News --------------- */
.frame_l_list{
	margin:0;
	padding:0;
	list-style:none;
}
.frame_l_list li{
	margin:0;
	padding-bottom:2px;
	overflow: hidden;
}
html>/**/body .frame_l_list li {
	padding-bottom:6px;/* Windows IE disregards this style */
}
.frame_l_list li:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .frame_l_list li {
	height: 1em;
	overflow: visible;
}
/**/
.news_text_left{
	margin-right:10px;
	float:left;
	width:60px;
}
.news_text_right {
	float:right;
	width:485px;
}

/*--------------------------------------------*/
/* Frame */
/*--------------------------------------------*/
.frame_l{
	width:577px;
	margin: 0 0 5px 7px;
}
.frame_s{
	width:202px;
	margin: 0 7px 5px 0;
}

div#category{
	background: url(../img/base/frame_bg_s.gif) repeat-y;
	padding: 0px 0px;
	width:180px;
}
	
	
div#category ul{list-style:none;margin: 0;padding:0;}

div#category ul li{
	background: url(../img/base/arrow.gif) no-repeat 0 7px;
	padding-left:9px;
	line-height:1.6em;
}

