@charset "UTF-8";

body{
	font-size:13px; /* 基本フォントサイズ */
	line-height:1.6;
	text-align:center;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
}
.selected{
	cursor:default;
}



/* 全ページ共通 */
#container{
	margin:0 auto 0 auto;
	width:940px;
	text-align:left;
}
#header{
	margin:10px auto 20px auto;
	width:940px;
	text-align:right;
	line-height:1.2;
}
#header dt{
	float:right;
	font-size:180%;
}
#header dd{
	text-align:center;
	float:right;
	color:#ffffff;
	font-weight:bold;
	width:5em;
	margin:3px 5px 0 0;
	padding:4px 0 0 0;
}
#navigation{
	margin:10px auto 0 auto;
	width:940px;
}
#navigation ul li{
	float:left;
	height:70px;
	border-right:solid 1px #cccccc;
}
#navigation ul .logo{
	width:270px;
	text-align:left;
}
#navigation .nav{
    position:relative;
    overflow:hidden;
	display:block;
	width:132px;
	height:70px;
}
#navigation .holder{
    position:absolute;
}

#footer{
	margin-top:40px;
	padding-bottom:20px;
	font-size:80%;
	text-align:left;
}
#sub-nav{
	margin-bottom:20px;
	padding:30px 0 30px 0;
}
#sub-nav li{
	float:left;
	margin:8px 5em 5px 0;
}
#sub-nav a{
	font-weight:bold;
}
#sub-nav .fll{
	margin-top:9px;
}
#sub-nav .fll a{
	background:url(../img/home.gif) left 1px no-repeat;
	padding:3px 0 0 18px;
}
#sub-nav .fll a:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
#footer h6{
	font-size:160%;
	font-weight:bold;
}
#footer #mobile{
	float:right;
}
#foot-nav{
	line-height:0;
	margin:20px 0 20px 0;
	padding:20px 0 7px 0;
	border-bottom:solid 1px #cccccc;
}
#foot-nav a{
	margin-right:3.5em;
}
#foot-nav a:hover, #foot-nav a:active{
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
#foot-nav a:link, #foot-nav a:visited{
	color:#444444;
}
#banner li a:link span, #banner li a:visited span, .submit a:link, .submit a:visited, .submit input{
	opacity:0.65;
	filter:alpha(opacity=65); /* ie lt 8 */
	-ms-filter:"alpha(opacity=65)"; /* ie 8 */
	-moz-opacity:0.65; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.65; 
}
#banner li a:hover span, #banner li a:active span, .submit a:hover, .submit a:active, .submit input:hover, .submit input:active{
	opacity:1;
	filter:alpha(opacity=100); /* ie lt 8 */
	-ms-filter:"alpha(opacity=100)"; /* ie 8 */
	-moz-opacity:1; /* ff lt 1.5, Netscape */
	-khtml-opacity:1; 
}




/* トップページ */
#slider{
	height:360px;
	margin-bottom:40px;
}
.desSlideshow{
    background: url(loading.gif) center center no-repeat;
}
.desSlideshow .mainVisual,.desSlideshow .nav{
    display: none;
}
.desSlideshow .mainVisual p{
	padding:12px 10px 8px 15px;
}
.desSlideshow .nav{
	border-top:solid 1px #cccccc;
	line-height:0;
}
.desSlideshow .nav li{
	border-bottom:solid 1px #cccccc;
	background-color:#ffffff;
	padding:5px;
	height:85px;
}
.desSlideshow .nav li div{
	float:right;
	margin-left:10px;
	overflow:hidden;
	width:80px;
	height:80px;
}
.desSlideshow .nav li div img{
	height:80px;
}
.desSlideshow .nav li span{
	float:right;
	display:block;
	width:160px;
	padding:9px 0 0 8px;
	font-size:90%;
	line-height:1.4;
}
.desSlideshow .nav li {
	margin:0;
	list-style:none;
}
* html .desSlideshow .nav li {
	margin-bottom:-3px;
}
*:first-child+html .desSlideshow .nav li {
margin-bottom:-3px;
}

.simply-scroll-container{ 
	position: relative;
}
.simply-scroll-clip{ 
	position: relative;
	overflow: hidden;
	z-index: 2;
	width:270px;
	height:360px;
	left:670px;
}
.simply-scroll-list{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.simply-scroll-btn{
	position: absolute;
	background-image: url(../img/btn.png);
	width: 250px;
	height: 20px;
	z-index:3;
	cursor: pointer;
}
.simply-scroll-btn-up{
	right: 10px;
	top: 2px;
	background-position: 0 0;
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
.simply-scroll-btn-down{
	right: 10px;
	bottom: 2px;
	background-position: 0 20px;
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
.simply-scroll-btn-up:hover, .simply-scroll-btn-down:hover{
	opacity:1;
	filter:alpha(opacity=100); /* ie lt 8 */
	-ms-filter:"alpha(opacity=100)"; /* ie 8 */
	-moz-opacity:1; /* ff lt 1.5, Netscape */
	-khtml-opacity:1; 
}
.simply-scroll-btn-up.disabled, .simply-scroll-btn-down.disabled{
	opacity:0;
	filter:alpha(opacity=0); /* ie lt 8 */
	-ms-filter:"alpha(opacity=0)"; /* ie 8 */
	-moz-opacity:0; /* ff lt 1.5, Netscape */
	-khtml-opacity:0;
	cursor:auto;
}
#topics{
	float:left;
	width:670px;
	line-height:2;
}
#topics h5{
	border-bottom:solid 1px #cccccc;
	margin-bottom:10px;
}
#topics h5 .left{
	float:left;
	font-size:140%;
	font-weight:bold;
}
#topics h5 .right{
	float:right;
	margin-top:6px;
}
#topics dt{
	float:left;
}
#topics dd{
	margin-left:10em;
}
#social li{
	margin-top:10px; 
}
#banner{
	float:right;
	width:176px;
}
#banner li{
	height:40px;
	margin-bottom:5px;
	line-height:0;
}
#banner li span{
	display:block;
	background:url(../img/banner_bg.gif) left top no-repeat;
	padding-top:19px;
	width:176px;
	height:21px;
	text-align:center;
	color:#666666;
	
}
/*2012_4_11追加 */
*:first-child+html #banner li span {
line-height:13px;
padding-top:14px;
}


/* 下層ページ共通 */
#contents h1{
	margin-bottom:30px;
}
#contents h1 .left{
	float:left;
	text-align:center;
	width:440px;
	height:110px;
	padding-top:90px;
	background-color:#ffffff;
}
#contents h1 .right{
	float:right;
	width:500px;
}
#contents h2{
	font-size:160%;
	font-weight:bold;
	border-bottom:solid 1px #cccccc;
	margin-bottom:60px;
	padding-left:60px
}
#contents h3{
	font-size:130%;
	font-weight:bold;
	margin-bottom:20px;
}
#contents h3 .left{
	float:left;
	width:600px;
}
#contents h3 .right{
	float:right;
	width:10em;
	margin-top:7px;
	font-size:70%;
	font-weight:normal;
	text-align:right;
}
#contents h3 a:hover, #contents h3 a:active{
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
#contents h4{
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
#contents p, #contents ul, #contents dl, .note, .article{
	margin-bottom:60px;
}
#contents dt{
	clear:both;
	float:left;
	font-weight:bold;
}
#contents dd{
	padding:0 0 8px 12em;
	margin-bottom:10px;
}
.article img{
	float:right;
	margin:0 0 60px 100px;
}
.link a{
	background:url(../img/arrow.gif) left 3px no-repeat;
	margin-left:7px;
	padding-left:10px;
}
.link a:hover, .link a:active{
	opacity:0.5;
	filter:alpha(opacity=50); /* ie lt 8 */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	-moz-opacity:0.5; /* ff lt 1.5, Netscape */
	-khtml-opacity:0.5; 
}
.submit{
	text-align:center;
}
.box{
	border:solid 1px #cccccc;
	padding:20px;
}
#access{
	line-height:3;
}
#access td{
	vertical-align:middle;
	padding:0 5px 0 5px;
}
#access .mini{
	width:150px;
}
.main{
	float:left;
}
.side{
	float:right;
	text-align:left;
	width:200px;
	overflow:hidden;
}
.side img, .side iframe{
	margin-bottom:10px;
}
#side-large .main{
	width:480px;
	padding-left:30px;
}
#side-large .side{
	width:400px;
	text-align:right;
	font-size:80%;
}
#side-large .side img{
	width:400px;
}
#side-small .main{
	width:590px;
	padding-left:30px;
}
#side-small .side, #side-small .side img{
	width:260px;
}
#contact{
	width:600px;
	margin:0 auto 0 auto;	
}



/* タブ */
.tab{
	margin-bottom:40px;
	height:30px;
	overflow:hidden;
}
.tab ul{
	margin:0 auto 0 auto;
	width:940px;
	height:30px;
	overflow:hidden;
}
.tab li{
	float:left;
	text-align:center;
}
.tab li .selected{
	font-weight:bold;
	display:block;
	width:235px;
	height:23px;
	padding-top:7px;
	background-color:#ffffff;
}
.tab li a:link, .tab li a:visited{
	display:block;
	width:235px;
	height:23px;
	padding-top:7px;
}
.tab li a:hover, .tab li a:active{
	color:#444444;
	display:block;
	width:235px;
	height:23px;
	padding-top:7px;
}



/* 料金表 */
#price{
	margin:0 0 40px 0;
	line-height:2.4;
}
#price table{
	width:620px;
}
#price th{
	text-align:right;
}
#price td{
	border-bottom:none;
}



/* ギャラリー */
#gallery{
}
#gallery ul{
}
#gallery li{
	float:left;
	margin:0 28px 28px 28px;
	padding:2px
}
#gallery li a{
	display:block;
	width:120px;
	height:120px;
	overflow:hidden;
}
#gallery li a img{
	width:120px;
}



/* 問い合せフォーム */
.short{
	width:200px;
}
.long{
	width:450px;
}
#contact textarea{
	width:450px;
	height:100px;
	resize:vertical;
}



/* ページャー */
.pager{
	text-align:center;
}
.pager li{
	display:inline;
}
.pager li strong{
	background-color:#ffffff;
}
.pager li strong, .pager li a{
	display:-moz-inline-box; /* ff2 */
	display:inline-block;
	padding:2px 7px 0 7px;
}



/* クーポン */
#couponWrap{
	background:url(../img/coupon_bg.gif) center top no-repeat;
	border:solid 1px #cccccc;
	margin:0 40px 20px 40px;
	width:860px;
}
#coupon{
	padding:120px 30px 20px 30px;
	width:800px;
}
#coupon .left{
	float:left;
	font-size:120%;
}
#coupon .right{
	float:right;
	background-color:#ffffff;
	padding:10px;
}