@charset "utf-8";

/* --------------------------------------------------
	行頭を表示するときは「##」で検索してください。
-------------------------------------------------- */

/* --------------------------------------------------
	##基本設定
-------------------------------------------------- */
* html{filter: expression(document.execCommand("BackgroundImageCache",false,true));}

/* body */
html,body{height:100%;}
body{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#000;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}

/* IE6用 */
* html body {
	font-size:75%;
}

/* IE7用 */
*:first-child+html body {
	font-size:75%;
}

/* タイトル */
h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	font-size:100%;
}

/* テーブル・ボックス */

/* イメージ */
img,
a img{border:0;}

/* フォーム */
form{
	margin:0;
	padding:0;
}

/* 段落 */
p{
	margin:0;
	padding:0;
}

/* リンク */
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}


#dm-txt{
	margin:20px 0;
	padding-top:20px;
	border-top:1px #d6d6d6 solid;
}
.dm-title{
	margin:0 0 10px;
	color:#000;
	font-weight:bold;
}
.dm-txt2{
	margin:0 0 10px;
	color:#000;
}
a.dm-link{
	color:#0047ff;
	text-decoration:underline;
}
a.dm-link:hover{
	color:#f00;
	text-decoration:underline;
}
.dm-txt3{
	color:#4d4d4d;
	font-size:84%;
}


/* --------------------------------------------------
	##header
-------------------------------------------------- */
#header{
	min-width:950px;
	width:100%;
	height:234px;
}
#header-inner{
	margin:0 auto;
	position:relative;
	width:950px;
	height:234px;
}
#logo1{
	position:absolute;
	top:16px;
	left:3px;
	width:45px;
	height:132px;
}
*:first-child+html #logo1{
	top:16px;
}
#logo2{
	position:absolute;
	top:16px;
	right:3px;
	width:31px;
	height:144px;
}
*:first-child+html #logo2{
	top:16px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#logo1{top:16px;}
}
#logo1, x:-moz-broken, x:last-of-type, x:indeterminate{top:11px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
#logo2{top:16px;}
}
#logo2, x:-moz-broken, x:last-of-type, x:indeterminate{top:11px;}
#info #header,
#info #header-inner{background:url(../img_com/info/main_image.jpg) no-repeat center top;}
#schedule #header,
#schedule #header-inner{background:url(../img_com/schedule/main_image.jpg) no-repeat center top;}
#shop #header,
#shop #header-inner{background:url(../img_com/shop/main_image.jpg) no-repeat center top;}
#access #header,
#access #header-inner{background:url(../img_com/access/main_image.jpg) no-repeat center top;}
#blog #header,
#blog #header-inner{background:url(../img_com/blog/main_image.jpg) no-repeat center top;}


/* --------------------------------------------------
	##menu
-------------------------------------------------- */
#menu{
	width:839px;
	height:41px;
	position:absolute;
	top:15px;
	left:63px;
}
*:first-child+html #menu{
	top:15px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#menu{top:15px;}
}
#menu, x:-moz-broken, x:last-of-type, x:indeterminate {
	top:10px;
}

#menu ul:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#menu ul{
	margin:0;
	padding:0;
	width:839px;
	height:41px;
	background:url(../img_com/bg_menu.png) no-repeat 0 0;
	/*\*//*/
	overflow:hidden;
	/**/
}
#menu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:39px;
	line-height:39px;
}
#menu1,#menu1 a{width:126px;}
#menu2,#menu2 a{width:164px;}
#menu3,#menu3 a{width:164px;}
#menu4,#menu4 a{width:189px;}
#menu5,#menu5 a{width:196px;}
#menu li a{
	display:block;
	height:39px;
	text-decoration:none;
}
#menu li a:hover{text-decoration:none;}
#menu1 a:hover{background:url(../img_com/bg_menu_over.gif) no-repeat 0 0;}
#menu2 a:hover{background:url(../img_com/bg_menu_over.gif) no-repeat -126px 0;}
#menu3 a:hover{background:url(../img_com/bg_menu_over.gif) no-repeat -290px 0;}
#menu4 a:hover{background:url(../img_com/bg_menu_over.gif) no-repeat -454px 0;}
#menu5 a:hover{background:url(../img_com/bg_menu_over.gif) no-repeat -643px 0;}

#top #menu1 a{background:url(../img_com/bg_menu_over.gif) no-repeat 0 0;}
#schedule #menu2 a{background:url(../img_com/bg_menu_over.gif) no-repeat -126px 0;}
#info #menu3 a{background:url(../img_com/bg_menu_over.gif) no-repeat -290px 0;}
#shop #menu4 a{background:url(../img_com/bg_menu_over.gif) no-repeat -454px 0;}
#access #menu5 a{background:url(../img_com/bg_menu_over.gif) no-repeat -643px 0;}
/* --------------------------------------------------
	##main
-------------------------------------------------- */
#main{
	clear:both;
	margin:0 auto 50px auto;
	padding:14px 0 0 0;
	border-top:3px #000 solid;
	width:950px;
	text-align:left;
}
#contents:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#contents{
	width:950px;
	/*\*//*/
	overflow:hidden;
	/**/
}

/* --------------------------------------------------
	##footer
-------------------------------------------------- */
#footer{
	clear:both;
	margin:0 auto;
	padding:8px 0 20px;
	border-top:1px #b0b0b0 solid;
	width:950px;
}
#copyright{
	color:#4d4d4d;
	font-size:84%;
}
#copyright a{
	color:#4d4d4d;
	text-decoration:underline;
}
#copyright a:hover{
	color:#f00;
	text-decoration:underline;
}

