h3 { background-color: #958eb8;
     background-image: url("image/bg_map_color.jpg");
     background-repeat: no-repeat;
       padding-left: 10px; padding-top: 5px; padding-bottom: 5px;  
       border-style: solid; border-color: #653434; border-width: 1px; }

h4 { background-color: #cdcdcd;
     background-image: url("image/bg_map_bw.jpg");
     background-repeat: no-repeat;
       padding-left: 10px; padding-top: 5px; padding-bottom: 5px; 
       border-style: solid; border-color: #653434; border-width: 1px; }








.top_bg { background-color: #ffffff;
          background-image: url("image/bg_top_s.jpg");
          background-repeat: no-repeat; 
}


.font_white {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #ffffff;	
}


.font_black {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #000000;	
}





a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: underline;
	color: #ca0034;
}
a:active {
	text-decoration: none;
	color: #ca0034;
}

