/*　基本構造　*/

body{
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　フォント*/

.text12px{
	font-size: 12px;
	}
	
/*　メイン　*/

.report_set{
	margin: 30px auto;
	}
	
.comment{
	padding-top:30px;
	}
	
	.title_report{
	color: #2ac265;
	font-weight: bold;
	font-size: 12px;
	}
	
.title_new{
	color: #2ac265;
	font-weight: bold;
	font-size: 14px;
	}
	
	.text10px{
	font-size: 10px;
	}
	
/*　リンク　*/

a:link{
	color: #5c9203;
	text-decoration: none;
	border: none;
	}
	
a:visited{
	color: #95a180;
	text-decoration: none;
	border: none;
	}

a:hover{
	color: #ff7f02;
	text-decoration: none;
	border: none;
}

.date { color: #3b3b3b; font-size: 10px; line-height: 12px; }
.title { color: #00a0c6; font-size: 16px; line-height: 20px; }