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

body {
	margin: 0;
	padding: 0;
	background: #FFFDEA url(../img/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464032;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9D151A;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}


#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
	background: url(../img/img04.jpg) no-repeat left top;
	position: relative;
}
#header h1 {
	color: #A83A01;
	padding-left: 130px;
	padding-top: 20px;
}
#header #description {
	padding-left: 130px;
}
#header h2 {
	position: absolute;
	bottom: -36px;
	left: 0px;
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
}
#header h2 a {
	display: block;
	height: 26px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#header h2 a:hover {
	text-decoration: underline;
	color: #333333;
}

#side {
	float: left;
	width: 280px;
	padding: 40px 0;
	color: #787878;
	margin-top: 40px;
	background: url(../img/img02.jpg) left top no-repeat;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 0px;
	padding-bottom: 30px;
}
ul.menu li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #E9E3CB;
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 30px;
	border-right: none;
}
ul.menu li a {
	line-height: 1.2em;
	display: block;
	padding: 5px;
}
ul.menu li a:hover {
}
ul.links {
	background: url(../img/img02.jpg) left top no-repeat;
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	margin: 0px 0px;
	padding-bottom: 30px;
}
ul.links li {
	font-size: 88%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #E9E3CB;
	line-height: 1.4em;
	border-bottom: 1px dotted #E5E0C6;
	margin: 15px 30px;
	border-right: none;
}
ul.links li a {
	line-height: 1em;
}
ul.links li a:hover {
}
#side a {
	border: none;
	color: #464032;
}

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

#main-content {
	float: right;
	width: 620px;
	padding: 30px 0px 0px 0px;
}
.content {
	margin-bottom: 15px;
}
h2.title ,
h3.title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -1px;
	color: #000000;
	text-transform: lowercase;
	color: #333333;
	border: none;
}
.osusume {
	height: 30px;
	background: url(../img/img03.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 4px solid #EBE6D1;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}


