@charset "shift_jis";


/*============================== 初期化 ==============================*/

/* 初期化に * は使わない */

body {
	margin: 0;
	background: #FFF;
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 12px;
	color: #333;
	line-height:180%;
	text-align: center; /* IE6以下センタリングバグ回避 */
	overflow-y:scroll;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;

}


*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p { font-size: 12px;}

li { list-style: none;}

img, table { border: none;}


/* table内は再記述 */

table, th, td {
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 12px;
}

a { 
	text-decoration: underline;
	color: #484848;
}

a:link,
a:visited { 
	text-decoration: underline;
	color: #EDEDE9;
}

a:hover,
a:focus { 
	text-decoration: underline;
	color: #FFFFFF;
} /* focus (アクセシビリティ) */

/* skiplink 画面外へ */

.skiplink {
	position: absolute;
	left: -1000px;
}


/*============================== 利用頻度高 ==============================*/


.fB { font-weight: bold;}

.fs14 { font-size: 14px;}

.fs12 { font-size: 12px;}

.fs10 { font-size: 10px;}

.flL { float: left;}

.flR { float: right;}

.lineH140{
	line-height:140%;
}

.mgnT10{ margin-top:10px;}

.mgnT20{ margin-top:20px;}

.mgnTU10{ margin:10px 0;}

.mgnU15{ margin-bottom:15px;}

.mgnU20{ margin-bottom:20px;}

.mgnU35{ margin-bottom:35px;}

.mgnU50{ margin-bottom:50px;}

.mgn15{ margin:15px 15px 0;}

.mgnL10{ margin-left:10px;}

.p_L10{ padding-left:10px;}

.mgnL15{ margin-left:15px;}

.mgnL20{ margin-left:20px;}

.mgnLR30{ margin:0px 30px;}

.txt_mgn1{
	letter-spacing: 1px;
}
.t_center{
	text-align:center;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
img.db { display: block;} /* IE用 imgのmarginを削除、ブロック要素となる */
img.ma { margin: 0 auto;} /* imgのセンタリング img.db と併用 */

/* 通常のfloatclear*/

.clearfloat { clear: both;}

/* clearfix = floatを指定した親ブロックに指定*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* MacIE5除外 (コメント削除不可) \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5除外 */


/*============================== 共通プロパティ(header) ==============================*/


#navi_u{
	width:100%;
	background:url(../images/bg_head_u.jpg) no-repeat top center;
	padding:12px 0 0
}

#allContents {
	width:100%;
	background-image:url(../images/bg_allMain.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFF;
	padding:0;
	margin:0;
}

/*
*html #allContents {
	margin-top:12px;
}
*:first-child+html #allContents {
	margin-top:12px;
}*/


#mainHeader {
	width: 900px;
	height:27px;
	margin: 13px auto 10px;
}
/*
*html #mainHeader {
	margin: 13px auto 15px;
}

*:first-child+html #mainHeader {
	margin: 13px auto 17px;
}*/

#navi {
	width: 900px;
	height:39px;
	padding:0;
	margin: 0px auto;
	text-align: center;
}

#mainHeader h1 {
	float: left;
	width: 383px;
}

#mainHeader ul.menuSet {
	float: right;
/*	width:151px;　/* 来場予約を含まないサイズ */
	width:293px; /*来場予約を含むサイズ*/
	display: inline; /* IE float+marginバグ回避 */
}



/*============================== 共通プロパティ(footer) ==============================*/


#Footer{
	background-image: url('../images/bg_foot.jpg');
	background-repeat:repeat-x;
	background-color:#D8CB94;
	margin:0 auto;
	padding-top:4px;
	padding-bottom:90px;
}



#Footer2{
	background-image: url('../images/bg_foot.jpg');
	background-repeat: repeat;
	margin:30px auto 0;
	padding-top:4px;
	padding-bottom:50px;
}




#mainFooter {
	margin:auto;
	clear:both;
	width:900px;
}

#navi_foot{
	width:900px;
	padding-top:26px;
}

#mainFooter ul {
	padding: 0;
	margin: 0px;
	display:block;
}

#mainFooter li {
	padding: 0px 10px;
	border-right: 1px solid #484848;
}

#mainFooter li.lilast {
	padding: 0px 10px;
	border: none;
}

#mainFooter a { color: #FFFFFF;}

#mainFooter a:link,
#mainFooter a:visited { text-decoration: underline;}

#mainFooter a:hover,
#mainFooter a:focus {
	text-decoration: underline;
	color: #C8C8C8;
} /* focus (アクセシビリティ) */


.mgn_foot{
	margin:20px 0 0 0px;
	vertical-align: text-bottom;
}

.mgn_foot2{
	margin-left:30px;
}

#mainFooter .txt_mgn1{
	margin:0 auto;
	text-align:center;
}

#mainFooter .txt_mgn2{
	margin-top:10px;
}

/*============================== 共通プロパティ(#mainContents) ==============================*/


#mainArea {
	width: 900px;
	margin:0 auto;
}

.mainContents {
	width: 900px;
	text-align: left;
}

#maintitle{
	padding:20px 30px 0;
	background-image:url(../images/line_title.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.ContentsBox{
	width: 840px;
	margin:30px auto 0; 
}

.ContentsBox2{
	width: 840px;
	margin:30px auto 15px; 
}

.gotop{
	clear:both;
	text-align:right;
	margin:0 0 30px;
}

.icon{
	vertical-align: middle;
}

.yokoline{
	height:1px;
	background-image: url('../images/dot_yoko.gif');
	background-repeat: repeat;
}

.mgn_index{
	padding:30px 0;
}
.mgnUI{
	padding-bottom:20px;
}
*html .mgnUI{
	padding-bottom:15px;
}
*:first-child+html .mgnUI{
	padding-bottom:15px;
}

/* ------------------------------
 outline
------------------------------ */

.bg_wh{
	background-color:#FFFFFF;
	color: #5C5949;
	padding:5px;
}
.bg_gly{
	background-color:#D9D9D9;
	color: #3D3A30;
}
.title_b{
	font-weight: bold;
	padding-left:10px;
	background-color:#D9D9D9;
	color: #4D483C;
}


/* ------------------------------
 seoLink
------------------------------ */

.seoLink{width:900px;text-align:center;margin:30px auto 10px auto;border:1px solid #B8B392;padding:3px 0;}
.seoLink ul{display:inline;border-right:1px solid #B8B392;padding:0;}
.seoLink li{display:inline;border-left:1px solid #B8B392;}
.seoLink li a{color:#A56730!important;padding:0 8px 0 10px;font-size:10px;text-decoration:none!important;}