@charset "UTF-8";

/*初期化==============================*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 90%;
	font-family: 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6em;
	border-top: 5px solid #1C4FAB;
}
html,body {
	height: 100%;
}

input, textarea { font-size: 100%; }
img { border: 0; }
a { outline : 0; text-decoration:none; }
a:hover { text-decoration: underline; }

hr,div.hr {
	clear: both;
	border: 0;
	height: 2px;
	background: White url(../img/hr_x.gif) repeat-x;
	color: white;
	margin: 10px 0;
}

/*全体==============================*/

#main{
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/*ヘッダ==============================*/

#header{
	position: relative;
	width: 900px;
	height: 45px;
}

#header h1{
	position: absolute;
	top: 5px;
	left: 5px;
}

#header ul li#faq{
	position: absolute;
	top: 15px;
	left: 565px;
	list-style: none;
	font-size: small;
}

#header ul li#home {
	position: absolute;
	top: 15px;
	left: 655px;
	list-style: none;
	font-size: small;
}

#header ul li#profile {
	position: absolute;
	top: 15px;
	left: 748px;
	list-style: none;
	font-size: small;
}

#header ul li#sitemap {
	position: absolute;
	top: 15px;
	left: 810px;
	list-style: none;
	font-size: small;
}

#report{
	position: absolute;
	top: 68px;
	left: 690px;
	list-style: none;
}

/*コンテンツ==============================*/

#contents{
	position: relative;
	background-color: #FFFFFF;
}
.innerBoxs {
	margin: 0 50px;
}

/*フッター==============================*/

#footer{
	clear: both;
	background-image: url(../img/footer.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: small;
}

#footer address {
	font-size: x-small;
}

