@charset "UTF-8";
@import url("../j/common/css/common.css");

body {
	background: #000;
}

#headerArea {
	width: 100%;
	height: 118px;
	background: #E30202 url(../image/header_bg.gif) repeat-x left bottom;
	border-bottom: solid 20px #000;
}

#headerArea #header {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 23px;
	left: 0;
}

#contents {
	background: #FFF;
	padding: 60px 0;
}

#contents ul li {
	display: inline;
	margin: 0 20px;
}

#footer {
	width: 100%;
	height: 57px;
	background: url(../j/common/images/footer_bg_01.gif) repeat-x left bottom;
}

#footer .copy {
	color: #FFF;
	line-height: 57px;
}



