@charset "utf-8";
/* CSS Document */


html, body{
	height:100%;
}

/*==================================================
	ヘッダー
==================================================*/
#head_wrapper{
	width: auto;
	min-width: 1086px;
	height:182px;
	background-image: url(img/common/header_back.gif)
}
#head{
	background-image:url(img/common/header.jpg);
	width:960px;
	height:182px;
	margin-left:auto;
	margin-right:auto;
}



/*==================================================
	メニュー
==================================================*/
#menu{
	width:auto;
	min-width:1086px;
	height:72px;
	background-image:url(img/common/menu_back.gif);
		/* box-shadow */
box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 5px 2px;
-webkit-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 5px 2px;
-moz-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 5px 2px; 
}

#menu ul{
	display:block;
	width:1086px;
	margin-left:auto;
	margin-right:auto;
}
#menu ul li{
	height:18px;
	margin-top:27px;
	margin-left:63px;
	margin-right:63px;
	overflow:hidden;
	float:left;
}

/*==================================================
	コンテンツの中身
==================================================*/
article{
	height:auto;
	width:100%;
	min-width:1086px;
	background-image:url(img/common/back.png);
	background-repeat:no-repeat;
	background-position: center 280px;
	background-attachment: fixed;
	padding-bottom:48px;
}
#content{
	width:928px;
	padding-top:16px;
	padding-right:16px;
	padding-left:16px;
	padding-bottom:24px;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(255, 255, 255, 0.8);
	
	/* box-shadow */
box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 6px 3px;
-moz-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 6px 3px;

}
#sub_content{
	width:960px;
	margin-left:-16px;
	text-align:center;
}
#sub_content iframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:24px;
	padding-bottom:24px;
}
/*==================================================
	タブ
==================================================*/
ul.smenu{
	width:756px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
ul.smenu li{
	width:360px;
	height:42px;
	margin-left:8px;
	margin-right:8px;
	overflow:hidden;
	float:left;
}
.select img{
	margin-top:-42px;
}

/*==================================================
	ギャラリー用
==================================================*/
ul#gallery li img.thum{
	border:2px solid #fff;
	/* box-shadow */
box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 3px 3px;
-webkit-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 3px 3px;
-moz-box-shadow:rgba(181, 181, 181, 0.560784) 0px 0px 3px 3px;
}
ul#gallery{
	padding:10px;
}

ul#gallery li{
	width:918px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	clear:both;	
}
ul#gallery li a{
	margin-left:10px;
	width:292px;
	height:175px;
	display:block;
	position:relative;
	float:left;
}

#back {
	width: 100%;
	height: 100%;
	min-height:3204px;
	min-width:1086px;
	background-color: rgba(34,34,34,0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
	z-index: 50;
}
#imgbox{
	position:fixed;
	width:650px;
	height:410px;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-300px;
	z-index: 100;
	background-image:url(img/special/gallery/g_back.png);
	display:none;
}
#imgbox img{
	border:8px solid #fff;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
}

.close{
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 200;
	top:50%;
	left:50%;
	margin-left:330px;
	margin-top:-200px;
	cursor:pointer;
	display:none;
}
span.new{
	position:absolute;
	top:0px;
	right:0px;
	width:52px;
	height:52px;
}




/*==================================================
	フッター
==================================================*/
footer{
	height:180px;
	width:100%;
	min-width:1086px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:16px;
	padding-bottom:48px;
	background-color:#fff;
}
footer img{
	margin-top:10px;
	margin-bottom:10px;
}
footer p{
	display:block;
	width:420px;
	margin-left:auto;
	margin-right:auto;
	padding-left:570px;
}