body {
	background-color: #000000;
}

/* subnav */
#subnav {
	height: 30px;
	margin-top: 15px;
	padding-left: 30px;
	background: url(../../image/common/bg_subnav.gif) repeat-y;
}
#subnav .link {
	float: left;
	padding-top: 9px;
	margin-right: 30px;
}
#subnav a {
	color: #FF3300;
	letter-spacing: 1px;
}

/* body */
#body {
	margin-top: 20px;
}
#body .item {
	margin-bottom: 12px;
}

/* footer */
#footer {
	clear: both;
	color: #DDDDDD;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px dotted #EEEEEE;
}
#footer a {
	color: #DDDDDD;
}
#copyright {
	color: #CCCCCC;
}
