@charset "UTF-8";

/*初期化==============================*/

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #EDE3D1;
	color: #333333;
	font-size: 90%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6em;
}
html,body {
	height: 100%;
}

input, textarea{ font-size: 100%; }
img{ border: none }

a { outline : 0;}
a:link { color: #8FB45A; }
a:visited { color: #998C35; }

br.clear{ clear: both; }


/*全体==============================*/

#main{
	position: relative;
	width: 900px;
	height: 100%;
	background-image: url(../img/stripe.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/*ヘッダ==============================*/

#header{
	position: relative;
	width: 900px;
	height: 120px;
	background-color: #444337;
	background-image: url(../img/stripe.png);
	background-position: top;
	background-repeat: no-repeat;
}

#header h1{
	position: absolute;
	top: 65px;
	left: 30px;
}

#home{
	position: absolute;
	top: 25px;
	left: 651px;
	list-style: none;
}

#sitemap{
	position: absolute;
	top: 25px;
	left: 754px;
	list-style: none;
}

#report{
	position: absolute;
	top: 68px;
	left: 680px;
	list-style: none;
}


/*コンテンツ==============================*/

#contents{
	position: relative;
	background-color: #FFFFFF;
}


/*フッター==============================*/

#footer{
	width: 900px;
	background-image: url(../img/stripe.png);
}

#footer ul{
	padding: 5px 0;
	text-align: center;
	font-size: 85%;
	background-color: #FFFFFF;
}

#footer li{
	display: inline;
}

#footer li a{
	margin: 0 0.8em;
}

#footer address{
	margin-top: 10px;
	padding-bottom: 40px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}

#footer p.pow{
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
}
