@import url("index_base.css");
#contents {
	background-image: url(../img/nagatoro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 10px double #333;
	border-left: 10px double #333;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	text-indent: -2000px;
}
#mainmenu {
	padding: 120px 0px 0px;
}
#mainmenu li {
	padding-left: 0px;
}
#mainmenu a {
	color: #333;
	background: url(../img/alpha35.png);
	display: block;
	width: 100px;
	padding-left: 20px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#mainmenu a:hover {
	background: #fff;
}
#copy {
	margin: 110px 0px 0px;
	color: #333;
}
#contents #option h2 {
	color: #333;
	border-bottom: 1px solid #666;
}
#contents #option li {
	width: 80px;
}
#contents #option a {
	color: #633;
}
#contents #option a:hover {
	border-bottom: 1px solid #330;
}
