@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
	width: auto;
	height: auto;
}

body {
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 80%;
	height: auto;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
#container #header{
	font-size: medium;
	background-color: #F33;
	color: #FFF;
	padding-top: 1%;
	padding-right: 800%;
	padding-bottom: 1%;
	padding-left: 800%;
	margin-top: 0px;
	margin-right: -800%;
	margin-bottom: 0px;
	margin-left: -800%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: middle;
	height: auto;
}
#container #header h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	font-size: medium;
}

#container #rogo {
	height: auto;
	width: 90%;
	background-color: #FFF;
	text-align: left;
	padding: 0%;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
}
#container #rogo img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.メニュー {
}
#container #menu {
	width: 100%;
	background-color: #F60;
	margin-top: 0px;
	margin-right: -500px;
	margin-bottom: 0px;
	margin-left: -500px;
	padding-top: 1px;
	padding-right: 500px;
	padding-bottom: 1px;
	padding-left: 500px;
	float: left;
	height: auto;
}
#container ul #menu #top {
	float: left;
	height: auto;
	width: 33%;
	background-color: #F30;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container ul #menu #jigyo {
	height: auto;
	width: 33%;
	float: left;
	background-color: #903;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container ul #menu #access  {
	width: 33%;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: auto;
	background-color: #F00;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container ul #menu li {
	list-style-type: none;
	height: auto;
	padding: 5px;
}











#menu a:visited {
	text-decoration: none;
	color: #FFF;
}



#menu a:hover {
	text-decoration: none;
	color: #039;
	display: block;
	background-color: #CF0;
	height: 100%;
	width: 100%;
}

#menu a:link {
	text-decoration: none;
	color: #FFF;
	height: 100%;
	width: 100%;
}


#container #to_pagetop {
	width: 100%;
	clear: both;
	height: 3%;
	background-size: 8px 8px;
	text-align: right;
	font-size: medium;
	vertical-align: bottom;
	padding-top: 2%;
	padding-right: 500%;
	padding-bottom: 1%;
	padding-left: 500%;
	background-position: 4px;
	color: #0C3;
	margin-top: 0px;
	margin-right: -500%;
	margin-bottom: 0px;
	margin-left: -500%;


}







#container #footer{
	font-size: small;
	background-color: #F33;
	color: #FFF;
	padding-top: 10px;
	padding-right: 500%;
	padding-bottom: 10px;
	padding-left: 500%;
	margin-top: 0px;
	margin-right: -500%;
	margin-bottom: 0px;
	margin-left: -500%;
	width: 100%;
	height: auto;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	clear: both;
}
#container #footer2 {
	font-size: small;
	background-color: #C33;
	color: #FFF;
	padding-top: 10px;
	padding-right: 500%;
	padding-bottom: 10px;
	padding-left: 500%;
	margin-top: 0px;
	margin-right: -500%;
	margin-bottom: 0px;
	margin-left: -500%;
	width: 50%;
	height: auto;
	clear: none;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}







a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color: #F0F;
}
a:hover {
	text-decoration: none;
	color: #FF0;
	margin: 0px;
	padding: 0px;
}
a:active {
	text-decoration: none;
	color: #0FF;
}
body,td,th {
	color: #000;
}
