#page_img_box{
	background-image:url(../images/option/main.png);
}
#page_img{
	width:1200px;
	margin:0px auto;
	position:relative;
	text-shadow: 2px 2px 1px #ffffff,-2px 2px 1px #ffffff,2px -2px 1px #ffffff,-2px -2px 1px #ffffff;
	font-weight:normal;
}
#page_img > div{
	color:#1E0940;
	position:absolute;
	top:70px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto auto;
}
#page_img > div > h2{
	font-weight:normal;
}
h3.option_title {
    background-color: #17194c;
    color: #ffffff;
    font-size: 1.35em;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    letter-spacing:0.2em;
}
p.option_subtitle {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.35em;
	color: #17194c;
	font-weight: bold;
}
p.option_subdiscription{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.05em;
	color: #17194c;
}
div.tab_menu_bar{
	width:1200px;
	margin: auto;
	font-size: 1.15em;
}
#option_box{
	width:1200px;
	margin:0px auto;
	padding:60px 0px 0px 0px;
}
div.option_detail_box{
	overflow:hidden;
	position:relative;
	vertical-align:bottom;
	width:1200px;
	height:300px;
	margin-bottom:80px;
}
div.catch{
	font-size:1.0em;
	text-align:left;
	color:#ffffff;
	padding:50px 60px;
}
div.catch > a{
	display:block;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
	width:600px;
}
div.catch > a:hover{opacity:1;}

#saidan_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/saidan_on.png);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#saidan:hover #saidan_mask {
	opacity:		1;	/* マスクを表示する */
}

#flower_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/flower_on.png);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#flower:hover #flower_mask {
	opacity:		1;	/* マスクを表示する */
}

#kotsutsubo_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/kotsutsubo_on.png?202509);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#kotsutsubo:hover #kotsutsubo_mask {
	opacity:		1;	/* マスクを表示する */
}

#food_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/food_on.png);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#food:hover #food_mask {
	opacity:		1;	/* マスクを表示する */
}

#henrei_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/henrei_on.jpg);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#henrei:hover #henrei_mask {
	opacity:		1;	/* マスクを表示する */
}

#beauty_mask{
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-image: url(../images/option/beauty_on.jpg);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
#beauty:hover #beauty_mask {
	opacity:		1;	/* マスクを表示する */
}


/* 下層ページ */
div.contents_gray_mini{
	background-color:#f2f2f2;
	width:100%;
	margin:0px;
	padding:20px 0px;
}

div.option_contents{
	width:1200px;
	margin:0px auto;
	padding:40px 0px 0px 0px;
}
#floor_map{
	width:1200px;
	text-align:center;
	margin:0px auto;
	margin-bottom:30px;
	position:relative;
}
#floor_map > a:hover{
	opacity:1;
}
a.jump_saidan{
	display:block;
	position:absolute;
	top:45px;
	right:200px;
}
a.jump_hitsugi{
	display:block;
	position:absolute;
	top:180px;
	right:230px;

}
a.jump_uketsuke{
	display:block;
	position:absolute;
	bottom:0px;
	left:280px;
}
a.jump_memorial{
	display:block;
	position:absolute;
	bottom:-40px;
	right:95px;
}
h4.saidan_title{
	width:100%;
	text-align:center;
	background-color:#f2f2f2;
	color: #17194c;
	font-weight:normal;
	margin-top:0px;
	font-size:1.4em;
	padding:5px 0px;
	letter-spacing:0.2em;
	moz-box-shadow: 0 9px 12px -9px #222222;  /* FF3.5+ */
	-webkit-box-shadow: 0 9px 12px -9px #222222;  /* S3+ , GC */
	box-shadow: 0 9px 12px -9px #222222; /* O10.5+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=7); /* IE 8 */ 
}
h4.option_contents_title{
	width:100%;
	text-align:center;
	background-color:#ffffff;
	color: #17194c;
	font-weight:normal;
	margin-top:0px;
	font-size:1.4em;
	padding:5px 0px;
	moz-box-shadow: 0 9px 12px -9px #222222;  /* FF3.5+ */
	-webkit-box-shadow: 0 9px 12px -9px #222222;  /* S3+ , GC */
	box-shadow: 0 9px 12px -9px #222222; /* O10.5+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=7); /* IE 8 */ 
}
p.saidan_catch{
	text-align:center;
	margin:10px 0px;
	color:#4e4e4e;
	letter-spacing:0.2em;
}
#option_main_box{
	width:1200px;
	margin:0px auto;
	background-color:#ffffff;
	text-align:center;
}
div.plan_option_box {
    display: inline-block;
    margin: 3px;
    text-align: center;
}

div.plan_option_box > h4 {
	color:#606060;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 10px;
    width: 100%;
    letter-spacing:0.1em;
}
div.plan_option_box > h4 > span{
	font-size:0.7em;
}
#option_button_box{
	width:280px;
	margin:30px auto;
	position:relative;
	display:block;
	float:right;
	clear:right;
	padding-right:25px;
	margin-bottom:0px;
	text-align:left;
}
#option_button > div{
    font-size: 1em;
    position: absolute;
    right: 75px;
    top: 5px;
}
#option_button > div > a {
    color: #17194c;
    display: block;
    height: 40px;
    width: 120%;
}

p.contents_catch{
	text-align:center;
	margin:0px;
	color:#17194C;
	letter-spacing:0.2em;
}

div.option_contents_box{
	background-color:#ffffff;
	border:1px solid #17194c;
	width:1200px;
	margin:0px auto;
	margin-top:25px;
	padding:20px 0px;
}
#option_menu_contents{
		padding-left:120px;
}
div.option_contents_link_title{
	display:inline-block;
	color:#17194c;
	font-weight:bold;
	font-size:1.4em;
	vertical-align:top;
	line-height:2.0em;
	text-align:center;
	padding:0px 20px;
}
div.option_contents_link{
	width:261px;
	height:43px;
	position:relative;
	margin:5px;
	display:inline-block;
}
div.option_contents_link > a{
	color:#17194c;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	text-align:center;
}
div.option_contents_link > a > span{
	display:block;
	margin:5px;
	margin-top:7px;
}