@charset "UTF-8";
/* CSS Document */
* {
}
body {
	background: url(../img/background.png) repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}
#header {
	background: url(../img/banner.jpg) no-repeat;
	height: 140px;
	text-align: center;
	width: 100%;
}
#header h1 {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	top: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#header #description {
	display: block;
	width: 500px;
	position: relative;
	left: 250px;
	color: #fff;
	text-shadow: 2px 2px 2px #000, 2px 2px 2px #000;
}
#header h2 {
	position: absolute;
	top: 145px;
	width: 750px;
	text-align: center;
	margin: 0 auto;
}
#header a {
	background-color: transparent;
	color: #a0a0a0;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}
#header a:hover {
	background-color: transparent;
	color: #999999;
	text-decoration: underline;
}
#side {
	float: left;
	margin-top: 25px;
	width: 140px;
}
ul.menu {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}
ul.menu li {
	display: block;
	padding-bottom: 8px;
}
ul.menu li a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}
ul.menu li a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}
ul.links {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}
ul.links li {
	display: block;
	padding-bottom: 8px;
}
ul.links li a {
	background-color: #ffffff;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
}
ul.links li a:hover {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}
#main-content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	width: 590px;
}
.content {
}
h2.title {
}
h3.title {
}
.osusume {
}
#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}
#footer p {
}

