@charset "Shift_JIS";

/* reset */
img {vertical-align: bottom;}

html {height:100%;}
body {
	height:100%;
	background: url(../images/bg.gif);
	color:#ffffff;
	text-align: center;
	line-height: 1;
}

/* header */
#spHeader {
	background: #ffffff;
	height: 43px;
}
#spHeader h1 {
	width: 217px;
	float: left;
	background: #ffffff;
}
#spHeader p.spTagline {
	width: 210px;
	float: right;
}

#container { 
	width:978px;
	margin: 0 auto;
}
#contents {
	position: relative;
	height: 350px;
	padding: 38px 50px;
	background: #232227 url(../images/contents_bg.jpg) repeat-x left top;
}
#nav {
	float: left;
	width: 287px;
}
#nav ul li {
	margin-bottom: 4px;
}
#nav ul li.separator {
	margin-bottom: 0;
	padding-bottom: 14px;
	background: url(../images/line.gif) no-repeat left bottom;
}
#nav ul li.lastChild {
	margin-bottom: 0;
}
#main {
	float: right;
	width: 570px;
}
.banner {
	position: absolute;
	left: 50px;
	bottom: 39px;
}

/* footer */
#spFooter p.spBnr {
	padding: 7px;
	background: #ffffff;
	list-style: none;
}

#spFooter p.spTitle {
	float: left;
}

#spFooter p.spCopy {
	float: right;
}

/* common module */
#spHeader:after,
#contents:after,
#spFooter:after,
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
#spHeader,
#contents,
#spFooter,
.clearfix {zoom: 1;}