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


/* 仕様・設備ページ -----------------------*/



/* banner-box -----------------------*/
.banner-image {
	width:270px;
	height:67px;
	margin: 0;
}

.banner-txt {
	width:260px;
	padding: 5px;
	margin: 0;
	background-image: url(../facilities/img/bt_line.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.banner-footer {
	width:270px;
	height:5px;
	margin: 0 0 10px 0;
	background-image: url(../facilities/img/bt_footer.gif);
	background-repeat: no-repeat;
}


/* box -----------------------*/
div.box {
	width:560px;
	margin: 0 auto;
}

div.box-left {
	width:290px;
	float:left;
	text-align: left;
}

div.box-right {
	width:270px;
	float:left;
}


/* txt-box -----------------------*/
.center-box570 {
	text-align: left;
	margin: 0 auto;
	width: 570px;
}



/* title-image -----------------------*/
#title-image-s {
	width:590px;
	height: 100px;
	padding-bottom: 5px;
}