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

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

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

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

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

ul, ol {
}

blockquote {
}

a {
	color: #3B3B3B;
}

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

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: 920px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}
#header h1 {
	font-size: 22px;
	margin-top: 60px;
}
#header #description {
}
#header h2 {
	position: absolute;
	top: 15px;
	left: 15px;
	/*background: url(../img/img02.jpg) no-repeat right 10px;*/
}
#header h2 a {
	display: block;
	float: left;
	margin: 0px 6px;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8E8E8E;
}
#header h2 a:hover {
	text-decoration: none;
	background: #6A6A6A;
	color: #FFFFFF;
}

#side {
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px 20px;
}
ul.menu li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	margin: 0px 0px 0px 0;
	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: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px 20px;
}
ul.links li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	margin: 0px 0px 0px 0;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #E0E0E0;
}
ul.links li a {
	font-weight: normal;
}
ul.links li a:hover {
	color: #666666;
}
#side a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

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

#main-content {
	float: right;
	width: 580px;
}
.content {
	background: url(../img/img06.jpg) no-repeat left bottom;
	padding-bottom: 70px;
	margin-bottom: 40px;
}
.content p {
	background: url(../img/img05.jpg) repeat-y left top;
	margin: 0;
	padding: 10px 30px;
}
h2.title ,
h3.title {
	background: url(../img/img04.jpg) no-repeat left top;
	height: 50px;
	padding-left: 30px;
	padding-top: 20px;
	overflow: hidden;
}
h2.title a ,
h3.title a {
	color: #549900;
}
.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;
}
