@charset "UTF-8";

body {
	background:#dcedf9 url(../img/header_bg.gif) top repeat-x fixed;
 }



/* container
=========================================================================================== */
#container {
	width:940px;
	margin:0 auto;
	text-align:left;
	}

/* header
=========================================================================================== */
#header {
	width:940px;
	background:url(../img/header_image.png) no-repeat right 9px;
	margin-bottom:15px;
	}
#header h1 {
	width:220px;
	float:left;
	position: relative;
	}

#logoback {
	margin-top: -40px;
	width: 225px;
	height: 224px;
	}
#logotitle {
	z-index: 99;
	position: absolute;
	top: 22px;
	left: 30px;
	}


/* subnavi
=========================================================================================== */
#subnavi {
	margin:40px 60px 0 0;
	width:600px;
	float:right;
	}


dl#accessibility {
	float:right;
	padding:10px 0;
	width:200px;
	margin-right:15px;
	}
dl#accessibility dt {
	float:left;
	margin-left:15px;
	}
dl#accessibility dd {
	float:left;
	margin-left:5px;
	}
p#search {
	padding:10px 0;
	float:right;
	width:197px;
	}

/* ブレッドクラム
================================================= */

#breadcrumb{
	float:left;
	padding:15px 0;
	font-size: 67%;
	}

#breadcrumb li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.2;
	white-space: nowrap;
}
#breadcrumb li.firstitem {
	padding: 0;
	background: none;
}
#breadcrumb li strong { font-weight: bold; }

	

/* contents
=========================================================================================== */
#main {
	clear:both;
	width:850px;
	margin:0 auto;
	}


/* 2カラム（左メニュー）
================================================= */
#menuBody {
	width:175px;
	float:left;
	}

#menuBody .navi li {
	display:block;
	}
#main .content {
	width:615px;
	float:right;
	}

	
/* footer
=========================================================================================== */
#footer {
	clear:both;
	padding-bottom:10px;
	padding-top:15px;
	}
#footer .footer_menu {
	display:block;
	width:820px;
	margin:0 auto;
	border-top:1px solid #999;
	text-align:center;
	padding:10px 0;
	}
#footer .footer_menu li {
	display:inline;
	font-size:83%;
	padding:0 10px;
	}

