@charset "utf-8";
@import "base.css";

ul#funList {
	width:740px;
	margin:30px auto 0;
	overflow:hidden;
}
ul#funList li{
	display:inline;
	float:left;
	width:225px;
	height:185px;
	padding:5px 10px;
	margin-bottom:10px;
	background:url(../images/fun/box.gif) no-repeat top center;
}
ul#funList h4{
	padding:0 0 2px;
	margin:0;
	text-align:center;
	font-size:1em;
	border:none;
	background:#000FA5;
	color:#FFF;
}
ul#funList p{
	font-size:0.9em;
}
ul#funList ul{
	border-top:dotted 1px #AAA;
	margin-top:15px;
	padding-top:10px;
	width:350px;
	overflow:hidden;
}
ul#funList ul li{
	margin:0 6px 4px 0 !important;
	display:inline !important;
	font-size:0.85em;
	width: auto !important;
	float:left !important;
	border-right:solid 1px #BBB;
	line-height:1.2 !important;
	padding:0 6px 0 0 !important;
	white-space:nowrap;
}

div#funInfo {
	width:730px;
	margin:0 auto;
	background:#002fc9 url(../images/top/bg_news.gif) left top;
	border:solid 1px #000;
	overflow:hidden;
	padding-bottom:5px;

}
div#funInfo h3 {
	background:none !important;
	padding:2px 0 2px 10px !important;
	margin-bottom:0 !important;
}
div#funInfo dl{
	overflow:hidden;
	background:#FFF;
	border:solid 2px #d5d5d5;
	padding:2px 10px;
	width:693px;
	margin:0 auto;
}
div#funInfo dt {
	font-weight:bold;
	clear:left;
	float:left;
	font-weight:bold;
	padding:8px 0 8px 5px;
	width:100px;
}
div#funInfo dd {
	border-bottom:1px dotted #AAAAAA;
	margin-left:0;
	padding:8px 0 7px 75px;
}
div#main h5 {
border-bottom:2px solid #000E64;
color:#000000;
font-size:1.1em;
margin:0 auto;
padding-bottom:4px;
width:680px;
}