@charset "utf-8";
body {
	text-align: center;
	background: #cec;
	color: #333;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

#wrap {
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

#header {
	margin: 0em; padding: .5em;
	width: 850px; height: 70px;
}
#header2 {
	margin: .3em 0em;
	width: 850px; height: 30px;
}
#head-logo { float: left; }
#head-navi { font-size: 90%; text-align: right; padding: 1em 0em 0em; }

#top-menu {
	clear: both;
	margin: 0em 0em 1em 0em;
	border-top: solid 1px #6c6;
	border-bottom: solid 1px #6c6;
	background: #cfc;
	text-transform: uppercase;
	line-height: 2em;
	height: 2em;
	color: #333;
}

#top-menu ul {
	margin: 0em; padding: 0em;
	font-size: 0.8em; font-weight: bold;
	list-style: none;
}

#top-menu li {
	float: left;
	white-space: nowrap;
}

#top-menu li a {
	display: block;
	padding: 0em 1em;
	border-right: solid 1px #6c6;
	background: #beb;
	text-decoration: none;
	color: #333;
}

#top-menu a:hover {
	border-right: solid 1px #6c6;
	background: #9d9;
	text-transform: uppercase;
	text-decoration: none;
	color: #060;
}

#top-menu .selected {
	padding: 0em 1em;
	border-right: solid 1px #6c6;
	color: #060;
	background: #9d9;
	background: -moz-linear-gradient(top, #9d9, #beb 30%, #9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#9d9), color-stop(0.3, #beb), to(#9d9));
}

* html #top-menu a {width:1%;}

.sub-menu {
	text-align: center;
	font-size: 90%;
	margin: 0em 0em 1em 0em;
}
.sub-menu a {
	padding: 3px;
}
.sub-menu .selected {
	padding: 3px;
	background: #dfd;
	font-weight: bold;
}

#bottom-menu {
	margin: 1em;
	text-align: center;
}
#bottom-menu  .selected {
	padding: 3px;
	background: #dfd;
	font-weight: bold;
}

.memo { color: #363; font-size: 80%; text-align: center; }
.bottom_link {
	margin: .5em 0em; padding: .5em;
	border-top: 1px solid #999;
	text-align: center;
	font-size: 80%;
}

#credit {
	clear: both;
	margin: .5em 0em; padding: .5em;
	border-top: 1px solid #999;
	text-align: center;
	font-size: 80%;
}

a { color: #990000; }
a:hover {
	color: #cc6600;
	text-decoration: underline;
}
