body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
font-size: 100%;
}

/*wrapper*/
#wrapper{
	width: 758px;
	text-align: left;
	margin: 0px	auto;
	border: 1px solid #ccc;
}

/*header*/
#header{
	width: 758px;
	border-top: 4px solid #ccc;
	padding-top: 3px;
}

#head01{
	width: 424px;
	float: left;
	padding-left: 12px;
}

#head02{
	width: 310px;
	float: left;
	text-align: right;
	padding-right: 12px;
}


/*main*/
#main{
	width: 758px;
}

#main01{
	width: 436px;
	height: 305px;
	float: left;
	background: url(../_index_img/mainbg01.jpg) no-repeat;
}

#main02{
	width: 322px;
	height: 305px;
	float: left;
	background: url(../_index_img/mainbg02.jpg) no-repeat;
}

.copy{
	margin-top:21px;
	margin-left: 12px;
}

.mbt{
	margin-top: 105px;
	margin-left: 18px;
}

.mbt2{
	margin-top: 15px;
	margin-left: 18px;
}

#main02 a{
	display: block;
	width: 269px;
	height: 70px;
}

#main02 span{ display: none;}

a.r1{	background:url(../_index_img/mbt01.jpg);}
a:hover.r1{	background-position:-269px 0px;}

a.r2{	background:url(../_index_img/mbt02.jpg);}
a:hover.r2{	background-position:-269px 0px;}


/*menu*/
#menu{
	width: 758px;
	height: 95px;
	background: url(../_index_img/bt_bg.jpg) no-repeat;
	clear: both;
	margin-bottom: 20px;
}

#menu a{
	display: block;
	width: 216px;
	height: 76px;
}

#menu span{ display: none;}

a.r3{	background:url(../_index_img/bt01.jpg);}
a:hover.r3{	background-position:-216px 0px;}

a.r4{	background:url(../_index_img/bt02.jpg);}
a:hover.r4{	background-position:-216px 0px;}

a.r5{	background:url(../_index_img/bt03.jpg);}
a:hover.r5{	background-position:-216px 0px;}

.menuls li{
	float: left;
	list-style: none;
}

.menubt{
	padding: 0px 27px;
	padding-top: 5px;
}

.btmar{
	margin: 0px 28px;
}

/*box*/
#box01{
	width: 176px;
	float: left;
	padding: 0px 20px;
}

#box02{
	float: left;

}

.boxblue{
	background: #c8dae3;
	width: 176px;
}

.boxlist{
line-height: 140%;
}

.boxlist li{
	list-style:url(../_index_img/boxlist.jpg);
	font-size: 75%;
}

.boxlist a:hover{
	list-style:url(../_index_img/boxlist2.jpg);
}

.banner{
	margin-right: 15px;
}

/*footer*/
#footer{
	width: 758px;
	clear: both;
	background: #eee;
	font-size:70%;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 3px;
}

.f01{
	width: 200px;
	float: left;
	padding-left:10px;
}

.f02{
	width: 540px;
	text-align: right;
	float: left;
	padding-right:8px;
}




/*common*/
img{	border: none;}
adrress{	font-style: normal;}
em{	font-weight: bold;	font-style: normal;}

a:link {	color: #00f;	text-decoration: underline;}
a:active {	color: #f00;	text-decoration: none;}
a:visited {	color: #60f;	text-decoration: underline;}
a:hover {	color: #f00;	text-decoration: none;}

form,h1,h2,h3,h4,h5,p {	margin: 0px;	padding: 0px}

ul,ol{
	padding: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1{ margin:0px; padding:0px; font-weight:normal;font-size: 60%;}
.txt80 {	font-size: 65%;}

.height150 {	line-height: 150%;}
.height120 {	line-height: 120%;}
.lead{ margin-top: 15px;}
.marginr{ margin-right: 20px;}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}