@import url("index_base.css");
#contents {
	background-image: url(../img/cat01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 10px double #300;
	border-left: 10px double #300;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	text-indent: -2000px;
}
#contents ul {
	padding: 100px 0px 0px 650px;

}
#contents li {
	background-image: url(../img/listmark05.png);
}
#contents a:hover {
	color: #c36;
	border-top: 1px solid #c36;
	border-bottom: 1px solid #c36;
}
#copy {
	margin: 120px 0px 0px;
	color: #C99;
}
#contents #option h2 {
	color: #333;
	border-bottom: 1px solid #666;
}
#contents #option a {
	color: #C36;
}
#contents #option a:hover {
	border-bottom: 1px solid #C36;
}
