@charset "utf-8";

/* =======================================

	Structure CSS

========================================== */


#header {
	background: #FFFFFF url(../../images/base/bg_header.jpg) repeat-x left top;
	padding-top: 30px;
	height:96px;
}

#NaviArea {
	background: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
#contents {
}

#footer {
	clear: both;
	background: #CC0000;
}