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

body,
div,
dl, dt, dd,
ul, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, textarea,
p,
blockquote,
th, td {
	margin: 0;
	padding: 0;
}
ul {
	list-style:none;
}

body {
	background:#000000;
	margin:0;
	color: #999;
	line-height: 160%;
}
body,td,th {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ, Meiryo, Osaka,"ＭＳ Ｐゴシック",  arial, helvetica, sans-serif;
}

img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}
a {text-decoration:none; color: #eb8686;}
a:hover {color: #dc4c4c;}
a.underline {text-decoration:underline;}


.wrapper {
	margin: 0 auto;
	text-align: left;
	width:960px;
}

.wink {}
img {  border:0px none;}
img.mbig {}

/*-------------ヘッダー -------------*/

#header{width:100%; background:url(../img/menu_wrap.png) #454545; padding-top:10px;}
#header #logo {width:100%; margin-bottom:10px; text-align: center;}

#navi{background:url(../img/bg_nav.gif) ;}
#navi img{margin:0 8px;}
.center{text-align: center;}


/*-------------スライダー -------------*/
.featured{width:100%; margin:0 auto;}


/*-------------ルーム扉6枠 -------------*/

.room_door {width:100%;}
.room_door ul {}
.room_door ul li {float: left; margin:10px;}
.room_door ul li img {width:140px; border-bottom:2px solid #ca6d6d;}
.room_door ul li img.r_btype {width:140px; border-bottom:2px solid #87ca6d;}
.room_door ul li a {display:block; background:#454545; width:140px; text-align: center; font-weight:bold; font-size:0.8em;}
.room_door ul li a.r_btype {color:#87ca6d;}
.room_door ul li a:hover {background:#787878;}

/*-------------ルーム扉8枠 -------------*/

.room_door8 {width:100%;}
.room_door8 ul {}
.room_door8 ul li {float: left; margin:5px;}
.room_door8 ul li img {width:110px; border-bottom:2px solid #ca6d6d;}
.room_door8 ul li img.r_btype {width:110px; border-bottom:2px solid #87ca6d;}
.room_door8 ul li a {display:block; background:#454545; width:110px; text-align: center; font-weight:bold; font-size:0.8em;}
.room_door8 ul li a.r_btype {color:#87ca6d;}
.room_door8 ul li a:hover {background:#787878;}

/*-------------ルームガイド -------------*/
.room_allery {width:640px; float: left;}
.room_price {float: left; margin-left:20px; font-size:0.8em;}

img.room_icon {width:80px;}

/*-------------見出し -------------*/

h1 {
	font-size: 10px;
	line-height: 20px;
	margin-top:5px;
	color: #999;
	font-weight:normal;
}

h2{
	font-size: 1em;
	font-family:'Hiragino Mincho ProN', serif;
	border-bottom:2px solid #ca6d6d;
	padding:0 5px; 
	margin-bottom:20px;
	color: #fff;
}

/*-------------googleMAP -------------*/
#map_canvas2 { width:900px; height:400px; margin:10px auto; border: 3px #87ca6d solid; }

/*-------------サービス -------------*/

.waku50{ width:460px; margin-right:20px; margin-bottom:20px; float: left; }
img.icon{ }

/*-------------画像＆フォント -------------*/

img.float-right {float: right; margin: 5px 0px 5px 15px;}
img.float-left {float: left; margin: 5px 15px 5px 0px;}
img.float-left0 {float: left; margin: 0 15px 0 0;}

.red {color:#ca6d6d;}
.green {color:#87ca6d;}
.yellow {color:#ffff99;}
.blue {color:#99ccff;}

/* テーブル　標準
----------------------------------------------------- */
table.t_list {
    width: 100%;
    border: 1px #aaa solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 0 20px 0;
}
table.t_list_w0 {
    border: 1px #aaa solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 0 20px 0;
}

table.t_list th, table.t_list_w0 th {
    padding:8px 5px;
    border: #aaa solid;
    border-width: 0 0 1px 1px;
	background:#333;
	text-align: left;
}
table.t_list td, table.t_list_w0 td  {
    border: 1px #aaa solid;
    border-width: 0 0 1px 1px;
	padding:8px 5px;
}
table.t_list td.tdC {text-align: center; }
table.t_list td.tdvTop {vertical-align: top; }

/* テーブル　デザイン0
----------------------------------------------------- */
table.design0 { margin: 0; padding: 0;   border: none;}
table.design0 th { padding: 0; margin: 0; border: none; text-align: left; vertical-align: top; font-weight:nomal;}
table.design0 td { padding: 0; margin: 0; border: none; text-align: left;}


/*-------------フッター -------------*/

#footer{width:100%; background:url(../img/menu_wrap.png) #ca6d6d; padding:10px 0; color:#ffffff;}


/* .clearfix
---------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
.clear { clear: both; }