@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #06C;
}

/* ~~ この固定幅コンテナが他のすべてのエレメントを囲みます。~~ */
.container {
	width: 945px;
	border: 1px solid rgb(197, 24, 18);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container2 {
	width:950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.h1 {
	width: 948px;
	margin: 0 auto;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #630;
	text-align: left;
	line-height: 1.5em;
}


/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	margin-left:40px;
	width: 868px;
	padding: 0px;
	margin-top:15px;
}

.content_kaiseki {
	margin-left:40px;
	width: 910px;
	padding: 0px;
	margin-top:15px;
	text-align:right;
}
.content_bottom {
	margin-left:40px;
	width: 868px;
	padding: 0px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	text-align:right;
}


.kaiseki {
	width: 948px;
	padding: 0px;
	margin:0px;
	margin-top:15px;
	text-align:right;
}

.content_main {
	margin-left:0px;
	width: 948px;
	padding: 0px;
	margin:0px;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content_last {
	height: 41px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 938px;
	padding-right: 5px;
	padding-left: 5px;
}
.content_footer {
	height: 41px;
	border-top-color: #666;
	width: 160px;
	float:left;
	margin-right: 10px;
	float:left;
	display:inline;
}
	
.content_last_link {
	height: 30px;
	font-size:10px;
	padding-top: 11px;
	display: block;
	width: 350px;
	float:left;
	display:inline;
}

.content_last_copy {
	height: 27px;
	width: 300px;
	color: #666;
	font-size :9px;
	text-align: right;
	float:right;
	display:inline;
	padding-top: 14px;
	}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }


#floorGuide {
	background: url(img/fg_bg.png);
	width: 808px;
	_width: 848px;
	padding: 20px 20px 5px;
}

#floorGuide #cap_icon {
	width: 340px;
	_width: 360px;
	border: #E9DCB2 1px solid;
	padding: 10px;
	float: right;
	font-size: 14px;
}

#floorGuide #cap_icon img {
	float: right;
	margin-left: 12px;
}

#floorGuide li {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	padding-left: 112px
}

#floorGuide .floor {
	position: absolute;
	top: -5px;
	left: 9px;
	
}

#floorGuide .icon {
	position: absolute;
	top: 92px;
	left: 4px;
}

#floorGuide .caption {
	margin-top: 18px;
}

#floorGuide .supervise {
	margin: 15px 0 1px 110px;
}

#floorGuide .chara1 {
	position: absolute;
}

#floor4 {
	background: #F9CF0B;
	width: 221px;
	padding: 10px 20px 3px 109px;
}

#floor3 {
	background: #EAE6A9;
	padding: 0 0 10px 112px;
}

#floor3 .title {
	margin: 3px 0 10px 95px;
}

#floor3 .chara1 {
	top: 67px;
	left: 90px;
}

#floor3 .chara2 {
	position: absolute;
	top: -10px;
	right: 4px;
}

#floor3 p {
	margin: 0 0 10px 80px;
}

#floor3 #quiz {
	position: relative;
	top: -25px;
	margin-bottom: -15px;
}

#floor3 .photo {
	padding: 0 15px 5px;
}

#floor3 .price {
	float: left;
	margin-left: -87px; 
}

#floor3 .caution {
	padding: 0;
	margin: 10px 0 10px -87px;
}

#floor2 {
	background: #E7E0DA;
	padding: 0 0 10px 112px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}

#floor2 .icon {
	left: -26px;
}

#floor2 .title {
	margin: 3px 0 10px 96px;
}

#floor2 .chara1 {
	top: 67px;
	left: 102px;
}

#floor2 p {
	width: 430px;
	margin: 0 0 130px 90px;
}

#floor2 .photo {
	position: absolute;
	top: 120px;
	*top: 130px;
	right: 20px;
}

#floor1 {
	background: #F6D18A;
	min-height:270px;
	height: auto !important;
	height: 270px;
}

#floor1 .title {
	margin: 17px 0 10px 0;
}

#floor1 .chara1 {
	top: 136px;
	left: 118px;
}

#floor1 p {
	width: 180px;
	margin: 0 0 0 85px;
	padding-bottom: 40px;
}

#floor1 .photo {
	position: absolute;
	top: 151px;
	left: 404px;
}

#live_stage {
	width: 282px;
	height: 209px;
	position: absolute;
	top: 50px;
	right: 6px;
	background: url(img/fg_live_bg.gif) no-repeat;
}

#live_stage p {
	padding: 0 0 0 12px;
	margin: 0;
}

#live_stage .title {
	margin: 17px 0 4px 0;
}

#live_stage .txt {
	float: left;
	width: 140px;
	color: #FFF;
	font-size: 12px;
}

#live_stage .photo {
	top: 53px;
	left: 85px;
}

#live_stage .photo img {
	border: #000 10px solid;
}

#floorB1 {
	background: #F6D18A;
	min-height:335px;
	height: auto !important;
	height: 335px;
}

#floorB1 .icon01 {
	position: absolute;
	top: 58px;
	left: 4px;
}

#floorB1 .icon02 {
	position: absolute;
	top: 215px;
	left: -8px;
}

#floorB1 .caption {
	margin: -10px 0 20px 0;
}

#floorB1 p, #floorB1 .title, #floorB1 .title2 {
	margin: 0 10px 15px;
	padding: 0;
}

#floorB1 p {
	margin-right: 300px;
}

#floorB1 .chara1 {
	position: absolute;
	top: 30px;
	right: 30px;
}


#cruise {
	width: 210px;
	position: absolute;
	top: 7px;
	right: 6px;
	background: #F5CAA0;
}

#cruise p {
	padding: 0;
	width: 190px;
}

#cruise .title {
	margin: 7px 0 10px 6px;
}

#cruise .txt {
	font-size: 14px;
	margin: 0 10px 5px;
}

#cruise .cap {
	text-align: right;
	font-size: 10px;
	margin: 0 10px 10px;
}

#media {
	margin:15px 0 30px 40px;
	width: 848px;
	background: #FAF8E4;
	font-size: 14px;
}

#media table {
	margin: 20px;
	width: 95%;
}

#media td {
	padding: 10px;
	border-bottom: #F3E3BD 1px dotted;
}
