@charset "utf-8";

/*======================================

border: 1px solid #0000ff;

=======================================*/
/*---------------------------------------- feat menu */
div.buildingImag {
	background: url(img/index_bg.jpg) no-repeat right bottom;
}


table.price {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #e6e6e6;
}

table.price th {
	width: 120px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
/*	background-color: #e6e6e6; */
	background-image:url(../img/table_bg02.gif);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; 
}

table.price td {
	width: 120px;
	padding: 5px 0 5px 7px;
	text-align: center;
	margin: 0;
	background-color: #FFF;
}

table.price th.th2 {
	background-image:url(../img/table_bg03.gif);
}

