/* CSS Document */

body{
	background-image:url(../image/body-back.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:sans-serif;
}

h2{
	font-size:16px;
	color:#3366CC;
}

h3{
	font-size:12px;
	color:#666666;
	line-height:18px;
}

h4{
	font-size:12px;
	color:#000099;
	line-height:18px;
}

#contents{
	width:960px;
	height:auto;
	margin:auto;
}

#header{
	width:960px;
	height:120px;
}

#header-logo{
	width:346px;
	height:60px;
	margin-top:20px;
	float:left;
}

#header-text{
	text-align:right;
	float:right;
	font-size:12px;
	color:#3333FF;
	margin-top:40px;
}

#header-text a{
	color:#333333;
}


#menu{
	clear:both;
	width:960px;
	height:40px;
}

#menu ul li{
	width:192px;
	height:40px;
	float:left;
	text-align:center;
}

#menu div{
	float:left;
}

#main{
	width:960px;
	height:auto;
}

#menu-back{
	width:960px;
	height:180px;
	background-image:url(../image/menu-back.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
}

#flash{
	width:960px;
	height:300px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	clear:both;
}

#info-bar{
	background-image:url(../image/info-bar.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:2px;
	width:958px;
	height:30px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}

#info-bar p{
	float:left;
	color:#FF6633;
	padding-top:9px;
	padding-left:1px;
	padding-right:1px;
	font-size:12px;
}

#info-bar ul li{
	float:left;
}

#topics{
	float:left;
	width:960px;
	height:auto;
	clear:both;
}

#topi-body{
	width:700px;
	height:auto;
	float:left;
	margin-bottom:50px;
}

#topi-body table td{
	height:20px;
	vertical-align:middle;
	font-size:12px;
	color:#333333;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}

#topi-body table tr{
	text-align:center;
}

#topi-banner{
	text-align:right;
	width:220px;
	margin-left:20px;
	height:auto;
	float:right;
}

#topi-banner img{
	margin-bottom:20px;
}

#pp{
	float:left;
	width:700px;
	height:auto
}

#pp table tr td{
	border-style:solid;
	border-width:1px;
	padding:10px;
}


#index{
	width:960px;
	height:auto;
	clear:both;
	background-color:#ffffff;
	margin:10px 0px 10px 0px;
}

#index a{
	color:#333333;
}

#index table tr th{
	font-size:12px;
}

#index table tr td{
	height:20px;
	vertical-align:middle;
	font-size:12px;
	color:#666666;
	border-right-width:1px;
	border-right-style:dotted;
	border-right-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
}


#index table tr td img{
	margin:0px 10px 0px 10px;
	height:12px;
	vertical-align:middle;
}

#town{
	width:960px;
	height:70px;
	clear:both;
	margin-top:30px;
	background-image:url(../image/town.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}


#footer{
	background-color:#336699;
	height:auto;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	line-height:150%;
}

#footer-box{
	width:960px;
	height:auto;
	margin:0px auto 0px auto;
}

#footer-box img{
	float:right;
}

#footer-box p{
	float:left;
}

#footer ul li{
	padding-bottom:0px;
	color:#FFFFFF;
	font-size:12px;
	clear:both;
	text-align:center;
}

.no-border{
	border:0px;
}