@charset "utf-8";

/* header */
.header { height: 452px; }

/* content */
.content { padding-top: 20px; }
.main {
	width: 731px;
	float: left;
}
.sub {
	width: 214px;
	float: right;
}

/* news & information */
.main table {
	width: 731px;
	border-bottom: solid 1px #afb3d1;
	margin: 10px 0 22px;
}
.main th, .main td {
	padding: 7px 0 7px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
}
.main th {
	background: url(../images/arrow.gif) no-repeat left 13px;
	white-space: nowrap;
}
tr.btm th, tr.btm td { padding-bottom: 18px; }
.new {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	color: red;
}

/* logo */
.sub ul {
	padding: 10px 0 20px 5px;
	margin-right: -5px;
}
.sub li {
	padding: 0 5px 5px 0;
	float: left;
}
.sub li img { display: block; }
