/* structure */
#main {
	width: 580px;
	float: left;
}
#sub {
	width: 160px;
	float: right;
}

/* boxes */
.main-box {
	background: url(../images/frame_m_btm.gif) no-repeat bottom;
	padding-bottom: 7px;
}
.column-left { width: 260px; }
.column-right { width: 260px; }

/* texts */
h3 { margin-bottom: 7px; }
h3.first {
	background: url(../images/frame_m_top.gif) no-repeat top;
	padding-bottom: 5px;
}
h3 img { border: none; }
h3.first img { border-bottom: 1px solid #ffcc00; }
.main-box-inner p { margin-bottom: 10px; }
.column h4 { margin-bottom: 5px; }

/* definition list */
.main-box-inner dl { margin: 0 0 20px; }

/* information area */
#sub p {
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
#sub img { margin-bottom: 5px; }
.side-info {
	background: url(../images/frame_s_bg.gif) repeat-y;
	margin-bottom: 30px;
}
.side-info h4 {
	background: url(../images/frame_s_top.gif) no-repeat top;
	padding: 17px 10px 8px;
}
#sub .side-info h4 img {
	border-bottom: 1px solid #ffcc00;
	margin-bottom: 0;
}
.side-info-inner {
	background: url(../images/frame_s_btm.gif) no-repeat bottom;
	padding: 0 10px 7px;
}
#sub .side-info-inner p {
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 10px;
}
