/* CSS Document */

html {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

#clientArea {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#canvas {
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid silver;
}

#header {
	height: 128px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	background-image: url(../images/hd_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body {
	width: 800px;
	position: relative;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin: 0px;
}
#side{
	width: 209px;
	position: absolute;
	left: 4px;
	top: 0px;
}
#side #multipurpose {
	width: 200px;
	padding: 0px;
	font-size: 9pt;
	letter-spacing: 1pt;
	line-height: 11pt;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}

#side .banner {
	margin-right: 12px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#side p {
	margin: 0px;
	padding: 0px;
}


#header #logo {
	position: absolute;
	left: 9px;
	top: 4px;
}

#header #logo p {
	margin: 0px;
	padding: 0px;
}

#header #hl_sitemap {
	position: absolute;
	left: 533px;
	top: 17px;
}

#header #hl_sitemap p {
	margin: 0px;
	padding: 0px;
}

#header #hl_toiawase {
	position: absolute;
	left: 626px;
	top: 18px;
}

#header #hl_toiawase p {
	margin: 0px;
	padding: 0px;
}
#header #hl_map {
	position: absolute;
	left: 720px;
	top: 18px;
}

#header #hl_map p {
	margin: 0px;
	padding: 0px;
}




#keyword {
	position: absolute;
	left: 477px;
	top: 3px;
	font-size: 12pt;
	font-weight: bold;
	display: none;
}
#keyword p {
	margin: 0px;
	text-align: center;
	padding: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br { letter-spacing: 0; }


