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

	/* background: #FFF; */
}

/* 白背景。メイン(テキスト部分)のみ。 */
/* 上部と下部のラインは layout.css に記載。 */
/* 値の変更は height のみで対応可。 */
.eventBox_2_1{
	width:20px;
	height:570px;
	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;
}

/* メッセージ部分 */
.eventBox_2_2{
	width:776px;
	height:550px;
	padding:20px 0px 0px 0px;
	background:#fff;
	/* background:#ff0000; */

	float:left;
}

.eventBox_2_3{

	width:15px;
	height:570px;
	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;
}

/* TOP画像：左側 */
.event03_l{
	width:415px;
	height:213px;
	padding:10px 0px 0px 12px;
	float:left;
	
	/* background:#ff0000; */
}

/* TOP画像：右側 */
.event03_r{
	width:412px;
	height:213px;
	padding:10px 0px 0px 0px;
	float:left;
	
	/* background:#3300ff; */
}

/* テキスト内容 */
.event04{
	height:440px;
	
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:0.3em;
	color:#000;
	/* border-bottom:1px #000 solid; */
	text-align:left;
	
	padding:0px 0px 0px 5px;

	/* background:#ff0000; */
}

/* 応募条件を強調 */
.event05{
	font-size:1.5em;
	line-height:1.8em;
	letter-spacing:0.2em;
	font-weight: bold;
	color:#000;
}

/* TABLE背景 */
.event06{
	background-image:url(../img/event/event_ojii02.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.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; */
}

.h30{
	margin:30px 0px 0px 0px;
}

.h60{
	margin:60px 0px 0px 0px;
}
