@charset 'UTF-8';
/*Container */

body {
	font-size:1.05em;
	}

#body_back {
	background-image:none;
	width:800px;
	height:auto;
	margin:20px;
	}
#body {
	width:auto;
	height:auto;
	margin:0px;
	}

#header {
	height:100px;
	width:auto;
	background-image: url(pictures/head_back.gif);
	background-repeat:repeat-x;
	margin-bottom:15px;
}
#logo {
	margin-left:0px;
	}

#content {
	background-image:none;
	height:auto;
	}
#content-text {
	overflow:auto;
	height:auto;
	width:auto;
	}
#content-right {
	height:auto;
	width:auto;
	}
#navi {
	display:none;
	float:none;
	position:absolute;
	}

#footer {
	height:auto;
	width:auto;
	text-align:left;
	border-top: 2px solid #52812E;
	margin-top:10px;
	padding-top:5px;
	}
