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


/* ****************MainImage******************* */

#main-img{
	text-indent:-9999px;
	width:870px;
	height:250px;
	background:url(../../spa/images/main_img.jpg) no-repeat 0 0;
}


/* *************************************************** */

#spa{
	margin:20px 0 40px;
	height:100%;
}
/* 左側 */
#left{
	width:650px;
	float:left;
}
h2{
	margin:0 0 15px;
	padding:0;
}
/* 左側Table */
.table01{
	width:450px;
	margin:10px 0 15px;
	border-top:1px solid #d5d2be;
	border-left:1px solid #d5d2be;
}
.table01 td{
	border-bottom:1px solid #d5d2be;
	border-right:1px solid #d5d2be;
	text-align:center;
}
.td01{
	background-color:#e4e2d1;
}
.td02{
	background-color:#f0edd9;
}
/* 左側Photo */
.photo{
	height:100%;
	margin:0 0 15px;
}
.photo div{
	width:79px;
	float:left;
	margin:0 15px 0 0;
}
.photo div img{
	border:1px solid #555;
	margin-bottom:5px;
}
.photo div p{
	line-height:100%;
}
.photo div p span{
	font-size:0.85em;
}


































