@charset "UTF-8";

*{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
html {	
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	}

body{
	background-color: #000;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	padding: 0px;
	font-size: 14px;
	font-family: "ヒラギノ明朝 Pro W3",'Hiragino Mincho Pro W3',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	}
/*ここまで全体設定部*/		
/************************************/
/************************************/
/*ここからヘッダー部*/
/**********************************/

#obi{
	width: 100%;
	height: 40px;
	z-index: 10;
	/*メニューに上からアクセスした時ＤＯＷＮしてすぐＵＰするのを防ぐため、一番上に２pxの隙間を設ける*/
	padding-top: 2px;
	background-color: #000;
}
			
#obi980{
	margin: auto;
	width: 980px;
	height: 40px;
	position: relative;
	z-index: 1000;
	background-color: #000;
}

#title_base{
	width: 330px;
}

/***▼ささゆりロゴ***/
div#title{
	margin-left: 0;
	margin-right: 0;
	height: 40px;
	padding: 0;
	width:200px;
	line-height: 40px;
	float: left;
	z-index: 100;
	font-size: 15px;
}	
#logo{
	width: 192px;
	height: 40px;
	z-index: 100;
	}
	
#logo img{
	width: 192px;
	height: 40px;
	border: none;
	margin-left: 0;
	z-index: 100;
	opacity: 0.85;
	}
/***▲ささゆりロゴ***/

/*蔵王*/
#subtitle{
	float: left;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: 13px;
	top: 10px;
	color: #bbb;
}

/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #subtitle{
		position: relative;
		left: 13px;
		top: 6px;
    }
}
/*以下参考*/
/*IEのみ
@media all and (-ms-high-contrast: none) {
	#subtitle {
		position: relative;
		left: 13px;
		top: 10px;
	}
}
/*Chromeのみ
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#subtitle {
		position: relative;
		left: 13px;
		top: 10px;
	}
}
/*Firefoxのみ
@-moz-document url-prefix(){
    #subtitle {
		position: relative;
		left: 13px;
		top: 10px;
    }
}



	
/*タイトルロゴ部プルダウンここまで*/
/**********************************/
/*項目プルダウンここから*/

#container{
	margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;
	width:650px;
	z-index: 1000;
	}

#container ul.menu li{
	float:left;
	width:130px;
	height:40px;
	background-color: #000;
	position:relative;
	text-align: left;
	text-indent: 10px;
}

#container * html ul.menu li{
	display:inline;
	zoom:1;
}

#container *+html ul.menu li{
	display:inline;
	zoom:1;
}

#container ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	color:#ccc;
	text-decoration:none;
	position:relative;
}

#container ul.menu li ul.sub a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	color:#ccc;
	text-decoration:none;
	text-align: left;
	text-indent: 10px;
	position:relative;
	font-size: 12px;
}

#container ul.menu li a:hover{
	background-color: #000;
	color: #fff;
}

#container ul.menu li ul.sub a:hover{
	background-color: #eee;
	color: #000;
}

#container ul.sub{
	display:none;
}

#container * html ul.sub{
	zoom:1;
	position:relative;
}

#container *+html ul.sub{
	zoom:1;
	position:relative;
}

#container ul.sub li{
	float:none;
	width: 130px;
}

#container ul.sub li ul.sub{
	position:absolute;
	left:130px;
	top:0;
}

#container ul.menu{
	zoom:1;
}

#container ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

span#asahi{
	font-size: 11px;
	}
	
div#murou{
	font-size: 13px;
	text-align: left;
	line-height: 14px;
	padding-top: 13px;
	width: 163px;
	height: 15px;
	
	/*室生青山国定公園に長体を掛ける*/
	transform: scale(0.8,1); /* CSS3 */
	-moz-transform:    scale( 0.85, 1 );  /* Firefox */
	-webkit-transform: scale( 0.85, 1 );  /* Chrome,Safari */
	-o-transform:      scale( 0.85, 1 );  /* Opera */
	-ms-transform:     scale( 0.85, 1 );  /* IE */
	
	transform-origin:         left top; /* CSS3 */
	-moz-transform-origin:    left top; /* Firefox */
	-webkit-transform-origin: left top; /* Chrome,Safari */
	-o-transform-origin:      left top; /* Opera */
	-ms-transform-origin:     left top; /* IE */
	}
	
div#access,div#question{
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	padding-top: 13px;
	width: 163px;
	height: 15px;
	
	/*アクセス・ご予約とお問い合わせ・他に長体を掛ける*/
	transform: scale(0.8,1); /* CSS3 */
	-moz-transform:    scale( 0.85, 1 );  /* Firefox */
	-webkit-transform: scale( 0.85, 1 );  /* Chrome,Safari */
	-o-transform:      scale( 0.85, 1 );  /* Opera */
	-ms-transform:     scale( 0.85, 1 );  /* IE */
	
	transform-origin:         left top; /* CSS3 */
	-moz-transform-origin:    left top; /* Firefox */
	-webkit-transform-origin: left top; /* Chrome,Safari */
	-o-transform-origin:      left top; /* Opera */
	-ms-transform-origin:     left top; /* IE */
	}
/*	
div#en{
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 200px;
	top: 0px;
	margin-top: 0px;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	font-family:"Lucida Grande","segoe UI", Verdana, Arial, sans-serif;
	}
	
div#en a{
	text-decoration: none;
	color: #ccc;
	}
	
div#en a:hover{
	text-decoration: none;
	color: #fff;
	}
*/	
/*項目プルダウンここまで*/
/**********************************/
/**********************************/
/*コンテンツここから */
div#contents{
		height: 610px;
		width: 100%;
		overflow: hidden;
		}

div#myPhoto{
		width: 1360px;
		height: 610px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1
		}
		
div#text{
		margin-top: 0;
		margin-left: auto; 
		margin-right: auto;
		text-align: right;
		width: 980px;
		height: 550px;
		position: relative;
		top: -600px;
		overflow: hidden;		
		}
	
div#viewer{
		margin-top: 30px;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		width: 200px;
		height: 500px;
		position: relative;
		overflow: hidden;
		
		}
		
div#viewer img{
		margin-left: 0; 
		margin-right: 0;
		text-align: center;
		width: 200px;
		height: 500px;
		position: absolute;
		left: 0;
		top: 0px;
		z-index: 100;/*これ重要。画像より手前の設定。1000はダメ、プルダウンとかさなりプルダウンがおかしくなる。設定する場所もここdiv#viewer imgでないとdiv#textなどに設定するとバナーが反応しなくなる*/
		}
		
div#tyu{
	color: #999;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: -200px;
	left: 750px;
	width: 300px;
	z-index: 2;
}
#banners{
	width: 980px;
	margin: auto;
}		
.banner_imgs{
	position: relative;
	top: -600px;
	left: 0;
	margin: auto;
	z-index: 2;
}
.banner_imgs_right{
	position: relative;
	top: -770px;
	left: 80px;
	margin: auto;
	z-index: 2;
	float:right
}		
		
.banner_imgs img#left{
	width: 100px;
	z-index: 2;
}		
.banner_imgs img#right{
	width: 100px;
	z-index: 2;
}

li#colona{
	z-index: 4;
	width: 137px;
	text-align:right;
	margin-bottom: 10px;
}
li img{
	width:136px;
}



#art_scene{
	width: 205px;
	height: 30px;
	position: relative;
	top: -590px;	
	/*background-color: #fff;*/
	opacity: 0.2;
	z-index: 2;
}
a:hover #art_scene {
	opacity: 0.3;
}
img#art{
	width: 204px;
	position: relative;
	top: -620px;
	opacity: 0.65;
	z-index: 3;
}
a:hover img#art {
	opacity: 1;
}

#art_scene02{
	width: 205px;
	height: 30px;
	position: relative;
	top: -610px;	
	background-color: #fff;
	opacity: 0.2;
	z-index: 2;
}
a:hover #art_scene02 {
	opacity: 0.3;
}
img#art02{
	width: 204px;
	position: relative;
	top: -640px;
	opacity: 0.65;
	z-index: 3;
}
a:hover img#art02 {
	opacity: 1;
}
		
/*コンテンツここまで */		
/**********************************/
