@charset "utf-8";
@import url('reset.css');

/* CSS Document */
html, body{
	height:100%;
	font-family: 'mission_gothicthin';
	font-size: 18pt;
	color: #333333;
}
#container {
	margin: 0 auto;
	position:relative;
	width: 90%;
	min-height:90%;
}
#header{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #e7e7e7;
}
.header_border_bottom{
	z-index: 999;
	width: 100%;
	float: left;
	height: 15px;
}
.clear { clear:both;}