@charset "UTF-8";
/* base stylesheet */
body {
	background: url(../images/body_bg.jpg) repeat;
}

#header_keys_container {
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding: 4px 0 3px 0;
}
	
#header_keys {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #cecece;
}

#header_keys strong {
	display: block;
	width: 900px;
	color: #cecece;
	text-align: left;
	margin: 0 auto;
	line-height: 1.1;
	font-weight: normal;
}

#header_keys h1,
#header_keys h4 {
	display: inline;
}

#wrapper {
	background: #202020 url(../images/bg.jpg) top repeat-x;
}
	
#top_container {
	width: 100%;
	background: url(../images/top_bg.jpg) top center no-repeat;
}

/*--------------------------
contents
--------------------------*/
#contents {
	width: 900px;
	margin: 0 auto;
	background: url(../images/contents_bg.gif) repeat-y;
}

/*--------------------------
main
--------------------------*/
#contents #main {
	width: 660px;
	float: right;
	position: relative;
}

#main #top_visual {
	margin-bottom: 15px;
}

#main .main_body {
	padding: 0 25px;
	margin-bottom: 15px;
	color: #cccccc;
}

/*--------------------------
side
--------------------------*/
#contents #side {
	width: 210px;
	padding: 15px;
	float: left;
	color: #cecece;
}

#side #logo {
	margin-bottom: 40px;
}

#side ul {
	list-style: none;
}

#side ul li {
	display: block;
	line-height: 1;
	font-size: 1px;
	margin-bottom: 13px
}

/*--  back top --*/
#backtop {
	clear: both;
	text-align: right;
}

#backtop a {
	display: block;
	width: 660px;
	height: 30px;
	float: right;
}

/*--------------------------
global navigation
--------------------------*/
#gnavi_container {
	width: 100%;
	height: 31px;
	background: url(../images/gnavi_bg.jpg) repeat-x;
	color: #cecece;
	line-height: 1;
	margin-bottom: 10px;
}

#gnavi_container #gnavi {
	width: 900px;
	height: 31px;
	margin: 0 auto;
}

#gnavi ul {
	list-style: none;
	padding: 6px 0 0 0;
}

#gnavi ul li {
	display: inline;
	line-height: 1.1;
}

/*--------------------------
footer
--------------------------*/
#footer_container {
	clear: both;
	width: 100%;
}

#footer_container #footer {
	width: 900px;
	margin: 0 auto;
	color: #cecece;
}

