@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
	
body{
	background-color: #fff;
	}
	
	
	
#pagebody{
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width : 808px;
	height: auto;
	background-color: #FFFFFF;
	}

#header{
	background-image:url(img/header.jpg);
	width: 808px;
	height: 78px;
	text-indent: -5000px;
	}
	
#btn{
	width: 151px;
	height: 27px;
	position: relative;
	top: -40px;
	left: 627px;
	}

#navi{
	float:left;
	width: 230px;
	height: auto;
	margin-top: 5px;
	margin-left:10px;
	margin-bottom: 20px;
	padding-bottom: 0;
	background-color: #fff;
	border: 1px solid #CCCCCC;x;
	display:inline;
	}
	
#navi h2{
	text-indent: -5000px;
	background-image:url(img/navihead.jpg);
	background-repeat:no-repeat;
	margin: 0;
	width: 230px;
	height: 55px;
	}
	
	
*html body ul.navi_left{
	float:left;
	margin-top : 10px;
	margin-bottom: 10px;
	margin-left:5px;
	list-style:none;
	/*display:inline;*/
	/*background-color:#CC6666;*/
	}
	
.navi_left{
	float:left;
	margin-top : 10px;
	margin-bottom: 10px;
	margin-left:10px;
	list-style:none;
	/*display:inline;*/
	/*background-color:#CC6666;*/
	}


*html body ul.navi_right{
	float:right;
	list-style:none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	/*display:inline;*/
	/*background-color:#0033CC;*/
	}
	
.navi_right{
	float:right;
	list-style:none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*display:inline;*/
	/*background-color:#0033CC;*/
	}

.li{
	margin-bottom: 7px;
	}
	

#main{
	float:right;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 30px;
	width: 502px;
	height: auto;
	display:inline;
	/*background-color:#FF3366;*/
	
	}
	
.main_h2{
	width: 502px;
	height: 302px;
	}
	
.main_h3{
	margin-top: 34px;
	width: 502px;
	height: 211px;
	}
	
.main_h3-2{
	margin-top: 30px;
	width: 502px;
	height; 461px;
	}
	
	
	
#footer{
	clear: both;
	width: 808px;
	height: 40px;
	/*background-image: url(img/footer.jpg);
	background-repeat:no-repeat;*/
	margin-top: 50px;
	}
