@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++++++
		global
+++++++++++++++++++++++ */

body {
	font-size:12px;
	color:#333;
	line-height:1.6;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}

/* +++++++++++++++++++++++
		header
+++++++++++++++++++++++ */

#header{
	background: url(../img/header_bg001.jpg) repeat-x;
	height: 89px;
}
#header .inner{
	width: 800px;
	margin: 0 auto;
	background: url(../img/header_bg002.jpg) no-repeat;
	background-position: top left;
}
#description{
	margin-top: 8px;
}
.head_left{
	width: 508px;
	float: left;
}
.head_right{
	float: left;
	width:292px;
}
.head_right ul{
	margin-bottom: 10px;
	background-position: 0 0;
}
.head_right li{
	padding: 5px 5px 5px 0;
	background:url(../img/header_list_icon.gif) no-repeat right top;
	margin-right: 15px;
	float:right;
	font-size: 11px;
}

.head_right li.home a{
	background: url(../img/header_icon001.jpg) no-repeat left center;
	padding-left: 12px;
}
.head_right li.edge{
	margin-right: 0;
}
.head_right p{
	float: left;
	margin-right: 15px;
}
.head_right p.edge{
	margin-right: 0;
}

/* +++++++++++++++++++++++
		gnavi
+++++++++++++++++++++++ */

#gnavi{
	background: url(../img/gnavi_bg.jpg)  repeat-x;
	height: 60px;
	overflow:hidden;
}
#gnavi ul{
	width: 801px;
	margin: 0 auto
}
#gnavi li{
	float: left;
}

/* +++++++++++++++++++++++
		breadCrumbles
+++++++++++++++++++++++ */

#breadCrumbles {
	line-height:30px;
	height:30px;
	text-align:right;
	width:800px;
	margin:0 auto;
}
#breadCrumbles li {
	display:inline;
	background:url(../img/bread_arrow.gif) no-repeat left center;
	padding-left:8px;
}
#breadCrumbles li.home {
	background:url(../img/bread_home.gif) no-repeat left center;
}

/* +++++++++++++++++++++++
		headline
+++++++++++++++++++++++ */

#headLine {
	height:150px;
	background:url(../img/headline_back.gif) repeat-x;
	clear:both;
}
#headLine h1 {
	margin:0 auto;
	width:800px;
}

/* +++++++++++++++++++++++
		pagebody
+++++++++++++++++++++++ */

#pagebody{
	width: 800px;
	margin: 0 auto  30px auto;
}

/* +++++++++++++++++++++++
		contents
+++++++++++++++++++++++ */

#contents{
	width: 570px;
	float: right;
}

#contents h2 {
	margin-bottom:40px;
}
#contents h3 {
	margin-bottom:20px;
}
#contents p {
	margin-bottom:30px;
}
#contents p.pageTop {
	margin-bottom:10px;
	text-align:right;
}
#contents p.pageTop a {
	background:url(../img/up_icon.gif) no-repeat left center;
	padding-left:10px;
}

/* +++++++++++++++++++++++
		rightbar
+++++++++++++++++++++++ */

#rightbar{
	width: 185px;
	float: left;
}
#rightbar li{
	margin-bottom: 11px;
}

#rightbar #subNav {
	width:185px;
	background:url(../img/sub_navi_cont.gif) repeat-y;
	margin-bottom:25px;
}
#rightbar #subNav ul {
	padding:5px 0 0;
	background:url(../img/sub_navi_top.gif) no-repeat;
}
#rightbar #subNav li {
	margin:0;
	padding:0 5px;
}
#rightbar #subNav li.last {
	background:url(../img/sub_navi_btm.gif) no-repeat left bottom;
	padding:0 5px 8px;
}
#rightbar #subNav li img {
	vertical-align:bottom;
}

/* +++++++++++++++++++++++
		fnavi
+++++++++++++++++++++++ */

#fnavi{
	background: url(../img/fnavi_bg.jpg) repeat-x;
	height: 86px;
	clear: both;
	padding-top: 25px;
}
#fnavi dl{
	float: left;
	margin-right: 20px;
}
#fnavi dl.edge{
	margin-right: 0;
}
#fnavi dt{
	font-weight: bold;
	background: url(../img/fnavi_icon001.jpg) no-repeat;
	padding-left: 12px;
	background-position: 0 5px;
	color:#333333;
}
#fnavi .inner{
	width: 800px;
	margin: 0 auto;
}

/* +++++++++++++++++++++++
		footer
+++++++++++++++++++++++ */

#footer{
	background: url(../img/footer_bg.jpg) repeat-x;
	height: 29px;
	line-height:29px;
	font-size: 11px;
	padding-top: 5px;
	overflow:hidden;
} 
#footer .inner{
	width: 800px;
	margin: 0 auto;
}
address {
	display:block;
	width: 400px;
	float: left;
}
#footer p {
	float:left;
	width:400px;
	text-align:right;
}

	

/* clearfix
---------------------------------------------------- */
.clearfix:after,
.head_right ul:after,
#breadCrumbles:after,
#pagebody:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix,
.head_right ul ,
#breadCrumbles,
#pagebody {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html .head_right ul ,
* html #breadCrumbles,
* html #pagebody {
	height: 1%;
}
.clearfix,
.head_right ul ,
#breadCrumbles,
.inner , #pagebody {
	display: block;
}
/* End hide from IE-mac */
