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

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

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #4E832F; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../img/img06.jpg) repeat-y left 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 180px;
	background: #F3F2ED url(../img/img04.jpg) repeat-x left top;
	position: relative;
}
#header h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 107px;
	margin: 0 auto 0;
	padding: 0 10px;
	background: url(../img/img08.jpg) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#header #description {
	position: absolute;
	bottom: -49px;
	left: 0px;
	width: 960px;
	height: 50px;
	background: url(../img/img05.jpg) repeat-y left bottom;
	margin: 0 auto;
	padding: 0 20px;
	color: #000000;
}
#header h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 8px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#header h2 a {
	display: block;
	float: left;
	height: 32px;
	padding: 14px 20px 0px 10px;
	/*letter-spacing: -1px;*/
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#header h2 a:hover {
	text-decoration: underline; 
}

#side {
	float: right;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 80px;
	padding: 0 30px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.menu li {
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #E0E0E0;
	background: url(../img/img07.jpg) no-repeat left 13px;
}
ul.menu li a {
	font-weight: normal;
}
ul.menu li a:hover {
	color: #666666;
}

ul.links {
	margin: 50px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.links li {
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #E0E0E0;
}
ul.links li a {
	font-weight: normal;
}
ul.links li a:hover {
	color: #666666;
}

#main-content {
	float: left;
	width: 700px;
	margin-top: 80px;
}
.content {
	margin: 0 30px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}
h2.title {
}
h3.title {
}
.osusume {
}

#footer {
	clear: both;
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #E0E0E0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
}

