@charset "UTF-8";
/* CSS Document */
* {
}

body {
	margin-top: 20px;
	padding: 0px;
	background: #2A1A1A url(../img/img01.jpg) no-repeat center top;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #393939;
}

a:hover {
	text-decoration: none;
	color: #393939;
}

a img {
	border: none;
}

hr {
	display: none;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	background: url(../img/img02s.jpg) no-repeat left top;
}
#header h1 {
	color: #FFFFFF;
	font-size: 16px;
}
#header #description {
	color: #FFFFFF;
	font-size: 12px;
}
#header h2 {
	float: right;
	height: 40px;
	margin: 10px 0 0 0;
	background: #784949;
	font-size: 16px;
}
#header h2 a {
	display: block;
	width: auto;
	padding: 10px 15px 14px 15px;
	text-decoration: none;
	color: #FFFFFF;
}
#header h2 a:hover {
	text-decoration: underline;
}

#side {
	float: right;
	width: 270px;
	background: #673D3D;
	padding: 35px 0 0 0;
}
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.8em;
	background: #673D3D url(../img/img03.jpg) repeat-y -630px top;
}
ul.menu li {
	padding: 5px 7px;
	margin-left: 24px;
	border-bottom: #BFC9AE dashed 1px;
}
ul.menu li a {
}
ul.menu li a:hover {
}
ul.links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.8em;
	background: #673D3D url(../img/img03.jpg) repeat-y -630px top;
}
ul.links li {
	padding: 5px 7px;
	margin-left: 24px;
	border-bottom: #BFC9AE dashed 1px;
}
ul.links li a {
}
ul.links li a:hover {
}
#side a {
	text-decoration: none;
	color: #232F01;
}

#side a:hover {
	text-decoration: underline;
}

#main-content {
	float: left;
	width: 630px;
	padding-top: 30px;
	background: url(../img/img03.jpg) repeat-y left top;
}
.content {
	margin: 0px 45px 30px 0px;
}
.content p {
	padding-left: 70px;
}

.title {
	font-size: 16px;
	height: 57px;
	margin: 0px;
	padding: 5px 0px 5px 70px;
	background: url(../img/img05a.jpg) no-repeat left top;
	color: #232F01;
}
.osusume {
}

#footer {
	clear: both;
	width: 900px;
	height: 100px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 20px;
	line-height: normal;
}

