@charset "UTF-8";
/* CSS Document */
body {
	background-color: #4a2A00;
	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: #806666;
	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;
	width: 100%;
	position: relative;
}
#header h1 {
	font-size: 2.2em;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#header #description {
	text-align: right;
	padding: 0 20px;
}
#header h2 {
	text-align: right;
	padding: 0 20px;
}
#header h2 a {
	background: none;
}

#side {
	float: left;	
	margin-top: 10px;
	width: 125px;
	background-color: #F5BF7A;
}
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: #FFDB97;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #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: #Da8050;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#main-content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}
.content {}
h2.title {}
h3.title {}
.osusume {}

#footer {
	background-color: #fff5e5;
	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 {}

