body {
	text-align: center;
}

#wrapper{
	width:800px;
	border:solid 1px green;
	background-color:#FFFFE1;
	font-size:80%;
	line-height:140%;
	margin-right:auto;
	margin-left:auto;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
}

table{
	font-size:100%;
}

img{
	border:none;
}

a:link, a:visited{
	color:#0C8851;
}

a:hover, a:active{
	color:#FF9900;
}
	
/*header*/
#header{
	/*width:800px;*/
	height:100px;
	background-color:#ffffff;
	background-image:url(../image/header_bk.gif);
	background-repeat:no-repeat;
	padding:0px 5px 0px 5px;
}

#header img{
	margin:10px 0px 0px 0px;
}

#header_logo{
	float:left;
	padding-top: 17px;
}

#header_info{
	float:right; 
	padding-top: 15px;
}

/*left_box*/
#left_box{
	float:left;
	background-image:url(../image/left_bk.gif);
	/*width:160px;*/
	padding:8px 2px 15px 2px;
}

#left_box table{
	margin:0px 0px 10px 0px;
}



#left_box ul{
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}

#left_box li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:158px;
	height:30px;
	display:block;
}

#left_box li a{
	margin:0px;
	padding:0px;
	width:158px;
	height:30px;
	display:block;
}

#left_box table{
	width:158px;
}

#left_box td{
	width:158px;
	}



#left_bannerbox{
	background-color:#D3EFD3;
	margin:0px 0px 10px 0px;
	padding:8px 0px 8px 0px;
	width:158px;
}

#left_bannerbox img{
	margin:0px 0px 5px 15px;
}

#left_contactbox{
	background-color:#FFFFE1;
	color:#006C46;
	padding:5px 8px 5px 8px;
	width:142px;
}



/*center_box*/
#center_box{
	float:left;
	width: 490px;
	padding:0px 0px 0px 3px;
	text-align: left;
}


h1{
	background-image:url(/image/title_h1.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:489px;
	margin:8px 0px 0px 0px;
	overflow: hidden;
}

.ovf {
	display: none;
}

.center_nav{
	margin:5px 0px 5px 0px;
}



.pickup{
	width:488px;
}

.pickup table{
	/*border-top:solid 15px #D0EDC1;*/
}

#center_box h2{
	background-color:#ffffff;
	background-image:url(/image/bk_content.gif);
	background-repeat:repeat-x;
	border-right:solid 1px #109060;
	border-left:solid 1px #109060;
	margin:0px;
	padding:15px 8px 5px 8px;
	width:470px;
	color:#FF6600;

}

.content{
	background-color:#ffffff;
	background-image:url(/image/bk_title.gif);
	background-repeat:repeat-x;
	border-right:solid 1px #109060;
	border-left:solid 1px #109060;
	border-bottom:solid 1px #109060;
	margin:0px 0px 10px 0px;
	padding:5px 8px 5px 8px;
	width:470px;
}

h2.list {
	background-color:#ffffff;
	border-bottom:solid 1px #109060;
	margin:0px 0px 10px 0px;
	padding:5px 8px 5px 8px;
}


#right_banner_box{
	float:right;
	background-color:#E0F2CC;
	padding:0px;
	margin:8px 0px 0px 0px;
}

.banner_area{
	margin:0px 2px 0px 0px;
	padding:8px 8px 8px 0px;
	width:130px;
}


.banner_area img{
	margin:0px 0px 5px 6px;
}


/*footer*/
#footer{
	clear:both;
	float:clear;
	width:800px;
	background-color:#ffffff;
	background-image:url(/image/bk_footer.gif);
	background-repeat:repeat-x;
	padding:8px 0px 0px 0px;
	margin:0px;
	text-align:center;
	color:#006600;
}

#copyright{
	background-image:url(/image/bk_copyright.gif);
	background-repeat:repeat-x;
	margin:8px 0px 0px 0px;
	padding:2px 3px 2px 0px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
}


