* {
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: #000000;
	}

#report-left {
	width: 325px;
	margin: 30px 0px 0px 45px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #FFFFFF;
	}

#report-right {
	width: 385px;
	margin: 45px 45px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #FFFFFF;
	}

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

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: #ffcc00; }
A.yellow:visited { color: #ffcc00; }
A.yellow:hover { color: #ffcc00; }
A.yellow:active { color: #ffcc00; }

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

