@charset "UTF-8";


/*----------------------------------------------------------------------

top_img

----------------------------------------------------------------------*/
#top_img {
	height: 30px;
	background-color: #000;
}


.pagination li {
	float: left;
	display: inline;
	margin: 0 5px;
	}

.pagination li a {
	background: url('../img/slider_bullet.png') no-repeat -10px 0px;
	width: 10px;
	height: 0;
	display:block;
	padding: 10px 0 0;
	overflow:hidden;
	}
.pagination li a:hover { background-position: 0 0;}
.pagination li.current a { background-position: 0 0;}


/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/

#button {
	}

#button li {
	border: solid 1px #dddddd;
	-webkit-box-shadow: 0px 2px 2px #dddddd;
	box-shadow: 0 2px 2px #dddddd;
	width: 220px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0 5px 30px;
	}

#button li a {
	width: 200px;
	height: 130px;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 10px;
	}

#button li a span {
	background: url('../img/button_bg.png') repeat-y;
	font-weight: bold;
	color: #ffffff;
	width: 270px;
	position: absolute;
	bottom: 29px;
	display: block;
	padding: 5px 10px 2px;
	}
	

#nav ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#contents #button {
	width: 700px;
	margin-top: 20px;
}

.contents_left {
	width:240px;
	float:left;
	padding-top: 20px;
	margin-right: 20px;
}
	
.contents_right {
	width:700px;
	float:right;
	padding-top: 20px;
	margin-bottom: 20px;
}
.contents_right #button h1 {
	font-size: 16px;
	color: #666666;
	margin: 0px;
}
.text_box {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	float: left;
	margin-bottom: 20px;
}
.text_box .text_left {
	width: 330px;
	float: left;
	margin-right: 20px;
}

.text_box .img_right {
	float: right;
}

.text_box .text_right {
	width: 330px;
	float: right;
}

.text_box .img_left {
	float: left;
	margin-right: 20px;
}

.text_box2 {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	float: left;
	margin-bottom: 10px;
}
.text_box2 .text_left {
	width: 340px;
	float: left;
	margin-right: 20px;
}

.text_box2 .text_right {
	width: 340px;
	float: left;
}

.text_box2 .img_left {
	float: left;
	margin-right: 20px;
}

.text_box2 .img_right {
	float: right;
}


h2 {
	margin-bottom: 10px;
}

.rogo {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#contents .contents_right h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.room-txt{
	font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	margin:20px auto;
	text-align: center;
}

