@charset "UTF-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
	background: #ffffff url(../img/bg_site_name.jpg) no-repeat top left;
}
img {
	border:0px;
}
a {
	color: #7F7F7F;
	background-color: transparent;
}
a:hover {
	color:#000;
	background-color: transparent;
}
p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
h1 {
	color: #7F94AE;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12pt;
	margin: 5px 0px 5px 10px;
}
h2 {
	color: #7F94AE;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11pt;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#wrapper {
	clear: both;
	width: 980px;
	height: auto;
	text-align: left;
	background: url(../img/f5.gif) no-repeat center right;
}

#header {
	clear: both;
	width: 980px;
	height: auto;
}
#header h1 {
	background: transparent url(../img/bg_header_slogan.jpg) repeat-y right;
	font-weight: normal;
	color: #666;
	font-size: 11pt;
	text-align: right;
}
#header #description {
	text-align: right;
}
#header h2 {
	text-align: right;
}

#side {
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 20px;
	background: url(../img/bg_left_navigation.gif) no-repeat top left;
	padding-top: 25px;
}
ul.menu {
	list-style: none;
	border-left: 2px solid #7F94AE;
	border-right: 2px solid #7F94AE;
	border-bottom: 2px solid #7F94AE;
	line-height: 20px;
	font-size: 11pt;
	padding-bottom: 10px;
}
ul.menu li {
	margin: 0px 5px 0px 5px;
	background: 
}
ul.menu li a {
	display: block;
	width: 168px;
	padding-left: 15px;
	text-decoration: none;
	border: 1px dotted #fff;
}
ul.menu li a:hover {
	border: 1px dotted #7D7D7D;
}
ul.links {
	list-style: none;
}
ul.links li {
	margin: 15px 0;
}
ul.links li a {
}
ul.links li a:hover {
}

#main-content {
	margin: 0 0 0 0;
	padding: 15px 60px;
	float: right;
	width: 630px;
	background: url(../img/f1.gif) top left no-repeat;
}
.content {
	margin-bottom: 20px;
}
h2.title ,
h3.title {
	text-align: right;
	color: #7F94AE;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14pt;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.osusume {}

#footer {
	clear: both;
	display: block;
	width: 980px;
	height: 47px;
	text-align: left;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 220px;
	background: url(../img/bg_footer.gif) no-repeat top left;
}
#footer p {}
