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

body {
	margin: 0;
	padding: 0;
	background: #2C2723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

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

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: #F84B00;
}

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;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0px 25px;
	background: #FFFFFF;
}

#header {
	width: 950px;
	height: 415px;
	margin: 0 auto;
	padding-top: 25px;
	background: #FFFFFF url(../img/img01.jpg) no-repeat center 25px;
}
#header h1 {
	width: 300px;
	margin: 0px;
	padding-top: 25px;
	padding-left: 10px;
	text-indent: 5px;
	line-height: normal;
	text-align: left;
	font-size: 20px;
	font-weight: 900;
	color: #FFFFFF;
}
#header #description {
	width: 300px;
	padding: 10px;
	padding-top: 160px;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}
#header h2 {
	width: 300px;
	padding: 5px 10px;
	color: #ffffff;
}
#header h2 a {
	color: #ffffff;
	text-decoration: none;
}
#header h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#side {
	float: left;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.menu li {
	border-bottom: 1px #BDBDBB dotted;
	margin-bottom: 30px;
	padding: 10px 0 10px 0px;
	margin: 0 0 0 5px;
	padding-left: 15px;
	background: url(../img/img09.jpg) no-repeat left 16px;
}
ul.menu li a {
	color: #696969;
}
ul.menu li a:hover {
}
ul.links {
	margin: 50px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.links li {
	border-bottom: 1px #BDBDBB dotted;
	margin-bottom: 30px;
	padding: 10px 0 10px 0px;
	margin: 0 0 0 5px;
	padding-right: 15px;
	background: url(../img/img09.jpg) no-repeat right;
}
ul.links li a {
	color: #696969;
}
ul.links li a:hover {
}


#main-content {
	float: right;
	width: 640px;
}
.content {
	margin-bottom: 25px;
}
h2.title ,
h3.title {
	text-decoration: none;
	color: #F84B00;
}
.osusume {
	padding: 2px 30px 2px 16px;
	background: url(../img/img08.jpg) no-repeat left 10px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

#footer {
	clear: both;
	width: 950px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 56px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #66665E;
}
