/*　基本構造　*/

body {
	background-color: #d1e2aa;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	}
	
div#wrapper{
	width: 709px;
	background: url(../images/bg-middle.jpg) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

div#head{
	width: 709px;
	margin: 0 auto;
	padding: 0;
	}
	
div#head h1{
	margin: 0;
	padding: 0 0 20px 0;
	}
	
/*　最新レポート　*/

div#new{
	margin: 20px auto;
	}
	
div#report_area p{
	padding-left:20px;
	}
	
/* 参加メンバー　*/

div#member{
	margin: 30px auto;
	}
	
/*　フッタ　*/

div#foot{
	margin: 20px auto 0 auto;
	height: 150px;
	background: url(../images/bg-bottom.jpg) no-repeat center top;
	}
	
/*　リンク　*/

a:link{
	color: #5c9203;
	text-decoration: none;
	}
	
a:visited{
	color: #95a180;
	text-decoration: none;
	}

a:hover{
	color: #ff7f02;
	text-decoration: none;
}

/*　フォントサイズ　*/

.text10px{
	font-size: 10px;
	}
	
.text12px{
	font-size: 12px;
	}
	
.title_new{
	font-weight: bold;
	color: #0d823c;
	}
	
.title_report{
	font-weight: bold;
	color: #0d823c;
	font-size: 12px;
	}
	
/*　レポート背景　*/

.chef_top,.sugano_top,.yamaguchi_top,.kinoshita_top,.ayako_top,.yae_top,.mogi_top,.torii_top,.other_crew_top{
	background:url(../images/report-top.jpg) no-repeat center top;
	height: 15px;
}

.chef_middle,.sugano_middle,.yamaguchi_middle,.kinoshita_middle,.ayako_middle,.yae_middle,.mogi_middle,.torii_middle,.other_crew_middle{
	background:url(../images/report-middle.jpg) repeat-y center top;
}

.chef_bottom,.sugano_bottom,.yamaguchi_bottom,.kinoshita_bottom,.ayako_bottom,.yae_bottom,.mogi_bottom,.torii_bottom,.other_crew_bottom{
	background:url(../images/report-bottom.jpg) no-repeat center top;
	height: 15px;
}

.dokusha_top{
	background:url(../images/dokusha-top.jpg) no-repeat center top;
	height: 15px;
}

.dokusha_middle{
	background:url(../images/dokusha-middle.jpg) repeat-y center top;
}

.dokusha_bottom{
	background:url(../images/dokusha-bottom.jpg) no-repeat center top;
	height: 15px;
}