body {
	margin:30px 0 30px 0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}

img {
	border:none;
}

#wrapper {
	margin:0 auto;
	width:840px;
	border:2px solid #666666;
}
#header {
	width: 840px;
	height:75px;
	background-color:#ffffff;
	overflow:hidden;
}
#header #logo {
	float:left;
}
#header #logo img {
	margin:10px 0 0 10px;
}
#header #menu {
	float:right;
}
.menu_table {
	border:none;
	margin:10px 15px 0 0;
}
.menu_table .cell1 {
	width:29px;
	height:29px;
	text-align: left;
	vertical-align: top;	
	
}
.menu_table .cell2 {
	width:23px;
	text-align: left;
	vertical-align: top;	
	
}

.contents {
	clear:both;
	text-align:left;
}

.footer {
	height:30px;
	font-size:80%;
	text-align:center;
	line-height:3em;
	color:#5aaf3a;
}

.about_table {
	width:840px;
	height:1026px;
	border:none;
}

.contact_table {
	width:840px;
	height:629px;
	border:none;
}

.access_table {
	width:840px;
	height:521px;
	border:none;
}


/* ----------------------------------------
 * floating- clear
 * ---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}