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



/* **************Index.html CSS*************** */
#main-img {
	background:url(../images/mainimg.jpg) no-repeat 0 0;
	width:900px;
	height:150px;
}
/* ***************Body*************** */
.main {
	height:100%;
}
.body_l {
	float:left;
	margin-right:20px;
	width:570px;
}
.body_r {
	float:left;
	width:280px;
}
.body_l p {
	margin-bottom:15px;
}
.body_r p {
	margin-bottom:10px;
}
/* ----------- */
.table {
	border-top:1px solid #9de8ff;
	border-left:1px solid #9de8ff;
	width:570px;
	line-height:120%;
}
.table td{
	border-right:1px solid #9de8ff;
	border-bottom:1px solid #9de8ff;	
}
.td02 {
	background-color:#1a9edf;
	text-align:center;
	color:#fff;
}
.td03 {
	background-color:#f3fbfe;
	text-align:center;
}
.td04 {
	background-color:#fff;
	text-align:center;
}







