@charset "euc-jp";

/***** common *****/
html {
	overflow-y:scroll;
}

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

#wrap {
	width:100%;
/*	text-align:left;*/
}

#headerWrap {
	width:100%;
	background-color:#FFF;
/*	height:175px;
	height:205px;*/
}

#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	width:864px;
	margin:0 auto;
	background-color:#FFF;
	height:170px;
/*	background-image:url(../../img/header_image.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
}

#header .navimenu {
/*	padding-top:110px;*/
	text-align:left;
	border:0px;
}

#innerWrap {
	margin-top:0px;
	height:470px;
	width:100%;
}

#inner {
	margin:0 auto;
/*	height:650px;*/
	width:862px;
	color:#FFF;
	background-color:#FBFDFE;
	border:1px #CCCCCC solid;
}

#footerWrap {
/*	padding-top:10px;*/
	padding:10px 0px 0px 0px;
	height:80px;
	width:100%;
}

#footer {
	margin:0 auto;
	height:80px;
	width:864px;
	background-color:#006;
}

#footer p.privacy {
	float:left;
	padding:40px 0px 2px 30px;
	width:150px;
	font-style:normal;
	font-size:12px;
	text-align:left;
	color:#FFF;
	vertical-align:top;
}

#footer p.copyright {
	float:right;
	padding:40px 15px 2px 0px;
	width:500px;
	font-style:normal;
	font-size:12px;
	text-align:right;
	color:#FFF;
}
