
/*--------------------------黒板くんGO---------------------------------*/

.go-wrapp{
	background-image:url(../../report/img/schedule-bg.jpg);
	background-repeat:no-repeat;
	height:112px;

	margin:auto;
}

.go-main{
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;

	
}

.go-main_last{
	background-image:url(../img/main_bg_last.jpg);
	background-repeat:repeat-y;
	margin:auto;
	height:23px;

	
}

.go-main .textarea {
	text-align:left;
	width:630px;
	margin:0 auto;
	line-height:130%;
	font-size:15px;
	padding-top:15px;
}

/*見出し*/
.go-wrapp .title{
	clear:both;
	padding-top:27px;
	width:573px;
	margin:auto;
}
