@charset "utf-8";

html {
	height:100%;
}

body {
	background-color: #9C9;
	margin: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
}
.body_block {
	width: 600px;
	background-color:#FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	position: relative;
}

h1 {
	background-color:#FFF;
}

h2 {
	font-size:1em;
	margin:0;
	padding:0;
	font-weight:normal;
}

.menu_area {
	position: absolute;
}

.box {
	border: 1px solid #000;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	height:128px;
}

.left_image{
	margin-left: 8px;
	margin-top:-48px;
	float: left;
	position:relative;
	top:50%;
}

.right_text{
	float: left;
	position:relative;
	top:50%;
	margin-left:16px;
	margin-top:-2.5em;
}

.main_area {
	width: 94%;
	background-color:#FFF;
	height:auto;
	padding-left:3%;
	
	padding-right:3%;
}
