@charset "utf-8";
@import url(reset.css);
@import url(base.css);

/* レイアウト */

#wrap {
	background:#422100;
	min-width: 720px;
	padding: 20px 0;
}

h1 {
	padding:5px 0;
	text-align:center;
	background:url(../image/bg02.jpg);
}

#content {
	width:640px;
	padding:20px 20px 0;
	margin:0 auto;
	font-size:1.4em;
	line-height:1.6;
}

#content h2 {
	font-size:1.45em;
	padding:10px 0 12px 50px;
	margin-bottom:15px;
	line-height:1.0;
	color:#FFFFFF;
	background: url(../image/h3_bg.jpg) left top no-repeat;
}


#content .box {
	overflow:hidden;
	zoom:1;
	margin-bottom:51px;
}


#content .imgR ul {
	margin-left:22px;
	float:right;
	padding:5px 0 20px;
}
#content .imgL ul {
	margin-right:22px;
	float:left;
	padding:5px 0 20px;
}
#content .box ul li {
	width:190px;
	height:190px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#FFFFFF;
}
#content .box p.entrybody {
	margin-bottom:13px;
	margin-right:5px;
	line-height:1.6;
}
#content .box p.none {
	font-size:0.85em;
	padding-top:22px;
}



#content table {
	width: 100%;
}
#content th {
	font-weight:normal;
	background:#311800;
}
#content th, #content td {
	border: 1px solid #422100;
	vertical-align: top;
	text-align: left;
}
#content td {
	background:#572C00;
}
#content td {
	width:459px;
}
#content table td, #content table th {
	padding:2px 0 1px 10px;
}



#content .close {
	position:fixed;
	bottom:20px;
	right:20px;
}

address {
	text-align:center;
	padding-top:10px;
	border-top:1px solid #E2D5CD;
}