@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	color: #333333;
}
a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#wrapper {
width:880px;
background-image:url(../img/page.png);
padding: 0;
margin: 0 auto;
}

#header {
clear:both;
width:840px;
height:110px;
background-image:url(../img/header.png);
padding-top:50px;
padding-left:60px;
}
#header h1,
#header h2,
#header h2 a,
#header #description {
color:#ffffff;
line-height:1.1em;
margin:5px;
}

#side {
float:right;
width:255px;
background-image:url(../img/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
margin: 10px;
padding-right: 15px;
}
ul.menu {
	list-style:none;
	margin-top:10px;
}
ul.menu li {}
ul.menu li a {
width:250px;
display:block;
clear:both;
padding-left:12px;
padding-top:6px;
height:25px;
border-bottom:2px solid #ededed;
color:#555555;
text-decoration:none;
font-size:14px;
font-weight:bold;
background-color:#f4f4f4;
margin:0;
}
ul.menu li a:hover, ul.menu li a:active {
background-color:#f9f9f9;
text-decoration:none;
color:#555555;
}
#main-content {
width:540px;
padding-left:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
}
.content {
	margin-bottom: 2em;
}
.content p {
	margin: 0.6em 0;
	line-height: 1.2em;
}
h2.title {}
h3.title {}
.osusume {}

#footer {
width:870px;
clear:both;
height:50px;
padding-top:40px;
text-align:center;
line-height:14pt;
background-image:url(../img/footer.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#footer p {}

