@charset "utf-8";
/* CSS Document */
@import "news.css";

div#flash { margin-bottom: 11px;}

div#sub { padding-bottom: 0;}

div#sub ul {
	margin-bottom: 10px;
}

div#contents {
	width: 655px;
	padding: 0px;
}

div#contents div#whatsArea {
	position: relative;
}

div#contents div#whatsArea ul {
	position: absolute;
	top: 13px;
	right: 5px;
}

div#contents div#whatsArea ul li {
	display: inline;
	background-image: none;
	padding-left: 0px;
	margin-left: 15px;
}

div#contents div#whatsArea ul li#more a {
	background-image: url(../img/more_arrow.gif);
	background-position: left 0.4em;
	background-repeat: no-repeat;
	padding-left: 13px;
}

div#contents h2 {
	clear: both;
	background-image: none;
	border: none;
	border-bottom: 1px solid #6694B9;
	padding: 13px 5px 0px 4px;
	margin-bottom: 0px;
	_height: 22px;
	min-height: 22px;
}

