@charset "UTF-8";
/* CSS Document */

#news_title {
	background: url(../images/news_title.gif);
	text-indent: -9999px;
	height: 30px;
	width: 600px;
	margin-top: 30px;
}

#news {
	height: 290px;
	width: 600px;
	overflow: auto;
	margin-bottom: 50px;
}

#news_top {
	margin-top: 15px;
}

#news dt {
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
	width: 80px;
	float: left;
}

#news dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
	float: left;
	width: 500px;
}

#btn_member a {
	display: block;
	background: url(../images/btn_login.gif);
	height: 70px;
	width: 180px;
	text-indent: -9999px;
	overflow: hidden;
}

#btn_member a:hover {
	background: url(../images/btn_login.gif) 0px -70px;
}

#btn_profile {
	margin-top: 10px;
	border-top: 2px dotted #007DB9;
	border-bottom: 2px dotted #007DB9;
}

#btn_profile a {
	display: block;
	background: url(../images/btn_profile.gif) no-repeat 0px 0px;
	height: 40px;
	width: 180px;
	text-indent: -9999px;
	overflow: hidden;
}

#btn_profile a:hover {
	background: url(../images/btn_profile.gif) no-repeat 0px -40px;
}
