@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	text-shadow:0 1px 0 #fff;
}


#wrapper{
	width:820px;
	margin:auto;
}

#content {
	margin:0;
	padding:0;
	background:url(images/bgpaper.png) repeat-y;
}

#cover { padding:10px 35px;}

h3 { font-style:normal; font-weight:normal}

p { font-size:90%;}

.smaller { font-size:smaller;}
.report { width:50%; float:left}