@charset "utf-8";

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

/* 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; }

/* slider */
.header ul.slide { overflow: hidden; }
.header ul.slide li {
  width: 960px;
  height: 320px;
  float: left;
}

.header .pager {
	margin-top: 19px;
	text-align: center;
}
.header .pager img { display: inline; }
.header .pager a {
	display: inline-block;
	width: 30px;
	height: 11px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/top/circle.png) no-repeat center;
}
.header .pager a.selected { background-image: url(../images/top/circle_current.png); }

