@charset "UTF-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url(../img/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;;
}

img { border: none; }
a { color: #26478A; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }


#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 230px;
	position: relative;
	background: #26478A url(../img/header.jpg) no-repeat;
}
#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 0 5px 10px;
	color: #fff;
}
#header h2 a {
	position: absolute;
	top: 40px;
	width: 100%;
	color: #ccc;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}
#header #description{
	position: absolute;
	top: 60px;
	background: #fff url(../img/intro.jpg) no-repeat;
	height: 110px;
	width: 740px;
	padding: 30px;
}

#side {
	margin-right: 20px;
	float: right;
	width: 150px;
	padding: 10px;
	border-left: 1px solid #bbb;
	font-size: 12px;
	line-height: 2em;
}
ul.menu {
	list-style: none;
}
ul.menu li {}
ul.menu li a {}

#main-content {
	margin-left: 20px;
	float: left;
	width: 568px;
	text-align: justify;
}
.content {}
h2.title,
h3.title {
	color: #FF4800;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.osusume {}

#footer {
	clear: both;
	border-top: 1px solid #aaa;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 0 0 10px 0;
	margin-top: 20px;
}
#footer p {}

