/* CSS Document */

#mainPhoto{
	background:url(/top/img/photo_Top.jpg) no-repeat;
	width:998px;
	height:498px;
	display:table;
}

#information{
	margin:30px;
}

#information h2{
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}

#information dl dt{
	float:left;
	clear:left;
	margin:0 10px 0 0;
	font-weight:bold;
	line-height:180%;
}

#information dl dd{
	line-height:180%;
}