html, body {
	color: #444;
	background: #464442 none no-repeat 0 0 scroll;
	margin: 0;
	padding: 0;
}

body {
	min-width: 820px;
}
* html body { text-align:center; }

body, th, td {
	font-family: meiryo, 'trebuchet ms', verdana, arial;
	font-size-adjust: none;
	font-size: 12px;
	line-height: 1.5;
}

img {
	vertical-align: baseline;
	border: none;
}
input {
	font-size: 12px;
}

#wrapper {
	margin: 10px auto;
	width: 800px;
}
* html #wrapper { text-align:left; }

#container {
	margin: 0;
	padding: 0;
	background-color:#fff;
}

#header {
	position: relative;
	top: 5px;
	margin: 5px;
	width: 790px;
	background-color:#267402;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}

#floater { position: relative; top: 0; z-index: 30; }
#menubar {
	position: relative;
	margin:0 5px;
	padding:0;
	background: #267402 url(images/bg_horz_menu.gif) repeat-y 0 0 scroll;
	_height: 40px;
}

#contents {
	padding:18px 5px;
	text-align:left;
}

.impact {
	color:#267402;
	font-size:17px;
	font-weight:bold;
}

#copyright {
	text-align:left;
	margin:1em 0;
	color: #ccc;
	font-size: 11px;
}
.corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
