@charset "UTF-8";

/* CSS Document */

html, body { height: 100%; }
#wrapperOuter, #wrapper { min-height: 100%; }
*html #wrapperOuter, *html #wrapper { min-height: 100%; }


body { 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	background: #EFECE1 url(../images/back_top.gif) center top repeat-x;
}

#wrapperOuter {
	width: 100%;
	background: url(../images/back_bottom.gif) fixed center bottom repeat-x;
}

*html #wrapperOuter { background: url(../images/back_bottom.gif) center bottom repeat-x; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/back.gif) left 10px no-repeat;
	position: relative;
	text-align: left;
}

#header {
	position: relative;
	z-index: 50;
	padding-top: 10px;
	padding-left: 20px;
	width: 880px;
}

#container {
	width: 880px;
	padding: 0 0 65px 20px;
}

*html #container { padding-bottom: 20px; }

#primary {
	float: right;
	width: 640px;
}

#primary a { text-decoration: underline; }
#primary a:hover { text-decoration: none; }

#secondary {
	float: left;
	width: 220px;
	position: relative;
	z-index: 50;
	font-size: 0.9em;
}

#footer {
	width: 100%;
	height: 40px;
	padding: 5px 0;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #000;
	font-size: 0.9em;
}

*html #footer { position: static; bottom: 0; }

#footerContents {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/footer_back.gif) left center no-repeat;
}

/*
=================================================
	header
=================================================
*/

#header h1 { padding: 15px 10px; background: url(../images/logo_back.gif) left top no-repeat; }

/*
=================================================
	secondary
=================================================
*/

#japanese, #navi li {
	filter: alpha(style=1,opacity=80,finishopacity=80);
	-ms-filter: "alpha(style=1,opacity=80,finishopacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#japanese { width: 220px; height: 26px; }
#japanese a { width: 100%; height: 100%; display: block; background: url(../images/bt_japanese.gif) left top no-repeat; text-indent: -9999px; }
#japanese a:hover { background-position: right top; }

#navi { background: url(../images/navi_bottom.gif) center bottom no-repeat; padding-bottom: 15px; }

#navi li { width: 220px; min-height: 37px; float: left; }

#navi li a {
	background: #FFF url(../images/navi_point.gif) 10px center no-repeat;
	width: 190px;
	line-height: 37px;
	display: block;
	color: #000;
	padding: 0 9px 0 19px;
	border-left: 1px solid #EFECE1;
	border-right: 1px solid #EFECE1;
	border-bottom: 1px solid #EFECE1;
}

#navi li a:hover, #navi li a.naviOn { background: #039 url(../images/navi_point_on.gif) 10px center no-repeat; color: #FFF; }

#leftBanner li { margin-top: 15px; text-align: center; }


/*
=================================================
	footer
=================================================
*/

#footer #banner li { float: left; margin-right: 20px; }
#footer #banner li a { display: block; }
#footer #banner li a:hover img { visibility: hidden; }
#footer .copyRight { float: right; line-height: 40px; }
