/* CSS Document */
#main #message {
	margin-bottom: 100px;
}
#main #message h2 {
	background: url(img/title_messgae.gif) no-repeat;
	height: 58px;
	width: 418px;
	text-indent: -9999px;
	margin-bottom: 25px;
}
#main #message #intro1,#message #intro2 {
	height: auto;
	width: 500px;
}
#main #message #intro1 {
	margin-bottom: 80px;
}
#main #news {
	margin-bottom: 100px;
}

#main #news h3 {
	background: url(img/title_news.gif) no-repeat;
	height: 58px;
	width: 418px;
	text-indent: -9999px;
	margin-bottom: 25px;
}
#main #news #body {
	width: 500px;
	height: 400px;
	overflow: auto;
}
#main #news #body #entry {
	width: 480px;
	background: url(img/dot.gif) repeat-x left bottom;
	padding-bottom: 7px;
}
#main #news #body #entry .date {
	display: block;
	padding-left: 6px;
	border-left: 5px solid #A89F67;
	font-size: 13px;
	font-weight: 600;
}

#main #info {
	margin-bottom: 100px;
}

#main #info h3 {
	background: url(img/title_info.gif) no-repeat;
	height: 58px;
	width: 418px;
	text-indent: -9999px;
	margin-bottom: 25px;
}
#main #info p {
	margin-bottom: 15px;
}
#main #info th {
	width: 80px;
}
#main #info th,#info td {
	padding-top: 3px;
}
