@import "right_menu.css";

#top_image {
	width:800px;
	height:282px;
	background:url('images/home/home_image.jpg') no-repeat 0 0;
}

#contents h2 {
	width:550px;
	height:22px;
	text-indent:-999em;
}

#update_info h2 {
	background:url('images/home/update_info.gif') no-repeat 0 0;
}

#news_info h2 {
	background:url('images/home/news.gif') no-repeat 0 0;
}

#update_info ul,
#news_info ul {
	margin-left:10px;
	margin-right:10px;
}
#update_info li,
#news_info li {
	border-bottom:1px solid #EFECE0;
}
#update_info li .date,
#news_info li .date {
	width:6em;
	margin-right:-6em;
	float:left;
	text-align:center;
	display:block;
}

#update_info li .desc,
#news_info li .desc {
	padding-left:6em;
	float:left;
	display:block;
}

