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

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

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 2.8em;
}

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

ul, ol {
}

a {
	text-decoration: none;
	color: #4D8D99;
}

a:hover {
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/img04.jpg) repeat-y left top;
}


#header {
	position: relative;
	background: url(../img/img02.jpg) no-repeat left top;
}
#header h1 {
	width: 300px;
	font-size: 22px;
}
#header #description {
	width: 300px;
	font-size: 12px;
}
#header h2 {
	width: 300px;
	font-size: 16px;
	padding-bottom: 20px;
}
#header h2 a {
}
#header h2 a:hover {
	text-decoration: underline;
}

#side {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 0px;
	padding-bottom: 30px;
}
ul.menu li {
	margin: 0;
	padding: 0;
	line-height: 35px;
	/*border-bottom: 1px dashed #C8B69B;*/
	margin: 0px;
	border-left: none;
}
ul.menu li a {
	display: block;
	width: 310px;
	height: 32px;
	margin: 0px;
	padding: 4px 0px 8px 30px;
	background: url(../img/img06.jpg) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}
ul.menu li a:hover {
	background: url(../img/img05.jpg) no-repeat left top;
	text-decoration: none;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 0px;
	padding-bottom: 30px;
}
ul.links li {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	/*border-bottom: 1px dashed #C8B69B;*/
	margin: 0px;
	border-left: none;
}
ul.links li a {

	text-decoration: none;
	font-size: 14px;
	color: #4D8D99;
}
ul.links li a:hover {
text-decoration: underline;
}

#main-content {
	float: right;
	width: 490px;
	padding: 10px 50px 0px 60px;
}
.content {
	margin-bottom: 40px;
}
h2.title ,
h3.title {
	padding: 0px 0px 0px 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E44D32;
	border: none;
}
.osusume {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 920px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 310px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}
