@charset "utf-8";
/* CSS Document */
@charset "utf-8";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#wapper {
	background-image: url(img/wapper.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	width: 798px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 222px;
	width: 798px;
}
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 780px;
	background-position: left;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	background-image: url(img/neko.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 5px;
	padding: 10px 0px 0px 40px;
	height: 30px;
}
#main p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 10px 30px 0px 20px;
}
#contents #navi {
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: left;
	height: 600px;
	background-image: url(img/rantan1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navi ul {
	margin: 100px 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	padding-top: 10px;
}
#navi a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.img {
	float: right;
	margin-right: 20px;
}



#navi a:hover {
	font-size: 14px;
	color: #000000;
}
#main h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 20px 30px 0px 20px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: thick;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: groove;
	border-top-color: #42419E;
	border-right-color: #42419E;
	border-bottom-color: #42419E;
	border-left-color: #42419E;
	background-color: #6699FF;
}



#contents #main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 560px;
	height: auto;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 80px;
}
#footer #link {
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-size: 12px;
	color: #333333;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
#link ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
}
#link li {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#link a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
}
#link a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
