#wrapper {
	margin: auto;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#Header {
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5a84d0;
}

/* IE6ハック
*html #Header {
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5a84d0;
	padding: 0px;
}*/

#BC {
	height: 15px;
	width: 790px;
	background: #ffffff;
	text-align: right;
	padding-right: 10px;
}

#Menu {
	width: 800px;
	height: 40px;
	background-color: #F2F9FF;
	margin: 0px;
	padding: 0px;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
}
#Menu li {
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/Sub_Menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 40px;
	width: 140px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#Menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#Menu li a:visited {
	color: #FFFFFF;
}
#Menu li a:hover {
	background-image: url(../images/Sub_Menu_MO.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#Menu li a:active {
	color: #000066;
}

#Menu li.selected{
	color: #003399;
}

#Menu li.sitemap{
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/Sub_Menu_SiteMap.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 40px;
	width: 100px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#Menu li.sitemap a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

#Menu li.sitemap a:visited {
	color: #FFFFFF;
}
#Menu li.sitemap a:hover {
	background-image: url(../images/Sub_Menu_SiteMap_MO.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#Menu li.sitemap a:active {
	color: #000066;
}

#Menu li.sitemap_selected{
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/Sub_Menu_SiteMap.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 40px;
	width: 100px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #003399;
}

#Title {
	background-color: #FFFFFF;
	width: 800px;
	height: 90px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* IE6ハック
*html #BC {
	height: 15px;
	width: 790px;
	background: #ffffff;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}*/


#Main {
	width: 800px;
	background-color: #F2F9FF;
	margin: auto;
	padding: 0px;
	float: left;
}

#Body {
	background-color: #FFFFFF;
	width: 600px;
	padding-right: 0px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#SiteMap_Body  {
	background-color: #FFFFFF;
	width: 600px;
	border-right-color: #999999;
	margin: 0px;
	float: left;
	height: 450px;
	padding: 0px;
}

#Note {
	background-color: #F2F9FF;
	width: 200px;
	height:auto;
	float: left;	
	margin: 0px;
	padding: 0px;
}

#Footer {
	font-size: x-small;
	line-height: 2em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 2em;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5a84d0;
}
#Space {
	height: 20px;
	width: 800px;
	background-color: #FFFFFF;
}
#Map {
	height: 100px;
	width: 100px;
	border: 2px solid #999999;
}

