body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#layout {
	width:600px;
	background-color: #FFFFFF;
	overflow: inherit;
	margin: 0px auto;
	position:relative;
}
#top {
	width:1000px;
	background-color: #061034;
}
#header {
	width:1000px;
	background-color: #FFFFFF;
	height: 100px;
	overflow: hidden;
}

#menu {
	width:200px;
	background-color: #061034;
	float:left;
	height: 100%;
	padding:0px;
	margin:0px;
	overflow: hidden;
}
#menu li {
	height: auto;
	width: 189px;
	display: block;
	float: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border: 0px solid #CCCC33;
}

#menu ul{
	display: block;
	padding:0px;
	margin:4px;
}

#menu .submenu{
	position:relative;
	list-style-type: none;
	list-style-image: none;
	list-style-position:inside;
	font-size: 10pt;
	display: block;
	padding:0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu .submenu li{
	height: 26px;
	width: 187px;
	display: block;
	float: none;
	padding: 0px;
	top: 0px;
	text-indent: 2em;
	line-height: normal;
	margin: 0px;
}
#menu .submenu a{
	font-size:10pt;
	color: #FFFFFF;
	display:block;
	width:183px;
	text-decoration:none;
	text-indent: 20px;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	height: auto;
	background-image: url(menu/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#menu .submenu a:hover{
	color: #CC0000;
	background-color:#F0F0F0;
	background-image: url(menu/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#menu .submenuOn a{
	font-size:10pt;
	color: #FFFFFF;
	display:block;
	width:183px;
	text-decoration:none;
	text-indent: 20px;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	height: auto;
	background-image: url(menu/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}

/* 謌ｻ繧九Γ繝九Η繝ｼ */
.backMenuSubLink{
	font-size:10pt;
	color: #FFFFFF;
	display:block;
	width:183px;
	text-decoration:none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 2px;
}
.backMenuSubLink:hover{
	color: #CC0000;
	background-color:#DDDDFF;
}

#contents {
	width:740px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 30px;
	margin: 0px;
	height: 600px;
}

#footer {
	width:1000px;
	background-color: #FFFFFF;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding: 10px;
}
#footer h1,h4,p{
	font-size: 9pt;
	height: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}
