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



/* **************Index.html CSS*************** */

h2{
	width:705px;
	height:61px;
	background:url(../images/main_title.jpg) no-repeat 0 0;
	font-size:0;
	line-height:100%;
	text-indent:-9999px;
}
#contents{

}

.text{
	width:685px;
	margin:0 auto;
}
.main a{
	color:#0d76b0;
}
.main table{
	width:685px;
	margin:20px auto 0;
	border-collapse:collapse;
	background-color:#fafaf6;
}
.main table th{
	border:1px solid #d2d1c6;
	background-color:#f4f3ec;
	text-align:center;
	font-weight:normal;
}
.main table th span{
	color:#e94e60;
}
.main table td{
	border:1px solid #d2d1c6;
}



