@charset "utf-8";
/* CSS Document */
img, form {
	padding: 0; 
	margin: 0;
	border: none;
}

a {
	color: #446101;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
/*
a:active {
	font-weight: bold;
}
*/

body {
	background: url(images/bg.png) #fff;
	font-size: 12px;
	color: #494949;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #3d3d3d;
	_height: 1%;
}

.wrap {
	width: 889px;
	margin: auto;
	position: relative;	
	z-index: 1;
}

.top {
	text-align: right;
	padding: 16px 15px 3px 15px;
}

.nav {
	background: #fff;
	padding: 5px 2px;
	padding-top: 219px;
}

.footbar {
	color: #828282;
	line-height: 1.55em;
	padding: 12px 36px;
	*padding: 6px 36px;
	border-top: 2px solid #e4e4e4;
	clear: both;
}
.foot-btn {
	display: block;
	width: 76px;
	height: 20px;
	padding-top:3px;
	*height: 21px;
	*padding-top:2px;
	text-align:center;
	color:#828282;
	float: right;
	background: url(images/btn_foot.png) top no-repeat;
	margin-top: 15px;
}
.foot-btn:hover {
	text-decoration:none;
	color:#000;
}

.headbar {
	top: 39px;
	left: 2px;
	width: 885px;
	padding-top: 177px;
	background: url(images/head01.jpg) top no-repeat;
	position: absolute;
	z-index: 5;
}
.headbar ul {
	padding: 0;
	padding-left: 201px;
	margin: 0;
	list-style: none;
	background: url(images/head02.jpg) left top no-repeat;
	height: 39px;
}
.headbar ul li {
	float: right;
}

.nav .sidebar {
	width: 197px;
	float: left;
	padding-bottom: 12px;
}

.nav .contents {
	width: 655px;
	float: right;
}

.nav .empty {
	height: 36px;
	clear:both;
}

.sidebar .box {
	background: url(images/side_box_bg.png) top repeat-y;
}
.sidebar .box p {
	padding: 0;
	margin: 0;
}
.sidebar .box .down {
	background: url(images/side_box_foot.png) bottom no-repeat;
}
.sidebar .content {
	padding: 12px;
	padding-bottom: 18px;
	padding-top: 10px;
	color: #7e7e7e;
	line-height: 1.55em;
}
.sidelink ul, .sidelink2 ul {
	font-size: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidelink ul li {
	border-bottom: 1px solid #b3b3b3;
}
.sidelink ul li a {
	display: block;
	text-align: center;
	padding: 8px 0 4px 0;
}
.sidelink ul li a:hover, .sidelink ul li a.over {
	background: url(images/side_over_bg01.png) center center no-repeat;
}
.sidelink2 ul li a {
	display: block;
	height: 20px;
	padding-top: 4px;
	overflow: hidden;
	text-align:center;
}
.sidelink2 ul li a:hover, .sidelink2 ul li a.over {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/side_over.png) center center no-repeat;
}
.sidelink2 ul li {
	padding: 2px 0;
}
.contents .location, .contents .gotop {
	color: #a7a7a7;
	text-align: center;
	padding: 12px 0;
	*padding: 8px 0;
	padding-right: 35px;
}
.contents .location {
	text-align: right;
}

.contents .page {
	width: 620px;
}
.contents .page .title {
	background: url(images/title_bg.png) left bottom no-repeat;
	font-size: 24px;
	font-weight: bolder;
	color: #ff9c00;
	padding: 0px 38px 9px 38px;
	letter-spacing: 2px;
}

.contents .page .section {
	width: 590px;
	margin: auto;
	overflow: hidden;
	line-height: 1.6em;
}

.pager {
	padding: 16px;
	text-align: center;
	font-size: 11px;
}

