*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

html,
body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-3dlight-color: #3d3d3d;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #3d3d3d;
	scrollbar-arrow-color: #3d3d3d;
	scrollbar-track-color: #000000;
	background-color: transparent;
}

a{
	color		: #ffcc00;
	text-decoration	: none;
}

a:hover{
	color		: #ffcc00;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

h3{
}


ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}

/***************************************/
/* All */
/***************************************/
#news2 {
	width: 505px;
	height: 483px;
	overflow-y: scroll;
	overflow-x: none;
	/*
	height: 469px;
	*/
}

#news_box li .title p{ behavior: url("../iepngfix.htc") }

#news_box{
	text-align	: left;
	width		: 480px;
	margin		: 10px 0 0 5px;
	overflow-x: hidden;
}

#news_box li{
	width		: 480px;
	float		: left;
	line-height	: 15px;
	margin		: 0 0 20px 0;
}

#news_box li .title{
	line-height	: 18px;
	text-indent	: 25px;
	color		: #cc99ff;
	font-size	: 12px;
	background	: url(../img/top/title.gif) repeat-x bottom left;
	margin		: 0 0 5px 0;
	padding		: 0 0 7px 0;
}

#news_box li .title p{
}

#news_box li .day{
	color		: #ffff99;
	font-size	: 10px;
	margin		: 0 0 4px 3px;
}

#news_box li .text{
	margin		: 0 0 0 3px;
	font-size	: 11px;
	line-height	: 16px;
}

#news_box li .img{
	float		: left;
}

#news_box li .img img{
	border		: 1px dotted #4d4d4d;
	margin		: 0 10px 0 0;
}

#news_box li:after{
	content			: "";
	display			: block;
	clear			: both;
}