#header {
	background-image: url(back-header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 804px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-left-color: #CCC;
	font-size: 12px;
}

#navi{
	white-space : normal;
	z-index : 1000;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	width : 804px;
	height : auto;
	position: relative;
	top: 70px;
	overflow: hidden;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #CCC;
}
#navi LI {
	float: left;
}
#navi LI a {
	display: block;
	width: 134px;
	padding-right : 0px;
	padding-left : 0px;
	height : 40px;
}
#menu1{
	background-image : url(menu1_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : left;
	width: 134px;
}

#menu1 a:hover{
	background-image : url(menu1_on.gif);
}
#menu1 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	width: 134px;
	display: block;
	text-align: center;
	font-size: 10pt;
	padding-top: 1px;
}
#menu1 UL UL LI a:hover{
	background-image : url(back-childlen.gif);
	color : #FF0;
}
#menu2{
	width : 134px;
	background-image : url(menu2_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : left;
}
#menu2 a:hover{
	background-image : url(menu2_on.gif);
}

#menu2 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	width: 134px;
	text-align: center;
	display: block;
	font-size: 10pt;
	padding-top: 1px;
}
#menu2 UL UL LI a:hover{
	background-image : url(back-childlen.gif);
	color : #FF0;
}
#menu3{
	width : 134px;
	background-image : url(menu3_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : left;
}
#menu3 a:hover{
	background-image : url(menu3_on.gif);
}

#menu3 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	width: 134px;
	text-align: center;
	display: block;
	font-size: 10pt;
	padding-top: 1px;
}
#menu3 UL UL LI a:hover{
	background-image : url(back-childlen.gif);
	color : #FF0;
}
#menu4{
	width : 134px;
	background-image : url(menu4_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : left;
}
#menu4 a:hover{
	background-image : url(menu4_on.gif);
}

#menu4 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	display: block;
	width: 134px;
	text-align: center;
	font-size: 10pt;
	padding-top: 1px;
}
#menu4 UL UL LI a:hover{
	background-image : url(back-childlen.gif);
	color : #FF0;
}
#menu5{
	width : 134px;
	background-image : url(menu5_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : left;
}
#menu5 a:hover{
	background-image : url(menu5_on.gif);
}

#menu5 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	display: block;
	text-align: center;
	width: 134px;
	font-size: 10pt;
	padding-top: 1px;
}
#menu5 UL UL LI a:hover{
	background-image : url(back-childlen.gif);
	color : #FF0;
}
#menu6{
	width : 134px;
	background-image : url(menu6_off.gif);
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	float : right;
}
#menu6 a:hover{
  background-image : url(menu6_on.gif);
}

#menu6 UL UL LI a {
	border-top: 1px solid #FFFFFF;
	background : #a2a251;
	font-weight: normal;
	color : white;
	height : 20px;
	float : left;
	display: block;
	width: 134px;
	text-align: center;
	font-size: 10pt;
	padding-top: 1px;
}
#menu6 UL UL LI a:hover{
	background-image : url(common/back-childlen.gif);
	color : #FF0;
}	
	/* サブメニュー
	---------------------------------------------*/
	#navi ul li.parent ul {
		display: none;
	
}
	#navi UL LI.parentOn UL {
		display: block;
  background-image : none;
}

#contents{
	width : 804px;
	height : auto;
	z-index: 1;
	top: 110px;
	background-image: url(back-base.jpg);
	position: absolute;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	left: 0px;
}


#footer {
	font-size: 80%;
	color: #3F3F3F;
	background-image: url(back-footer.gif);
	text-align: center;
	height: 25px;
	margin-top: 0px;
	line-height: 25px;
	width: 804px;
	float: left;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5C49F;
}

#wrapper {
	position: absolute;
	height: auto;
	width: 807px;
	left: 5%;
}
#headnavi tr #navmark {
	width: 15px;
	height: 15px;
	background-image: url(../index/list-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#headnavi tr #linktext1 {
	width: 100px;
	height: 15px;
}
#headnavi tr #linktext2 {
	height: 15px;
	width: 80px;
}
#headnavi tr #linktext3 {
	height: 15px;
	width: 70px;
}
#headnavi a:link {
	color: #333;
}
#headnavi a:hover {
	font-weight: 500;
	color: #F00;
}


#header #headnavi {
	margin-top: 24px;
	margin-left: 480px;
}
.topicpath {
	font-size: 10pt;
	color: #4a4a4a;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#back-top {
	text-align: right;
	margin-right: 40px;
	font-size: 12px;
}

#bottom {
	height: 10px;
}
.midasi2 {
	font-size: 14pt;
	background-image: url(back-midasi1.gif);
	color: #FFF;
	line-height: 20pt;
	letter-spacing: 1px;
	width: 90%;
	padding-left: 10px;
	display: block;
	font-weight: 500;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
.description {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 1.3em;
}
.font10 {
	font-size: 10pt;
	line-height: 1.2em;
}
.font9 {
	font-size: 9pt;
}
.font11 {
	font-size: 11pt;
}
