@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	popup
-------------------------------------------------------------------*/
body {
	color:;
}
#wrap {
	min-width: 720px;
	padding: 20px 0 80px;
}
#wrap h1 {
	padding-bottom: 20px;
	text-align: center;
}
#content {
	float: none;
	width:640px;
	padding:20px 20px 0;
	margin:0 auto;
	font-size:1.4em;
	line-height:1.8;
}
#content h2 {
	margin: 0 0 20px;
	font-size: 1.57em;
	line-height: 1.0;
	border-bottom: 1px dotted #362014;
	padding:1px 0 7px;
	font-weight:bold;
}
#content h3 {
	margin: 0 0 20px;
	padding:5px 0 3px 42px;
	font-weight:bold;
	color:#fff;
	font-size: 1.27em;
	background:#372116 url(../image/h4_bg.jpg) 10px center no-repeat;
}
#wrap address {
	padding-top: 10px;
	text-align: center;
	clear:both;
}
#wrap .close {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#menu{
	margin-bottom: 60px;
}
#menu .menu{
	margin-bottom: 33px;
}
#content table th {
	width: 160px;
}
#content table th,
#content table td {
	padding:2px 9px;
}
#menu .menu p.att{
	margin-top: 15px;
}