﻿@charset "UTF-8";

@import url("common.css");		/* スタイルリセット・サイト共通 */
@import url("contents.css");	/* 各ページ個別CSS */


/* =========================================================================
		base
========================================================================= */

/*\*/
html{
	height:100%;
}
/**/

body{
	background:#ffffff;
}
p,td,dt{
	line-height:130%;
}

/* =========================================================================
		page_base
========================================================================= */

#bg{
	background:url(../images/waku_01.gif) repeat-x;
	width:100%;
}
#head_top{
	background:url(../images/waku_01.gif) no-repeat;
	margin:0px auto 0px auto;
	padding:5px 20px 0px 10px;
	width:900px;
	color:#ffffff;
}
#head{
	background:url(../images/waku_01.gif) no-repeat;
	margin:0px auto 0px auto;
	padding:5px 20px 0px 10px;
	width:900px;
	color:#ffffff;
}
#common_bg{
	background:url(../images/bg_01.gif);
	width:100%;
	color:#ffffff;
}
#common{
	margin:0px auto 0px auto;
	padding:20px 20px 0px 10px;
	width:900px;
	color:#ffffff;
}
#contents_bg{
	background:url(../images/waku_02.gif) repeat-x left bottom;
}
#contents{
	margin:0px auto 0px auto;
	padding:20px 20px 0px 10px;
	width:900px;
}


/* =========================================================================
		hedder
========================================================================= */

h1{
	font-weight:normal;
	color:#ffffff;
	text-align:right;
}
.main_image{
	margin:0px 0px 5px 0px;
}
.menu{
	margin:0px 0px 10px 0px;
}
.logo{
	margin:-48px 0px 12px 0px;
}
	/* ----■Browser Adjust■---------------------------------- */
	.mac.ff2 .logo,.mac.ff3 .logo{
		margin:-46px 0px 12px 0px;
	}
	.mac.safari .logo,.mac.ie5 .logo{
		margin:-45px 0px 12px 0px;
	}
	.mac.ie5 .main_image{
		margin:0px 0px 0px 0px;
	}
	/* //------------------------------------------------------ */

.shop_info{
	position:relative;
	top:20px;
	left:630px;
	width:275px;
}


/* =========================================================================
		menu
========================================================================= */


/* =========================================================================
		line
========================================================================= */

.line_01{
	background:url(../images/line_01.gif) repeat-x;
	margin:4px 10px 0px 10px;
}
.line_02{
	background:url(../images/line_02.gif) repeat-x 0% 0%;
	padding:0px 0px 0px 0px !important;
}


/* =========================================================================
		見出し
========================================================================= */

#event_news h2{
	margin:0px 0px 15px 5px;
}
#contents h2{
	margin:0px 0px 25px 0px;
}
#contents h3{
	margin:0px 0px 10px 0px;
}


/* =========================================================================
		リンクスタイル
========================================================================= */

a{
	color:#ddac71;
	text-decoration:none;
}
a:hover{
	color:#db9135;
	text-decoration:none;
}



/* =========================================================================
		footer
========================================================================= */

#footer{
	background:url(../images/waku_03.gif) repeat-x;
	height:41px;
	width:100%;
}
#footer p{
	padding:10px 0px 20px 0px;
	text-align:center;
	color:#000000;
}
