@charset "utf-8";

/* Base */
* {margin:0;padding:0;}
body,td,th {font-size:12px;}
body {margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;}
a {font-size:12px;color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a:active {color:#000;text-decoration:none;}
img {border:none;}
table {border-collapse:collapse;}
ul {list-style:none;}
.dis {display:none;}
.cal {clear:both;}
.fleft {float:left;}
.fright {float:right;}
.font_bold {font-weight:bold;}

/* Page */
.wrapper {
	width:959px;
	margin:0 auto;
	margin-top:2px;
}
#nav {
	background:url(nav_bg.gif);
	height:42px;
	line-height:42px;
}
#nav ul {
	padding-left:30px;
}
#nav li {
	background:url(nav_bg_line.gif) top right no-repeat;
	float:left;
	width:100px;
	text-align:center;
}
#nav li a {
	width:100px;
	height:42px;
	display:block;
	color:#FFF;
}
#leftbox {
	width:270px;
}
#rightbox {
	width:673px;
}
.nbox {
	padding-top:10px;
	width:100%;
}
.ltitle {
	background:url(title_bg_left.gif);
	width:270px;
	height:36px;
	line-height:36px;
	text-indent:40px;
	font-weight:bold;
}
.lbox {
	width:268px;
	border:1px solid #DBDBDB;
	border-top:none;
}
.rtitle {
	background:url(title_bg_right.jpg);
	width:673px;
	height:36px;
	line-height:36px;
	text-indent:40px;
	font-weight:bold;
}
.rbox {
	width:660px;
	margin:0 auto;
	padding-top:5px;
}
.rbox h1 {
	text-align:center;
	font-size:16px;
	line-height:30px;
}
#viewinfo {
	line-height:22px;
	text-align:center;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.rlist {
	line-height:22px;
	padding:10px;
}
.rlist li {
	border-bottom:1px dotted #DBDBDB;
	text-indent:8px;
}
.plist {
	line-height:22px;
	padding:10px;
}
.plist li {
	float:left;
	text-align:center;
	padding-right:25px;
	width:133px;
	overflow:hidden;
}
#about {
	line-height:22px;
	text-indent:24px;
}
#bottom {
	text-align:center;
	line-height:22px;
	border-top:1px solid #CCC;
	margin-top:10px;
	padding-top:5px;
}






