@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #666666;
}


#topImage {
	height: 650px;
	background-image: url(images/ootuka.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	background-color: #AEB8C8;
}


#topImage name {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90px;
	position: absolute;
	color: #FFFFFF;
	top: 200px;
	left:100px;

}

#navi  {
	background-image: url(images/bg_navi_03.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 606px;
	position: absolute;
	top: 620px;
	left: 100px;
}



#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 34px;
	display: block;
	line-height: 0.5em;
	font-size: 22px;
}
#navi a.off {
	color: #FFFF00;
}

#navi a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100px;
	height: 34px;
}
#navi a:hover {
	color: #FF9900;
	background-image: url(images/bg_navi_over.jpg);
	background-repeat: repeat-x;
}

#topImage2 {
	height: 50px;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	background-color: #AEB8C8;
}

#navi2  {
	background-image: url(images/bg_navi_03.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 600px;
	position: absolute;
	top: 20px;
	left: 100px;
}
#navi2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi2 li {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 34px;
	display: block;
	line-height: 0.5em;
	font-size: 22px;
}
#navi2 a.off {
	color: #FFFF00;
}

#navi2 a {
	text-decoration: none;
	color: #00FFFF;
	display: block;
	width: 200px;
	height: 34px;
}
#navi2 a:hover {
	color: #FF9900;
	background-image: url(images/bg_navi_over.jpg);
	background-repeat: repeat-x;
}


#topImage3 {
	height: 50px;
	background-image: url(images/title3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	background-color: #AEB8C8;
}

#navi3  {
	background-image: url(images/bg_navi_03.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 1500px;
	position: absolute;
	top: 5px;
	left: 0px;
}
#navi3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi3 li {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 34px;
	display: block;
	line-height: 1.0em;
	font-size: 22px;
}
#navi3 a.off {
	color: #FFFF00;
}

#navi3 a {
	text-decoration: none;
	color: #00FFFF;
	display: block;
	width: 300px;
	height: 34px;
}
#navi3 a:hover {
	color: #FF9900;
	background-image: url(images/bg_navi_over.jpg);
	background-repeat: repeat-x;
}

#contents {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#contents h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.6em;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #96A3AB;
	text-indent: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	text-indent: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	text-indent: 10px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents dl {
	width: 700px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents dt {
	float: left;
	width: 150px;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents dd {
	width: 500px;
	margin: 0px;
	line-height: 1.6em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#contents hr {
	visibility: hidden;
}
#contents table {
	width: 700px;
	border-collapse:collapse;
	border: 1px dotted #CCCCCC;
	margin-top: 15px;
}
#contents th {
	font-weight: normal;
	text-align: left;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#contents td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	line-height: 1.6em;
}






#footer {
	margin-top: 40px;
	height: 50px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#footer address {
	color: #999999;
	font-style: normal;
	top: 20px;
	position: relative;
}
.clear {
	clear: both;
}