@charset "utf-8";
/* CSS Document */
@import url(code.css);

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
}
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,th,td{ font-size:12px;}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
ul{ margin:0px;}
li{ list-style:none;}
.tplb{ float:left;}
.xwlb{ list-style:none; line-height:20px; font-size:12px;}
-->
/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 0 1px 0;
    background: url(nav_bg.gif) no-repeat 0 -36px;
	text-decoration:none;
}
.navinner {
    background: url(nav_bg.gif) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 70px;
    background: url(nav_bg.gif) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 6px 0 6px;
    background: url(nav_bg.gif) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 110px;
    text-align: center;
    font-size: 120%;
	text-decoration:none;
}
.nav a:link, .nav a:visited {
    color: #fff;
	text-decoration:none;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(nav_bg.gif) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(nav_bg.gif) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(nav_bg.gif) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(nav_bg.gif) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(nav_bg.gif) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 130px; }
#subnav2 { left: 250px; }
#subnav3 { left: 370px; }
#subnav4 { left: 490px; }
#subnav5 { left: 570px; }
#subnav6 { left: 720px; }
#subnav7 { left: 730px; }
#subnav8 { left: 880px; }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer,
#subnav5 .pointer,		
#subnav6 .pointer,
#subnav7 .pointer,
#subnav8 .pointer { left: 30px; }

#subnav1, #subnav2, #subnav3, #subnav4, #subnav5, #subnav6, #subnav7, #subnav8 {
    min-width: 110px;
}
/* Nav
==========================================================*/


/* Note
==========================================================*/
.note {
    margin: 0 15px 10px;
	color:#666666;
}
.note span{
	float:right;
}
.disable {
    display: none;
}

/*  
==========================================================*/
.nr{ padding:8px; line-height:20px;}

.title{
	width:410px;
	height:31px;
	font-weight:bold;
	background:url(../images/place_left.gif) no-repeat;
	padding-left:20px;
}
.placenav{
    width:403px;
	margin-right:10px;
	text-align:right;
	line-height:31px;
}
.pages{
    width:813px;
	height:25px;
	margin:12px auto 0px;
	clear:both;
	background:#F7F7F7;
	border-bottom:1px solid #FFF;

}
.pages .plist{
	padding-top:3px;
	text-align:center;
	line-height:20px;
}
