@charset "utf-8";
/*----------------------------------------------------

	import設定
	
----------------------------------------------------*/
/* Webブラウザのデフォルトスタイルのリセット */
@import url("common.css");

/*----------------------------------------------------

	サイト全体の共通設定

----------------------------------------------------*/
#o_stage_menu_all ul {
    width: 180px;
	height: 350px;
	list-style-type: none;
	background-image: url(../img/contact/menu1.jpg);
	list-style-position: inside;
}
#o_stage_menu_all li {
	float: left;
	list-style-position: inside;
}


#o_stage_menu_all li a {
	display: block;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


/* 左メニュー */

#o_stage_menu_all li.o_menu_01 a {
    margin-top:55px;
}
#o_stage_menu_all li.o_menu_01 a.on,
#o_stage_menu_all li.o_menu_01 a:focus,
#o_stage_menu_all li.o_menu_01 a:hover {
	background: url(../img/reservation/menu2.jpg) no-repeat 0px -55px;
}
#special_bg {
    height: 320px;
	clear:left;
}
.stage_title {
    float:left;
	padding-left: 40px;
	margin-top: 30px;
}

.stage_in {
	float:left;
	width: 680px;
	padding-left: 40px;
	margin-top: 20px;
	color: #494036;
	line-height: 25px;
}
.to_top {
	float: right;
	margin-top: 20px;
	margin-bottom:　30px;
	background: url(../img/to_top.jpg) no-repeat;
	height: 30px;
	width: 120px;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

