* {
	margin: 0 auto;
	padding:0;
}

* html *{
	margin:0;
}

.body {
	margin: 0 auto;
	text-align:center;
	width:600px;
	background:#ffffff;
}

a img {
    border-style:none;
}

a {
	color:#ffffff;
}

a:hover{
	color:#ffffff;
}

a:visited{
	color:#ffffff;
}

/*ページ枠*/
.container {
	text-align:left;
	width:580px;
	height:1040px;
	font-size:10pt;
	background-color:#ffffff;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
}

* html .container {
	width:580px;
	text-align:left;
	font-size:10pt;
	background-color:#ffffff;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
	border-color: #FFFFFF;
}

/*ヘッダー*/
.header{
		margin: 0 auto;
		padding: 0 0;
		width: 580px;
		height: 50px;
		text-align: left;
		background: url(../img/stay/room_list_top.jpg) center top no-repeat;
}

/*フッター*/

* html .footer {
	width:100px;
}

.footer_link {
	width:600px;
	height:30px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	background-color:#0099cc;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}

* html .footer_link {
	width:600px;
}



/*ベース*/
.room_base {
	width:580px;
	margin-top:10px;
}	


/*ベース左*/
.room_base_left {
	width:275px;
	float:left;
	margin-right:5px;
	
	background-color:#ffffff;
	
}

/*ベース右*/
.room_base_right {
	width:275px;
	float:right;
	margin-left:5px;
	background-color:#ffffff;
}






/*left*/
/*ツインルーム*/
.box_room_twin {
	width:275px;
	height:315px;
	margin:0 0 5px 0;
	padding:0;
}
.box_room_twin h1{
	height:25px;
	width:275px;
	background-image:url(../img/stay/list_title.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:15px;
	padding:4px 0 0 5px;
}

.room_twin {
	width:275px;
	height:190px;
	background-image:url(../img/stay/twin.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	text-indent:-5000px;
}

/*ダブル*/
.box_room_duble {
	width:275px;
	height:315px;
	margin:0 0 5px 0;
	padding:0;
}

.box_room_duble h1{
	height:25px;
	width:275px;
	background-image:url(../img/stay/list_title.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:15px;
	padding:4px 0 0 5px;
}

.room_duble {
	width:275px;
	height:190px;
	background-image:url(../img/stay/duble.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	text-indent:-5000px;
}


/*デラックスツイン*/
.box_room_dxtwin {
	width:275px;
	height:315px;
	margin:0 0 5px 0;
	padding:0;
}
.box_room_dxtwin h1{
	height:25px;
	width:275px;
	background-image:url(../img/stay/list_title.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:15px;
	padding:4px 0 0 5px;
}

.room_dxtwin {
	width:275px;
	height:190px;
	background-image:url(../img/stay/dxtwin.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	text-indent:-5000px;
}


/*right*/

/*シングル*/
.box_room_single {
	width:275px;
	height:315px;
	margin:0 0 5px 0;
	padding:0;
}


.box_room_single h1{
	height:25px;
	width:275px;
	background-image:url(../img/stay/list_title.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:15px;
	padding:4px 0 0 5px;
}

.room_single {
	width:275px;
	height:190px;
	background-image:url(../img/stay/single.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	text-indent:-5000px;
}

/*デラックスシングル画像*/
.plan_stay_dxsingle_image {
	width:275px;
	height:190px;
	float:left;
	background-image:url(../img/stay/dx_single.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*２ベッドファミリールーム画像*/
.plan_stay_family_image {
	width:275px;
	height:190px;
	float:left;
	background-image:url(../img/stay/dx_duble.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*和室*/
.box_room_washitsu {
	width:275px;
	height:315px;
	margin-bottom:5px;
	padding:0;
}

.box_room_washitsu h1{
	height:25px;
	width:275px;
	background-image:url(../img/stay/list_title.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:15px;
	padding:4px 0 0 5px;
}

.room_washitsu {
	width:275px;
	height:190px;
	background-image:url(../img/stay/washitsu.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	text-indent:-5000px;
}


/*インターネット予約エリア*/

.box_reserve {
	width:275px;
	height:315px;
	background-color:#ffffff;
	margin:0 0 5px 0;
	padding:0;
}


.text_reserve {
	width:230px;
	color:#990099;
	line-height:20px;
	margin:40px 0 0 20px;
}


/*インターネット予約ボタン*/
.reserve_btn {
	width:200px;
	height:40px;
	float:none;
	background-image:url(../img/reserve_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	margin:10px 0 10px 0;
}

.reserve_btn a{
	width:200px;
	height:40px;
	background-image:url(../img/reserve_btn.jpg);
	background-repeat:no-repeat;
	float:none;
	background-position:0 0;
	display:block;
}

.reserve_btn a:hover{
	background-image:url(../img/reserve_btn.jpg);
	background-repeat:no-repeat;
	float:none;
	background-position:0 -40px;
	display:block;
}
