@charset "utf-8";
@import url(reset.css);
@import url(base.css);
/*-------------------------------------------------------------------
	popup
-------------------------------------------------------------------*/
body {
	color: #333;
}
#wrap {
	background: #FFFFFF;
	min-width: 720px;
	padding: 20px 0 80px;
}
#wrap h1 {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
	text-align: center;
}
#content {
	width:640px;
	padding:20px 20px 0;
	margin:0 auto;
	font-size:1.4em;
	line-height:1.6;
}
#content #menu h2 {
	background:url(../image/h3_bg.jpg) left bottom no-repeat;
	margin-bottom:15px;
	font-size:1.14em;
	font-weight: bold;
	padding:5px 0 2px 10px;
}
#content #menu h3 {
	margin-bottom:20px;
	color:#333333;
	font-weight:bold;
	background:url(../image/h4_bg.jpg) left center no-repeat;
	font-size:1.14em;
	line-height:1.6;
	padding:3px 0 1px 45px;
}
#wrap address {
	border-top:1px dotted #CCCCCC;
	padding-top: 10px;
	text-align: center;
}
#wrap .close {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
/* table
-------------------------------------------- */
#content table {
	width: 100%;
}
#content table th, #content table td {
	border:1px solid #CDBCA8;
	vertical-align: top;
	background:#FFFFFF;
}
#content table th {
	font-weight: normal;
	text-align: left;
}
#content table td {
}
/*-------------------------------------------------------------------
	#menu
-------------------------------------------------------------------*/
#menu ul.nav {
	overflow: hidden;
 /zoom: 1;
	margin:20px 0 20px;
}
#menu ul.nav li {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.4;
}
#menu ul.nav li.none {
	margin-right: 0;
}
#menu ul.nav li a {
	background:#FFFFFF;
	border:1px solid #FFC65F;
	padding:11px 5px 10px;
	color: #250C00;
	text-decoration: none;
	display: block;
	font-weight:bold;
}
#menu ul.nav li a:hover {
	background:#EBEDE0;
	border:1px solid #9AA362;
	padding:11px 5px 10px;
	text-decoration: none;
	color:#666B3F;
}
#menu .box {
	margin:20px 0 0;
}
#menu .box table td {
	width: 449px;
	overflow: hidden;
 /zoom: 1;
}
#menu .box table th {
	vertical-align:middle;
	padding-left:10px;
}
#menu .box table td {
	padding:0 10px 0 10px;
}
#menu .box table td span {
	font-size:1.15em;
	font-weight:bold;
	color:#595F37;
}
#menu .box table td dl {
	padding:3px 0 2px;
}
#menu .box table td dl dt {
	font-size:1.15em;
	font-weight:bold;
	color:#595F37;
}
#menu .box table td dl dd {
	font-size:0.85em;
}
#menu .box table td div.image {
	float:right;
	padding:9px 0 10px 0;
	margin-left:10px;
}
#menu .box table td div.image a {
	height:98px;
	width:98px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	border:1px solid #CCCCCC;
}
#menu .box p.att {
	margin-top:15px;
	margin-bottom:33px;
}
#menu .box p.mb {
	margin-bottom:-8px;
}
#menu p.pageup {
	text-align: right;
	margin:20px 0 41px;
}
