* {
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: 430px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #FFFFFF;
	}

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

#report-right {
	width: 430px;
	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: #ccff00; }
A.yellow:visited { color: #ccff00; }
A.yellow:hover { color: #ccff00; }
A.yellow:active { color: #ccff00; }

A.pink:link { color: #FFCCFF; }
A.pink:visited { color: #FFCCFF; }
A.pink:hover { color: #FFCCFF; }
A.pink:active { color: #FFCCFF; }

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

