* {
	margin: 0;
	padding: 0;
}
html {
	font-family: arial,serif,osaka,"ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 1.8;
	color: #333;
	background: #000;
}
img {
	border: 0;
}


#wrap {
	width: 890px;
	margin: 0 auto;
	background: #fff;
}
#header .menu {
	background: url(../images/menu-bg.jpg) no-repeat;
	height: 40px;
}
.menu {
	list-style: none;
	padding: 6px 5px;
}
.menu li {
	float: left;
	margin: 5px 2px;
}
.menu li.accent {
	margin: 0 0 0 6px;
}
.menu li a {
	display: block;
}

#content h2 {
	margin-bottom: 40px;
}
#content h3 {
	color: #666;
	text-align: center;
}
#totop {
	text-align: right;
	margin: 0 25px -30px 0;
	position: relative;
	z-index:10;
}
#footer-image {
	position: relative;
	z-index:1;
}

.table {
	width: 80%;
	margin: 10px auto 50px;
	border-collapse: collapse;
	border-top: 1px solid #A37519;
}
.table th, .table td {
	border-bottom: 1px solid #A37519;
	padding: 8px;
}
.table th {
	font-weight: normal;
	text-align: left;
}

#plan {
	list-style: none;
	margin: 5px 5px 0;
}
#plan li{
	float: left;
	margin: 5px 0 20px 18px;
}
#plan li a {
	display: block;
}
* html #plan li{
	margin: 5px 0 20px 13px;
}
* html #content,* html #footer,* html #footer-image {
	margin-bottom: -3px;
}
*+ html #content,*+ html #footer,*+ html #footer-image {
	margin-bottom: -3px;
}




* html ul li {
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#map {
	text-align: center;
	margin-bottom: 30px;
}

