@charset "utf-8";
/* CSS Document */


#wrapper{ background:url(images/title_back.jpg) repeat-x top #A0CA2A;}


#main .box01{
	overflow:hidden;
	padding-top:10px;
	margin-bottom:50px;	
	width:640px;
}

#main .text{
	line-height:180%;
	margin-top:20px;
}

#main .contact{
	text-align:right;
}

#main .img p{
	text-align:center;
	margin-top:13px;
}

.box02{
	margin-bottom:50px;
}

.box02 .list01 li{
	width:315px;
	float:left;}

.box02 .list02{
	margin-top:20px;
	overflow:hidden;
}

.box02 .list02 li {
	float:left;
	width:200px;
	margin-right:10px;
}


.box03 ,.box04{
	padding-top:10px;
	margin-bottom:50px;
}

#table01{
	width:640px;
	border-collapse:collapse;
	margin-top:20px;
}

#table01 th{
	background:#EF9D54;
	color:#fff;
	padding:10px;
	border-bottom:#fff 1px solid;
	font-size:14px;
}

#table01 .type, #table01 .back .type{
	background:#FFE496;
	font-weight:bold;
	padding:10px 0 10px 10px;
	border-left:none;
}

#table01 .back td{
	background:#FFF3C6;
	padding:10px 0 10px 10px;
	border-left:#ccc 1px solid;
	border-bottom:#ccc 1px solid;

}
#table01 td{
	padding:10px 5px 10px 10px;
	border-left:#ccc 1px solid;
	border-bottom:#ccc 1px solid;

}