body{
	background-color: rgb(204,204,204);
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, "MS Pゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
}

#container{
	background-color: white;
	width: 95%;
	margin: 0 auto;
}

#header{
	background-color: rgb(0,80,100);
	font-weight: bold;
	width: 95%;
	height: 60px;
	float:left;
	position: fixed;
}

#header a{
	font-size: 100%;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover{
	font-size: 100%;
	color: rgb(204,204,204);
	text-decoration: none;
	font-weight: bold;
}

#header #logo{
	position: relative;
	top: 10px;
	left: 20px;
}

#menu{
	background-color: rgb(153,204,102); 
	width: 100%;
	height: 30px;
	clear: left;
	position: relative;
}

#contents{
	font-family: "Arial black", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	/* background-color: white; */
	background-image: url(background_image.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: rgb(102,102,102);
	width: 100%;
	padding-top: 60px;
	
	scrollbar-base-color: rgb(153,204,102);
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: rgb(153,204,102);
	scrollbar-darkshadow-color: rgb(153,204,102);
	scrollbar-face-color: rgb(153,204,102);
	scrollbar-highlight-color: rgb(153,204,102);
	scrollbar-shadow-color: rgb(153,204,102);
	scrollbar-track-color: white;
}

#title{
	font-family: "Arial black", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-weight: bold;
	color: rgb(153,204,102);
}

#contents p{
	width: 90%;
	padding: 0px 10px;
	margin-left: 20px;
	color: rgb(0,80,100);
}

#contents table{
	margin-top: -10px;
	margin-left: 40px;
	margin-bottom: 10px;
	color: rgb(102,102,102);
}

li{
	margin-top: -10px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: rgb(102,102,102);
}

#list p{
	width: 90%;
	padding: 0px 10px;
	margin-top: -10px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: rgb(102,102,102);
}

#info p{
	width: 90%;
	margin-top: -10px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#footer{
	text-align: right;
	font-family: "Arial black", Arial, "MS P ゴシック";
	font-size: 10px;
	background-color: rgb(0,80,100);
	color: black;
	width: 100%;
	height: 15px;
	text-indent: -9999px;
	position: relative;
}

a{
	font-size: 100%;
	color: rgb(0,80,100);
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	font-size: 100%;
	color: rgb(153,153,153);
	text-decoration: none;
	font-weight: bold;
}
