@charset "UTF-8";
/* base stylesheet */

body {
	background: url(../images/body_bg.gif) repeat;
}

/*--------------------------
header
--------------------------*/
#header_container {
	width: 100%;
	height: 55px;
	border-bottom: solid 1px #d1d1d1;
	background-color: #ffffff;
}

#header_container #header {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#header_container #header #logo {
}

#header_container #header #name {
	margin-top: 35px;
	float: right;
}

/*--------------------------
main image
--------------------------*/
#top_container {
	width: 100%;
	height: 360px;
	border-bottom: solid 1px #d1d1d1;
	background: url(../images/body_bg.gif) repeat;
}

#top_container #top {
	width: 860px;
	height: 360px;
	margin: 0 auto;
	line-height: 100%;
	border-bottom: none;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}

* html #top_container #top {
	margin-bottom: -2px;
}

/*--------------------------
global navigation top page only
--------------------------*/
#navi_container {
	width: 100%;
	height: 58px;
	border-bottom: solid 1px #d1d1d1;
	background: #ffffff;
}

#navi_container #navi {
	width: 860px;
	margin: 0 auto;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}

#navi ul {
	list-style: none;
}

#navi ul li {
	display: inline;
	float: left;
}

#navi ul li a {
	display: block;
	width: 215px;
	height: 58px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*--------------------------
global navigation
--------------------------*/
#gnavi_container {
	width: 100%;
	border-bottom: solid 1px #d1d1d1;
	background: #ffffff;
}

#gnavi_container #gnavi {
	width: 860px;
	margin: 0 auto;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}

#gnavi ul {
	list-style: none;
}

#gnavi ul li {
	display: inline;
	width: 265px;
	padding: 10px;
	text-align: center;
	float: left;
	border-right: solid 1px #d1d1d1;
	line-height: 1.6;
}

#gnavi ul li.gnavi03 {
	border-right: none 0px;	
}
#gnavi ul li.gnavi04 {
	display:none;
}


/*--------------------------
sub navigation
--------------------------*/
#sub_navi_container {
	width: 100%;
	height: 58px;
	border-bottom: solid 1px #d1d1d1;
	background: #ffffff;
}

#sub_navi_container #sub_navi {
	width: 860px;
	margin: 0 auto;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}

#sub_navi ul {
	list-style: none;
}

#sub_navi ul li {
	display: inline;
	float: left;
}

* html #sub_navi ul li {
	margin-bottom: -3px;
}
/*--------------------------
footer
--------------------------*/
#footer_container {
	width: 100%;
	border-bottom: solid 1px #d1d1d1;
	background: #ffffff;
}

#footer_container #footer {
	width: 840px;
	margin: 0 auto;
	padding: 10px;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
	background: url(../images/marker_arrow_r.gif) no-repeat left center ;
	text-indent: 10px;
}

#footer ul li a {
	color: #4a4a4a;
}

#footer ul li a:hover {
	color: #8a8a8a;
}

#footer #copyright {
	margin: 3px 0 0 0;
	float: right;
}