/* CSS Document */




H1 {
	color: #EFEFEF;
	font-size : 160%;
	white-space: nowrap;
	padding-left: 10px;
	
}




H2 {
	color: #ffffff;
	font-size : 100%;
	padding-top: 5px ;
	padding-left: 12px;
	border-width: 0px 0px 1px 5px;
	border-style: solid;
	border-color: #E3A649;
	line-height: 150%;
	background-image: url(img/h2_bar.jpg);
}

H3 {
	color: #ffffff;
	font-size : 100%;
	padding-top: 5px ;
	padding-left: 12px;
	border-width: 0px 0px 1px 5px;
	border-style: solid;
	border-color: #5B99C2;
	line-height: 150%;
	background-image: url(img/h3_bar.jpg);
}

H4 {
	color: #ffffff;
	font-size : 100%;
	padding-top: 5px ;
	padding-left: 12px;
	border-width: 0px 0px 1px 5px;
	border-style: solid;
	border-color: #84A97D;
	line-height: 150%;
	background-image: url(img/h4_bar.jpg);
}

H5 {
	color: #FFFFFF;
	font-size : 100%;
	padding-top: 70px ;
	padding-left: 112px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #BEBDBD;
	line-height: 150%;
	background-image: url(img/h5_bar.jpg);
}



.textbox_a {
width:auto;
height:auto;
font-size:85%;
line-height:16px;
padding:2px;
}

/*階層ページ使用（パンくず部分）*/
.hed1 {

	background-image: url(img/h1_01.jpg);
	background-position: left; 
}
.hed2 {
	background-image : url(img/h1_02.jpg) ;
	background-repeat:no-repeat;
	background-position:right; 

}
.hed3 {
	background-image : url(img/h1_03.jpg) ;
	background-position:left; 

}