@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	background-color:#FFF;
	line-height:140%;
	text-align:center;
	font-size:80%;
}
a {
	color:#336666;
}
a:hover {
	color:#993333;
	text-decoration: none;	
}
img {
	border:0;
}

/* news */
#news {
	width:430px;
	margin:0 auto;
	text-align:left;
}
dl {
	margin:0 10px;
}
dt {
	font-weight:bold;
	padding:10px 0 0 0;
}
dd {
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #CCC;
}

/* news pop */
#news_pop {
	width:400px;
	height:290px;
	_height:300px;
	border-top:5px solid #2D5F19;
	border-bottom:5px solid #2D5F19;
	text-align:left;
}
p {
	margin:10px;
}
.close {
	position:absolute;
	top:270px;
	left:160px;
	display:block;
	width:80px;
	height:20px;
	text-indent:-9999px;
	overflow: hidden;
	background:url("../../news/images/btn_close.gif") top left no-repeat;
}