@charset "UTF-8";

/*formatting style----------------------*/

* {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}
body {
	font-size: 85%;
	line-height: 1.7;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 620px;
}
hr {
	display: none;
}


/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #264E9D;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}.news {
	padding: 0px;
	width: 610px;
	margin-top: 10px;
}
.news_event {
	background-image: url(news_img/m_event.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 590px;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 20px;
	background-position: left;
	margin-top: 10px;
}
.news_stay {
	background-image: url(news_img/m_stay.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 590px;
	margin-left: 0px;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 20px;
	background-position: left;
	margin-top: 10px;
}
.news_other {
	background-image: url(news_img/m_other.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 590px;
	margin-left: 0px;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 20px;
	background-position: left;
	margin-top: 10px;
}
