/* reset CSS start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #b3b3ff;
}

/* reset CSS end */

/* main CSS */

body {
	font-size: 12px;
	color: #666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.title {
	font-size: 1.3em;
	color: #fff;
	background-color: #000;
	width: 270px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.title2 {
	font-size: 1.3em;
	color: #fff;
	background-color: #000;
	width: 270px;
	height: 40px;
	text-align: center;
	line-height: 1.2em;
	padding-top: 5px;
	margin-top: 25px;
	margin-bottom: 30px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.white {
	color: #fff;
}
.bg_blue {
	background-color: #09F;
}
.bg_pink {
	background-color: #e00970;
}
.bg_gray {
	background-color: #999;
}
.font08{
	font-size: 0.8em;
}
.font13{
	font-size: 1.3em;
}
.font14{
	font-size: 1.4em;
}

/* header */

#header {
	width: 960px;
	height: 470px;
	overflow: hidden;
}

/* navigation */

#nav {
	margin: 0 auto;
	width: 960px;
	height: 39px;
}
#nav li {
	float: left;
	width: 159px;
	line-height: 39px;
	text-align: center;
	background-color: fff;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
#nav li:nth-child(1) {
	width: 158px;
	border-left: solid 1px #eee;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#nav li a:hover {
	background-color: #eee;
}
#nav_bar li {
	font-size: 0;
	height: 5px;
	float: left;
}

/* header end */

/* contents 各ページ共通 */

#contents {
	width: 960px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
#contents p {
	line-height: 1.5em;
	text-align: left;
}

/* footer */

#footer {
	margin: 70px auto 50px;
}
#foot_menu {
	margin: 0 auto;
	width: 801px;
	height: 25px;
	font-size: 10px;
	overflow: hidden;
}
#foot_menu li {
	width: 99px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-right: solid 1px #eee;
	float: left;
}
#footer li:nth-child(1) {
	width: 98px;
	border-left: solid 1px #eee;
}
#footer li:nth-child(8) {
	width: 99px;
	line-height: 12px;
	padding-top: 2px;
}
#footer li:hover {
	background-color: #eee;
}
#footer li a {
	color: #000;
	text-decoration: none;
}

/* footer end */

/* contents 各ページ共通 end */

/* 下層ページ共通 navigation */

#nav2_line {
	width: 960px;
	height: 5px;
	overflow: hidden;
}
#nav2_line li {
	float: left
}	
#nav2_line li a {
	display: block;
	width: 159px;
	line-height: 5px;
	text-align: center;
	color: #000;
	}
#nav2_line li img { /* リスト画像の上下余白を無くす */
	display: block;
}
#nav2 {
	width: 960px;
	height: 35px;
	overflow: hidden;
}	
#nav2 li  {
	float: left
}	
#nav2 li a {
	display: block;
	width: 159px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee
}	  
#nav2 li a:hover {
	background-color: #eee
}
#nav2 li.first-child a {
	width: 158px;
	border-left: 1px solid #eee;
}
#nav2 li.current a:hover,		
#nav2 li.current a{
	border-color:#666;
	color: #fff;
	background-color: #666;
}

/* 下層ページ共通 navigation end */

/* 下層ページ共通 sub navigation */

ul#sub_nav  {
	margin-Left: 0;
    margin-top: 0;
	font-size: 10px;
	padding-left: 0;
	height: 30px;
	background: url("../img/submenu-back.gif") repeat-x 0 0 ;
}
ul#sub_nav li  {
	height: 30px;
	float: left
	}	
ul#sub_nav li a {
	padding: 0;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #000;
}
ul#sub_nav li a:hover {
	background-color: #eee
}

/* 下層ページ共通 sub naigation end */

/* index */

#contents_left {
	width: 530px;
	font-size: 12px;
	float: left;
}
#contents_right {
	width: 400px;
	margin-top: 7px;
	float: right;
}
#contents_left p,
#contents_right p {
	margin-top: 10px;
}
.column {
	width: 398px;
	border: 1px solid #666;
	margin-bottom: 15px;
	position: relative;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.column div {
	margin: 20px;
}
.column:nth-child(2) {
	border: 1px solid #ad3d9b;
	background-color: #ad3d9b;
}
.column:nth-child(3) {
	border: 1px solid #78c01d;
	background-color: #78c01d;
}
.column a:link {
	color: #000;
}
.column:nth-child(2),
.column:nth-child(3),
.column:nth-child(2) a,
.column:nth-child(3) a {
	color: #fff;
}
.coming_soon {
	position: absolute;
	bottom: 20px;
	right: 50px;
}
.arrow {
	text-align: right;
	padding-left: 340px;
}
.bunner {
	margin-bottom: 15px;
}

/* index end */

/* --- new staff --- */

#inner_box {
	width: 960px;
	margin-top: 30px;
	overflow: hidden;
}
.new_staff {
	width: 453px;
	height: 276px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #ccc;
}
.newstaff_left {
	float: left;
}
.newstaff_right {
	float: right;
}
.new_staff img {
	float: left;
}
.profile dl {
	width: 252px;
	height: 160px;
	float: right;
}
.profile dt {
	margin-bottom: 7px;
	border-bottom: solid 1px #CCC;
}
.profile {
	overflow: hidden;
}
.movie dl:nth-child(1) {
	width: 110px;
	float: left;
}
.movie dl:nth-child(1) dt {
	margin-bottom: 5px;
}
.movie dl:nth-child(2) {
	width : 331px;
	float: right;
}
.movie dl:nth-child(2) dt {
	margin-bottom: 5px;
}
.movie {
	overflow: hidden;
}

div#contents p.whitebox {
	width: 268px;
	height: 43px;
	line-height: 43px;
	background: #fff;
	font-size: 1.2em;
	border: 1px solid #999;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 0;
}
div#contents p.whitebox a {
	display: block;
	color: #666;
	text-decoration: none;
	background: url(../img/00_top/arrow_1.gif) no-repeat right;
	margin-right: 50px;
}


/* --- new staff end --- */

/* --- floor map --- */

ul.floor_nav li a {
    width: 75px;
}
ul.floor_nav li:nth-child(3) a {
	width: 133px;
}

#floor_box {
	width: 960px;
	height: 650px;
	overflow: hidden;
}
#floor_box p {
	width: 527px;
	position: absolute;
	top: 80px;
	float: left;
}
.floor_box2 {
	width: 365px;
	margin-top: 20px;
	margin-bottom: 35px;
	overflow: hidden;
}
.floor_box2 dl {
	width: 178px;
	height: 98px;
	margin-right: 5px;
	border: 1px solid #ccc; 
	float: left;
}
.floor_box2 h3 {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	background: #e00970;
}
.floor_box2 dd {
	padding: 10px;
	line-height: 2.3em; 
}
.floor_box2 dd a.yohaku {
	margin-right: 15px;
}
#floor_box p.migiyose {
	top: 700px;
	right: 0;
	text-align: right;
}


.new_system dl{
	width: 700px;
	margin: 0 auto 10px; 
}
.new_system dt {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #e00970;	
}
.new_system dd {
	padding: 15px 20px;
}
.new_system h3 {
	font-weight: bold;
}
.new_system p {
	margin-bottom: 30px;
}
.pinkbox {
	border: 2px solid #e00970;	
}
.graybox {
	border: 1px solid #ccc;
	overflow: hidden;
}
.graybox ul {
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
}


.room {
	width: 960px;
	margin-top: 40px;
	margin-bottom: 15px;
	overflow: hidden;
}
.floor_name {
	font-size: 1.3em;
	color: #fff;
	background-color: #e00970;
	width: 340px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.right {
	position: absolute;
	right: 20px;
}
.room_left {
	width: 360px;
	height: 697px;
	float: left;
	position: relative;
}
.room_right {
	width: 580px;
	height: 697px;
	float: right;
	position: relative;
}
.room_left .caption h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.room_left .caption p {
	padding-bottom: 10px;
}
.room_spec {
	position: absolute;
	bottom: 69px;
}
.kizai {
	width: 578px;
	height: 288px;
	border: 1px solid #ccc;
	position: absolute;
	bottom: 1px;
}
.kizai h4 {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.kizai ul {
	padding: 10px;
	margin-right: 0px;
	float: left;
}
.kizai ul.banner {
	position: absolute;
	top: 10px;
	right: 0;
}
.kizai ul.banner li:nth-child(2) {
	padding-left: 28px;
}
.kizai dl {
	padding: 10px;
}
.gyoukan{
	padding-bottom: 10px;
}
.to_top {
	width: 960px;
	height: 30px;
	margin-bottom: 70px;
}

/* --- floor map end --- */
