body{
	font-size: 12px;
	background: url(../_index_img/body_bg.jpg) repeat-x #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*wrapper*/
#wrapper{
	width: 928px;
	text-align: left;
	margin: 0px	auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

/*header*/
#header{
	width: 928px;
	height: 229px;
	background: url(../_index_img/head_bg.jpg) top left;
}


#header h1{
	padding-top: 13px;
	padding-left: 12px;
}

.headbt{
	padding-right: 4px;
	padding-top: 126px;
	text-align: right;
}

#navi{
	width: 928px;
}


#navi span{
	display: none;
}

#navi a.r1{
	display: block;
	background-image: url(../_share/navi01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 186px;
	float: left;
	text-indent: -9999px;	
	}
	
a:hover.r1{	background-position: 0px -30px;}

a.r2{
	background:url(../_share/navi02.gif);
	display: block;
	float: left;
	background-image: url(../_share/navi02.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 186px;
	text-indent: -9999px;	
}
	
a:hover.r2{	background-position:0px -30px;}

a.r3{display: block;
	background-image: url(../_share/navi03.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 186px;
	float: left;	
	text-indent: -9999px;		
	}

a:hover.r3{	background-position:0px -30px;}

a.r4{
	display: block;
	background-image: url(../_share/navi04.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 186px;
	float: left;	
	text-indent: -9999px;	
	}
	
a:hover.r4{	background-position:0px -30px;
}

#navi a.r5{
	display: block;
	background-image: url(../_share/navi05.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 184px;
	float: left;	
	text-indent: -9999px;	
	}	
	
#navi a:hover.r5{ background-position:0px -30px;}



/*left*/
#left{
	width: 260px;
	float: left;
	margin-bottom: 70px;
	text-align: left;
}

#leftnavi p{
	padding-right: 10px;
}


/*main*/
#main{
	width: 655px;
	float: left;
}

.mainbox01{
	margin-left: 25px;
	margin-top: 10px;
	padding-left: 180px;
	background: url(../_index_img/shadow.jpg) no-repeat top left;
	line-height: 150%;
}

.mainbox02{
	line-height: 150%;
	width: 580px;
	color: #999;
	background: url(../_index_img/image01.jpg) no-repeat top left;
	margin-left: 25px;
	margin-top: 20px;
	padding-top: 80px;
	text-align: center;
}

.mainbox03{
	margin-top: 10px;
	margin-left: 25px;
}


/*footer*/
#footer{
	width: 928px;
	text-align: center;
	clear: both;
	background: #ccc;
}

#footer p{
	padding: 3px;
}

/*common*/
td,th{	font-size: 12px;}
img{	border: none;}
adrress{	font-style: normal;}
em{	font-weight: bold;	font-style: normal;}

a:link {	color: #00f;	text-decoration: none;}
a:active {	color: #f00;	text-decoration: underline;}
a:visited {	color: #60f;	text-decoration: none;}
a:hover {	color: #f00;	text-decoration: underline;}

form,h1,h2,h3,h4,h5,p {	margin: 0px;	padding: 0px}

ul,ol{
	padding: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.txt10 {	font-size: 10px;}
.height150 {	line-height: 150%;}
.height120 {	line-height: 120%;}
.lead{ margin-top: 15px;}
.lead2{ margin-top: 30px;}
.lead3{ margin-top: 5px;}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.td_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
}