@charset "Shift_JIS";

body {
	font-size: 85%; /*基本の文字サイズ*/
	color:#555; /*基本の文字色*/
	margin: 0;
	padding: 0;
	background:#000 url(img/background.gif) repeat-y 50% 0;
	/*background:#ffffff url(img/background.gif);*/
}
a {
	color:#F2A210;
}
/* ヘッダー
--------------------------------------------------------------------*/
#header {
padding-top:10px;
padding-left:170px;
}
/* img
----------------------------*/
img{
	vertical-align:bottom;
}
img.left{
	float:left;
	vertical-align: baseline;
}
img.right{
	float:right;
	vertical-align: baseline;
}
/* 全体構造
--------------------------------------------------------------------*/
#container {
position: absolute;
width: 770px;
left: 50%;
margin-left: -385px; /*横幅÷２*/
background:url(img/menu_bg.gif);/*メニューの背景色*/
border-left:0px solid #5C3512; /* コンテンツを囲う線（左）*/
border-right:0px solid #5C3512; /* コンテンツを囲う線（右）*/
}
/* コンテンツ（ＩＮＤＥＸ）
--------------------------------------------------------------------*/
#content_index {
margin-left: 176px;
padding:0 25px 25px 25px;
line-height:135%;
}
#content_index .shop_soto{
float:right;
}
/* コンテンツ
--------------------------------------------------------------------*/
#content {
margin-left: 190px;
padding:0 25px 25px 25px;
line-height:135%;
color:#eee;
}
/* メニュー
--------------------------------------------------------------------*/
#menu {
	position: absolute;
	left:20px;
	width: 158px;
	margin-top:140px;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	padding:0;
	width:158px;
	height:35px; /*メニューの縦サイズ*/
	margin-bottom:6px; /*メニューの間隔*/
	background: url('img/menu_off.gif') no-repeat;
/*	border-bottom:1px solid #5C3512;*/
/*	border-right:1px solid #5C3512;*/
}

#menu li a{
	display:block;
	font-size:13px;
	height:35px; /*メニューの縦サイズ*/
	line-height:35px; /*メニューの縦サイズ*/
	background: url('img/menu_off.gif') no-repeat;
	text-decoration:none;
	padding:0 0 0 25px;
	margin:0;
	color:#fff; /*リンクの色（通常時）*/
}

#menu li a:hover,#menu li a:active{
	color:#ccc; /*リンクの色（オンマウス時）*/
	background: url('img/menu_on.gif') no-repeat;
}
#menu a{
	font-family:"HGｺﾞｼｯｸE";
}

/* フッター
--------------------------------------------------------------------*/
#footer{
	clear:both;
	color:#ffffff;
	font-size:14px;
	background:url(img/footer.gif);
	height:46px;
	line-height:46px;
	text-align:center;
}

/* 各コンテンツの見出し
--------------------------------------------------------------------*/
#belt{
	width:470px;
	height:100px;
	color:#F2A210;
	text-align:right;
	font-size:28px;
	font-family:"HGｺﾞｼｯｸE";
	font-family:"Impact";
	padding-top:40px;
}

h1{
	margin:0;
}
h2 {
	font-size:16px;
	background:#5C3512;
	color:#FFFFCC;
	/*margin-left:30px;*/
	/*margin-right:10px;*/
	margin-bottom:0px;
	padding:3px 7px;
}

/* index
--------------------------------------------------------------------*/
#news{
	padding-top:5px;
	padding-left:40px;
	height:120px;
	color:#555;
}
/* shop
--------------------------------------------------------------------*/
table.shop td{
	background:#6F7072;
	padding:6px;
	padding-left:24px;
	border-left:solid 4px #999;
}

