@charset "utf-8";

/* 
===  header.css  ===
*/


/*  -----  header  ------   */

#topnavi {
	background: url(../img/all/head_all.jpg) no-repeat;
	height: 80px;
}
h2 {
	overflow: hidden;
	clear: both;
}
h3 {
	text-align: center;
}

h4{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
}

#topnavi #retrieval {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 600px;
	margin-top: -60px;
}

/* -----  header menu ----- */

#headsublist ul {
	list-style-type: none;
	margin-left: 430px;
}

#headsublist li {
	float: left;
	text-indent: -10000px;
}

#headsublist li a {
	display: block;
	width: 112px;
	height: 26px;
	text-decoration: none;
	background: url(../img/all/all_title01_a.jpg);
}

#headsublist li a:hover{
	background: url(../img/all/all_title01_h.jpg);
}

#headsublist .menu01 a {
	background-position: 0px 0px;
}

#headsublist .menu01 a:hover {
	background-position: 0px 0px;
}
#headsublist .menu02 a {
	background-position: -112px 0px;
}

#headsublist .menu02 a:hover {
	background-position: -112px 0px;
}
#headsublist .menu03 a {
	background-position: -224px 0px;
}

#headsublist .menu03 a:hover {
	background-position: -224px 0px;
}

/*-- パンくずリスト --*/
#pan {
	clear: both;
	overflow: hidden;
	margin: 0px 0 0px 30px;
	height: 27px;
}

#pan li {
	font-size: 12px;
	float: left;
	padding: 0 3px;
	vertical-align: text-bottom;
	display: inline;
	line-height: 1.6;
}

/*-- メイン　ナビゲーション　--*/

#header {
	background-color: #FF6600;
}

#headnavi {
	background: url(../img/all/top_head.jpg) no-repeat;
	width: 950px;
	height: 84px;
	margin-left: 30px;
}

#headnavi #logo {
	position: absolute;
	top: 10px;
	left: 50px;
}

#headnavi ul {
	list-style-type: none;
	margin-left: 210px;
	padding-top: 48px;
}

#headnavi li {
	float: left;
	text-indent: -10000px;
}

#headnavi li a {
	display: block;
	width: 138px;
	height: 30px;
	text-decoration: none;
	background: url(../img/all/navi01_a.gif);
}

#headnavi li a:hover{
	background:url(../img/all/navi01_h.gif);
}

#headnavi .mainnavi01 a {
	background-position: 0px 0px;
}

#headnavi .mainnavi01 a:hover {
	background-position: 0px 0px;
}
#headnavi .mainnavi02 a {
	background-position: -137px 0px;
}

#headnavi .mainnavi02 a:hover {
	background-position: -137px 0px;
}
#headnavi .mainnavi03 a {
	background-position: -274px 0px;
}

#headnavi .mainnavi03 a:hover {
	background-position: -274px 0px;
}
#headnavi .mainnavi04 a {
	background-position: -411px 0px;
}

#headnavi .mainnavi04 a:hover {
	background-position: -411px 0px;
}


#cont {
	width: 950px;
	clear: both;
	overflow: hidden;
	margin: 10px 0px 0px 20px;
}

#contents {
	float: right;
	width: 700px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#contents p {
	font-size: 12px;
	margin: 10px 0;
}
#contents #title01 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#title02 {
	text-align: justify;
}







