@import"./mainarea.css";
@import"./subarea.css";


/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
img { vertical-align: middle;}
hr  { display: none; }
input, textarea { font-size: 100%; }






body {
/*	background: url(../img/body_bg.jpg) repeat-x;*/
	background-color: #eaeaea;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}


#base {
	width: 910px;
	background-color: #ffffff;
	margin: 0 auto; /* 中央レイアウト */
	overflow: hidden;
	border: 1px solid #aaaaaa;
}

#header {
	width: 910px;
	height: 115px;
	margin-top: 10px;
	background: url(../img/header_bg.jpg);
}

#header h1 {
	font-size: 12px;
	font-weight: none;
	text-align: left;
	padding: 10px 40px 0px 20px;
	color: #ffffff;
}

#header .sitemap {
	text-align: right;
	font-size: 13px;
	padding: 0px 30px 5px 0px;
}
#header .sitemap a {
	font-size: 13px;
	color: #ffffff;
}




#subarea {
	width: 200px;
	float: left;
	background-color: #ffffff;
}



#mainarea {
	width: 710px;
	background-color: #ffffff;
	float: right;
	padding: 5px 0px 10px 0px;
}




#footer {
	width: 910px;
	height: 113px;
	background: url(../img/footer.jpg);
	float: left;
}

#footer .tousite {
	text-align: right;
	font-size: 13px;
	color: #000066;
	padding: 20px 20px 5px 0px;
}
#footer .tousite a {
	font-size: 13px;
	color: #000066;
}

#footer .researved {
	text-align: center;
	color: #000066;
	font-size: 13px;
	padding: 10px 5px 5px 5px;
}
#footer .researved a {
	color: #000066;
}