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

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/body_bg.gif);
}
a {
	color: #F00;
}

a:hover {
	color: #900;
}

#wrapper {
	color: #B55200;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	font-size: small;
	border-left: dotted 2px #FFF;
	border-right: dotted 2px #FFF;
}

#header {
	width: 45%;
	height: 200px;
	background: url(../img/header_bg.gif);
	background-position: 24px top;
	color: #B55200;
	padding: 10px;
	position: relative;
	left : 200px;
	border: 1px dotted #333333;
	border-bottom: none;
	float: left;
  }

#header a {
	color: #F00;
	text-decoration: none;
}

#header a:hover {
	color: #900;
	text-decoration: underline;
}
h1 {
	float: right;
	font-size: 100%;
	margin: 10px;
	position: absolute;
}

#description {
	font-size: 100%;
	display:inline;
	margin: 0 10px;
	position: absolute;
	right: 10px;
}
h2 a{
	font-size: 180%;
	position: absolute;
	top: 60px;
	left: 240px;

}

#side {
	width: 30%;
	margin: 20px;
	padding: 10px;
	border: 1px dotted #333333;
	background-color: #FFF;
	float: right;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	line-height: 1.6em;
	margin-right: 1em;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}


#main-content {
	position: relative;
	left : 200px;
	clear: left;
}
.content {
	width: 45%;
	border: dotted 1px #000;
	border-top: none;
	border-bottom: none;
	background-color:#FFF;
	padding: 10px;
}
.content p {
	margin: 0.6em 1em;
	line-height: 1.4em;
}
h2.title ,
h3.title {
	font-size: 120%;
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #000;
}
.osusume {
	padding: 5px 0 0 0;
	margin: 20px;
	border-bottom: 1px dotted #000;
}

#footer {
	width: 45%;
	border: dotted 1px #000;
	border-top: none;
	background-color:#FFF;
	padding: 10px;
	position: relative;
	left : 200px;
	clear: both;
}
#footer p {
	padding-top: 2em;
	text-align: center;
	font-size: 100%;
}

