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

h1 {
	margin: 0px 0px 9px;
}

div#main {
	float: none;
	width: 900px;
	padding: 0px;
	background-image: none;
}

div#contents {
	background-image: none;
	float: left;
	width: 880px;
	padding: 0px 10px;
	_height: 300px;
	min-height: 300px;
	position: relative;
}

div#brand {
	clear: both;
	padding-bottom: 18px;
	margin-bottom: 8px;
	background-image: url(../img/bg_brand.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.newsArea {
	float: left;
	width: 286px;
	margin-right: 14px;
}

div#shortcut {
	float: right;
	width: 279px;
}

div#section {
	border: 1px solid #E7E7E7;
	border-top: none;
	padding: 6px 0px 1px;
	margin-bottom: 8px;
}

div#section div {
	margin-bottom: 5px;
	text-align: center;
}

/* ===== What's New ===== */
div.newsArea table { margin-bottom: 0px;}

div.newsArea td img { margin: 2px 0px 0px 2px;}

div.newsArea td.photo {
	text-align: right;
	width: 55px;
}

div.newsArea td.photo img { border: 1px solid #E1E1E1; margin: 0;}

div#contents div.newsArea p { margin-bottom: 0px;}

div#contents div.newsArea p.more {
	text-align: right;
	margin-top: 5px;
}

div#contents div.newsArea p.more a {
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}