* {
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: 333px;
	margin: 80px 45px 0px 420px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

#report2 {
	width: 700px;
	margin: 10px 45px 0px 45px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}
	
#report-left {
	width: 325px;
	margin: 80px 10px 0px 45px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

#report-right {
	width: 345px;
	margin: 80px 45px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #5B3932;
	}

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

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

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

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


.fs-12 { font-size: 12px; line-height: 130%; }
.fc-pink {
	color: #CC0099;
	font-weight: bold;
	}

