* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#mainbox #newbar {
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cecece;
	padding-left: 10px;
}
#mainbox .box {
	float: left;
	width: 306px;
	_width: 306px;
	margin-left:7px;
	_margin-left:4px;
	margin-right:2px;
	_margin-right:5px;
}

#mainbox #newbar #more {
	float: right;
	margin-right: 5px;
}
#mainbox #newbar li {
	background-image: url(../images/bar_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	list-style-type: none;
	padding-left: 15px;
	font-weight: bold;
	color: #3a3a3a;
	height: 32px;
	line-height: 32px;
	text-align: left;
}
#mainbox .box #newlist {
	height: 175px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
	overflow:hidden;
}
#mainbox .box #newlist ul {
	padding-left: 10px;
	padding-right: 10px;
}

#mainbox .box #newlist li  {
	list-style-type: none;
	line-height: 25px;
	background-image: url(../images/list_ico.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: 0px 11px;
	text-align: left;
}
#mainbox .box #newlist li a:link {
	color: #032a47;
	text-decoration: none;
}
#mainbox .box #newlist ul li a:visited {
	color: #032a47;
	text-decoration: none;
}
#mainbox .box #newlist ul li a:hover {
	color: #000;
	text-decoration: none;
}
#mainbox .box #newlist ul li a:active {
	color: #032a47;
	text-decoration: none;
}
#mainbox .bor_l {
	float: left;
	width: 12px;
	height: 170px;
}
#newlist .ico {
	width: 147px;
	float: left;
	height: 125px;
	margin: 2px;
}
.ico .img {
	width: 98%;
	height: 95px;
	margin-top: 5px;
}
.ico .tit {
	text-align: center;
	margin-top: 5px;
}
