#body {
	position:absolute;
	overflow: auto;
	
	width: 100%;
	height: 100%;

	margin: 0px;
	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;	
}

#big_wrap {
	margin: 0 auto;
}

#keyvisual_and_slogan_wrap {
	position: relative;
	height: 340px;
}

#slogan, #keyvisual {
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo {
	position: absolute;
	right: 10px;
	top: 10px;
}


#content_wrap {
	position:relative;
	
	padding: 41px 50px 42px; 
	
	line-height:1.4em;
}    

#menu {
	padding-top: 20px;
	padding-bottom: 70px;
}

#company_and_email {
	padding: 40px;
	padding-bottom: 25px;
	
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
}

#totop {
	background-image: url(../images/totop_sprite.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 11px;
	font-size: 1px;
	margin-top: 10px;
}

#totop:hover {
	background-image: url(../images/totop_sprite.gif);
	background-position: right bottom;
	cursor: pointer;
}


#body .bot {
  	font-size: 14px;
  	font-family: helvetica, arial, sans-serif;
}

#body .menupoint { }

#body .menupoint:hover { }

div#body {
	background-color: #ded3b0;
}

#keyvisual_and_slogan_wrap {
	background-color: #4d4d4d;
}

#content_and_menu_wrap, #content_wrap {
	background-color: #ffffff;
}

#menu, #company_and_email {
	background-color: #b0b0b0;
}

#body .menupoint {
	background-color:#b0b0b0;
}

#body .menupoint:hover {
	background-color:#cccccc;
}

#body .bot {
	color: #ffffff;
}
