/* structure */
#flash {
	width: 960px;
	height: 380px;
}
#main {
	width: 620px;
	float: left;
}
#sub {
	width: 300px;
	float: right;
}

/* update information */
.update-title {
	background: url(../images/top/frame_top.gif) no-repeat top;
	padding: 15px 15px 0;
}
.update-title-inner { border-bottom: 1px solid #ffcc00; }
.update-title-inner h2 {
	width: 200px;
	float: left;
}
.link {
	width: 200px;
	float: right;
	text-align: right
}
.main-box {
	background: url(../images/top/frame_btm.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 19px;
}
.main-box-inner {
	border: solid #deded7;
	border-width: 0 1px;
	padding: 0 14px;
}
.main-box-inner table { border: none; }
.main-box-inner th, .main-box-inner td {
	border-top: 1px dashed #dfdfdf;
	padding: 5px 0;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.first th, .first td {
	border: none;
	padding-top: 10px;
}
.main-box-inner th { white-space: nowrap; }
.main-box-inner td { padding-left: 7px; }

/* small column */
.small-column {
	width: 620px;
	padding-bottom: 15px;
	background: url(../images/line.gif) repeat-x bottom;
	margin-bottom: 20px;
}
.small-column-first {
	width: 300px;
	float: left;
}
.small-column-second {
	width: 300px;
	float: right;
}
.small-column h2 { margin-bottom: 7px; }
.small-column p { font-size: small; }
.guide { text-align: right; }

/* sub column */
#sub { background: url(../images/top/frame_sub_bg.jpg) repeat-x; }
#sub h2 {
	background: url(../images/top/frame_sub_top.jpg) no-repeat top;
	padding: 15px 10px 4px;
}
#sub h2 img { border-bottom: 1px solid #ffcc00; }
.sub-inner {
	padding-bottom: 17px;
	background: url(../images/top/frame_sub_btm.gif) no-repeat bottom;
}
.group {
	border: solid #cecebd;
	border-width: 0 1px;
	padding: 0 9px;
}
.group-inner {
	padding: 10px 0;
	border-bottom: 1px solid #9a9a9a;
}
.end {
	padding-bottom: 0;
	border-bottom: none;
}
.group-inner p {
	width: 170px;
	float: left;
	font-size: small;
}
.bnr {
	width: 90px;
	float: right;
}
.group-inner p a {
	color: #7f7f5f;
	text-decoration: none;
}
.group-inner p a:hover { text-decoration: underline; }
.bnr a img { border: 1px solid #dedede; }
.bnr a:hover img { border: 1px solid #ffcc00; }

/* added styles */
.banner {
	width: 940px;
	margin: 15px 0 10px 10px;
}
.banner img {
	display: block;
	float: left;
	margin-right: 20px;
}
