@charset "UTF-8";
/* CSS Document */
#contents #mainContents {
	background-image: url(../images/news.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents #mainContents #news {
	margin-top: 15px;
	margin-left: 16px;
	width: 550px;
}
#mainContents     dl#newsTxt    {
	margin-left: 16px;
	margin-top: 5px;
	width: 550px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #5B475A;
	line-height: 2em;
}
#mainContents #newsTxt dt {
	float: left;
	width: 115px;
	clear: left;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 98% 60%;
}
#page #contents #mainContents #newsTxt dd {
	text-decoration: none;
}
#mainContents a {
	color: #5B475A;
}
#mainContents a:hover {
	color: #000000;
}
