@charset "utf-8";
@import url(reset.css);
@import url(base.css);

/*-------------------------------------------------------------------
	popup
-------------------------------------------------------------------*/
body {
	color: #333;
}
#wrap {
	min-width: 720px;
	padding: 0px 0 80px;
	background-color: #FFF;
	background: url(../image/header_line.jpg) center top repeat-x #FFF;
}

#wrap h1 {
	padding-bottom: 20px;
	text-align: center;
}
#content {
	width: 640px;
	padding: 20px 20px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height:1.8;
}
#content h2 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	color: #31221A;
	padding: 5px 0 15px 20px;
	background: url(../image/h3_bg.jpg) left bottom no-repeat;
	margin-bottom: 20px;
}
#content h3 {
	font-weight: bold;
	line-height: 1.2;
	color: #3F1300;
	padding: 6px 0 5px 12px;
	_padding: 8px 0 3px 12px;
	background-color: #DDC9BF;
	margin-bottom: 20px;
}

#wrap address {
	border-top:1px dotted #CCCCCC;
	padding-top: 10px;
	text-align: center;
}
#wrap .close {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/* .imgleft, .imgright
-------------------------------------------- */
#content .imgleft,
#content .imgright {
	overflow: hidden;
	/zoom: 1;
}
#content .imgleft .image {
	float: left;
	margin-right: 20px;
	text-align: center;
}
#content .imgright .image {
	float: right;
	margin-left: 20px;
}
#content .imgleft .image li,
#content .imgright .image li {
	margin-bottom: 20px;
}
#content .imgleft .image li.last,
#content .imgright .image li.last {
	margin-bottom: 0;
}

/* table
-------------------------------------------- */
#content table {
	width: 100%;
	border-top: #CCC 1px dashed;
}
#content table th,
#content table td {
	border-bottom: #CCC 1px dashed;
	vertical-align: top;
}
#content table th {
	font-weight: normal;
	text-align: left;
}

/*     #menu       */

#menu  {
	margin-bottom: 37px;
}
#menu .box {
	margin-bottom: 25px;
}
#menu table {
	margin-bottom: 3px;
}
#menu table th,#content table td {
	vertical-align:top;
	border: none;
	border-bottom: #CCC 1px dashed;
}

#menu table th.first,#content table td.first {
	border-top: #CCC 1px dashed;
}

#menu table td.product {
	width: 440px;
	padding: 6px 95px 7px 12px;
}

#menu table td.price {
	vertical-align: middle;
	padding: 0 0 1px 10px;
}

#menu .menu {
	overflow: hidden;
	zoom: 1;
	clear: both;
	_padding: 2px 0 7px;
}
#menu .menu .image {
	padding: 5px 0 4px;
	margin-right: 12px;
}
#menu .product li {
	border: #CCC 1px solid;
}

#menu .product li a {
	display: table-cell;
	width: 98px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
}

#menu table p.title {
	font-weight: bold;
	color: #8B5F4B;
	line-height: 1.7;
}

#menu table p.detail {
	font-size: 0.85em;
}

#menu .box p.next {
	font-size: 0.85em;
	margin: 2px 0 0 0;
}
