/* イベント｜
------------------------------------------------------------*/

#title {
	position: relative;
	width: 630px;
	height: 240px;
}

#title #message {
	position: absolute;
	width: 250px;
	left: 370px;
	top: 160px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5;
}


#info table {
	width: 630px;
}

#info table td {
	vertical-align: top;
	padding-top: 20px;
}

