/* Reset Default CSS */


* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
}

body {
	font-family :
	helvetica,
	verdana,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meirio,
	"MS Pゴシック",
	"MS P Gothic",
	sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:befor,q:after {
	content:'';
}

addr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

/* Reset Default CSS -END- */

/* 初期設定 */


body {
	clear: both;
	background: #f9f9f9	url("back.gif") repeat-y center top;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

#all {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

a {
	color:  #663300;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color:  #333;
	background-color: #ddd;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
	color: #fff;
}

.clear2 {
	clear: both;
}

.color {
	color: #663300;
}

.strong {
	font-weight: bold;
}

.head-copy {
	color: #663300;
	font-weight: bold;
	padding-bottom: 10px;
}

.midashi {
	width: 750px;
	border-left: 10px solid #663300;
	border-bottom: 1px solid #663300;
	margin-bottom: 20px;
}

.midashi div {
	width: 720px;
	padding: 5px 10px;
	border-left: 10px solid #cc6635;
	background-color: #ffeecc;
	font-weight: bold;
}

.css2 {
	display: none;
}

/* 初期設定　おわり */

/* ヘッダー（トップページ） */

h1 {
	float: right;
	padding: 10px;
	text-align: right;
}

h1 span {
	color: #999;
	font-size: 10px;
}

#header-top {
	border-bottom: 1px solid #663300;
}

/* ヘッダー（トップページ）　おわり */

/* メニューナビゲーション */

#menu {
	clear: both;
	background-color: #663300;
	padding: 10px 8px 10px;
}

#menu li {
	float: left;
	display:inline;
	border: 1px solid #fff;
	margin: 0 3px;
	background-color: #663300;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}

#menu li a {
	display:block;
	width: 104px;
	padding: 2px 0;
	color: #fff;
}

#menu li a:hover {
	color: #fff;
	background-color: #cc6635;
	text-decoration: none;
}

#menu li span {
	font-size: 14px;
	font-weight: bold;
}

#menu li#menu-sight a {
	background-color: #cc6635;
	color: #222;
}

/* メニューナビゲーション　おわり */

/* コンテンツ */

.content {
	clear: both;
	padding: 20px;
}

/*画像*/

.img-table1 {
	display:block;
	float: left;
	padding: 10px;
}

.img-table1 td {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	text-align: center;
}

.img-table2 {
	display:block;
	float: right;
	padding: 10px;
}

.img-table2 td {
	width: 280px;
	height: 280px;
	border: 1px solid #ccc;
	text-align: center;
}

.img-table2b {
	display:block;
	float: left;
	padding: 10px;
}

.img-table2b td {
	width: 280px;
	height: 280px;
	border: 1px solid #ccc;
	text-align: center;
}

.img-table3 {
	display:block;
	float: right;
}

.img-table3 td {
	width: 190px;
	height: 190px;
	border: 1px solid #663300;
	text-align: center;
}

.img-table4 {
	display: none;
}

/*画像　おわり*/

/* トップページコンテンツ */

#index #content-left {
	float: left;
	width: 450px;
}

#index #content-right {
	float: right;
	width: 300px;
}

#whats-new {
	width: 290px;
	padding: 5px;
	margin-bottom: 20px;
	background: url("img-663300/bg.gif") repeat 0 0;
}

#whats-new-inner {
	width: 270px;
	padding: 10px;
	background-color: #fff;
}

#whats-new p {
	width: 250px;
	padding: 5px 10px 2px;
	margin-bottom: 5px;
	color: #663300;
	background: #eee;
	font-size: 14px;
}

#whats-new2 {
	display: none;
}

#shop-data2 {
	display: none;;
}

#index #shop-data1 {
	width: 280px;
	padding: 10px;
	background-color: #eee;
}

#index #shop-data1 p {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#index #shop-data1 .shop-data1-1 {
	width: 75px;
	vertical-align: top;
}

/* トップページコンテンツ　おわり */

/* ShopInfoコンテンツ */

#shop-info-p {
	padding: 10px 0 0 10px;
}

#access {
	clear: both;
	border-top: 1px dotted #999;
	padding-top: 10px;
}

#access1 {
	float: left;
}

#access1 #access-img {
	padding: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#access2 {
	float: right;
}

#shop-data {
	width: 316px;
	padding: 5px 10px;
	margin-left: 222px;
	background-color: #eecc99;
}

#access3 {
	width: 336px;
	margin-left: 222px;
}

#access3 table {
	width: 336px;
}

#access3 td {
	border-bottom: 1px dotted #999;
	vertical-align: top;
	padding: 3px;
}

#access3 .td1 {
	width: 75px;
	text-align: right;
}

/* ShopInfoコンテンツ　おわり */

/* Menuコンテンツ */

.shop-menu td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

.shop-menu .td1 {
	width: 340px;
}

.shop-menu .td2 {
	width: 100px;
	text-align: right;
}

/* Menuコンテンツ　おわり */

/* Recruitコンテンツ */

#recruit-data {
	float: left;
	width: 500px;
}

#recruit-data td {
	padding: 5px 10px;
}

#recruit-data .td1 {
	width: 100px;
	background-color: #eecc99;
	border-bottom: 2px solid #fff;
	text-align: center;
}

#recruit-data .td2 {
	width: 360px;
	border-bottom: 1px dotted #ccc;
	padding-right: 0px;
}

#recruit-info {
	float: right;
	width: 230px;
	background-color: #f5f5f5;
	padding: 9px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#recruit-info p {
	padding-bottom: 10px;
}

/* Recruitコンテンツ　おわり */

/* Couponコンテンツ */

#coupon-content {
	width: 560px;
	margin: 0 auto;
}

#coupon {
	width: 540px;
	padding: 5px;
	background: url("img-663300/bg.gif") repeat 0 0;
	margin-bottom: 15px;
}

#coupon table {
	background-color: #fff;
}

#coupon table td {
	vertical-align: top;
}

#coupon table .td1 {
	width: 190px;
}

#coupon table .td2 {
	width: 340px;
	padding-right: 10px;
}

#coupon table .td2 p {
	padding: 5px 0;
}

#coupon table .td3 {
	padding-bottom: 10px;
	font-weight: bold;
}

#coupon table td table td {
	vertical-align: middle;
	width: 260px;
	border-bottom: 1px dotted #ccc;
}

#coupon table td table td+td {
	width: 80px;
	text-align: right;
}

#qr-img {
	float: right;
	border: 1px solid #ccc;
	margin-right: 10px;
}

/* Couponコンテンツ　おわり */

/* Linkコンテンツ */

.link-info {
	padding-bottom: 20px;
}

#link-about {
	color: #333;
	font-weight: bold;
	padding: 20px 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/* Linkコンテンツ　おわり */

/* Staff・Styling・Itemコンテンツ1 */

.block1 {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.block1 .img {
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
}

.block1 .img td {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

.block1 .table {
	float: right;
	width: 540px;
}

.block1 .table table {
	width: 540px;
}

.block1 .table table td {
	padding: 5px 10px;
}

.block1 .table table .td1 {
	width: 100px;
	border-bottom: 2px solid #fff;
	background-color: #eecc99;
	text-align: center;
}

.block1 .table table .td2 {
	width: 400px;
	border-bottom: 1px dotted #ccc;
}

/* Staff・Styling・Itemコンテンツ1　おわり */

/* Staff・Styling・Itemコンテンツ2 */

.block2 {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.block2 .img {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}

.block2 .img td {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

.block2 .table {
	float: right;
	width: 620px;
	border-top: 1px solid #fff;
}

.block2 .table table {
	width: 620px;
}

.block2 .table table td {
	padding: 5px 10px;
}

.block2 .table table .td1 {
	width: 100px;
	border-bottom: 2px solid #fff;
	background-color: #eecc99;
	text-align: center;
}

.block2 .table table .td2 {
	width: 500px;
	border-bottom: 1px dotted #ccc;
}

/* Staff・Styling・Itemコンテンツ2　おわり */

/* Staff・Styling・Itemコンテンツ3 */

.block3 {
	float: left;
	padding: 0 6px 30px 7px;
}

.block3 .img {
	width: 238px;
	height: 238px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.block3 .img td {
	width: 238px;
	height: 238px;
	text-align: center;
	vertical-align: middle;
}

.block3 .table {
	width: 240px;
	border-top: 1px solid #fff;
}

.block3 .table table {
	width: 240px;
}

.block3 .table table td {
	padding: 5px 10px;
}

.block3 .table table .td1 {
	width: 60px;
	border-bottom: 2px solid #fff;
	background-color: #eecc99;
	text-align: center;
}

.block3 .table table .td2 {
	width: 180px;
	border-bottom: 1px dotted #ccc;
}

/* Staff・Styling・Itemコンテンツ3　おわり */

/* コンテンツ　おわり */

/* フッタ− */

#footer {
	clear: both;
	text-align: center;
}

#footer div {
	padding-top: 20px;
}

#footer #foot-menu {
	padding: 5px 0 0;
	background-color: #eee;
	font-size: 10px;
}

#footer #copy {
	padding: 0 0 5px;
	background-color: #eee;
	font-size: 10px;
}

/* フッタ−　おわり */
