#main{
	width: 850px;
	height:1500px;

	/* background: #FFF; */
}

/* 白背景。メイン(テキスト部分)のみ。 */
/* 上部と下部のラインは layout.css に記載。 */
/* 値の変更は height のみで対応可。 */
.reportBox_2_1{
	width:20px;
	/* height:1810px; */
	height:1310px;
	padding:0px 0px 0px 17px;
	background-image:url(../img/white01_2_1.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
	/* background:#ff0000; */
	
	font-size:0.1em;
	line-height:0.1em;
	letter-spacing:0.1em;
	color:#fff;

	float:left;
}

/* メッセージ部分 */
.reportBox_2_2{
	width:776px;
	/* height:1810px; */
	height:1310px;
	padding:0px 0px 0px 0px;
	background:#fff;
	/* background:#ff0000; */

	float:left;
}

.reportBox_2_3{

	width:15px;
	/* height:1810px; */
	height:1310px;
	padding:0px 0px 0px 0px;

	background-image:url(../img/white01_2_2.gif);
	background-repeat:repeat-y;
	background-position:right bottom;

	font-size:0.1em;
	line-height:0.1em;
	letter-spacing:0.1em;
	color:#fff;
	
	float:left;
}

/* レポート本文 */
.report01{
	width:776px;
	height:100px;
	padding:10px 0px 0px 0px;
	font-size:0.75em;
	line-height:1.5em;
	letter-spacing:0.2em;
	color:#000;
	text-align:center;
	
	/* background:#ff0000; */
}

.report02{
	width:506px;
	height:270px;
	padding:10px 0px 0px 270px;

	/* background:#3300ff; */
}

.report03{
	width:750px;
	height:600px;
	padding:10px 10px 0px 16px;
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.2em;
	color:#000;
	
	/* background:#ff0000; */
}

.report04{
	width:750px;
	height:190px;
	padding:10px 10px 0px 16px;
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.2em;
	color:#000;
	
	/* background:#3300ff; */
}

.submenu{
	width:735px;
	height:30px;
	padding:10px 0px 0px 115px;
	font-size:0.8em;
	line-height:2em;
	letter-spacing:0.2em;
	color:#fff;
	
	/* background:#3300ff; */
}