/* style reset */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	text-indent:-9999px;
}

li {
	list-style:none;
}
a:link {
	color: #002965;
}
a:visited {
	color: #002965;
}
a:hover {
	color: #002965;
	text-decoration:none;
}
img {
	border:0px;
}
.clear {
	clear: both;
}
/* layout */

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	background-color:#F04E11;
}
#container_map {
	background-image:url(images/map_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#F04E11;
}	
#footer {
	width:810px;
	margin-right: auto;
	margin-left: auto;
	height:70px;
	clear:both;
}
#footer_bg {
	background-image:url(images/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:70px;
}