* {
margin:0;
padding:0;
}

img { border: none; }

body {
	background-image: url(../img/BG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}


#head_warapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	}

#warapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	border: solid 1px;
	color: #5B3932;
	background-color: #FFFFFF;
	}

#report1 {
	width: 410px;
	margin: 150px 30px 0px 358px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

#report-left {
	width: 360px;
	margin: 60px 10px 0px 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

#report-right {
	width: 380px;
	margin: 60px 20px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

/* 基本---------------------- */

H1 {
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	margin-bottom: 0px;
	font-size: 12px; line-height: 150%;
	}

H2 {
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	margin-bottom: 0px;
	font-size: 12px; line-height: 130%;
	}

/* クラス指定---------------------- */

A.yellow:link { color: #ffff00; }
A.yellow:visited { color: #ffff00; }
A.yellow:hover { color: #ffff00; }
A.yellow:active { color: #ffff00; }

A.green:link { color: #669933; }
A.green:visited { color: #669933; }
A.green:hover { color: #669933; }
A.green:active { color: #669933; }

.fs-12 { font-size: 12px; line-height: 130%; }
.fc-white { color: #FFFFFF; }

