@charset "shift_jis";
@import url("nav2.css");

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000;
	background: #C9DFD2 url(../su_images/main_bg.jpg) center top repeat-y;
}

#wrapper {
	position:relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
}
#content #logo {
	padding: 0 0 0 0;
}
#nav {
	float: left;
	width: 200px;
	height: 1200px;
	background: #E6E6C5;
}
div#nav #info {
	position: absolute;
	text-align: center;
	top: 400px;
	left: 20px;
	width: 150px;
}

#main {
	float: right;
	width: 600px;
	height: 1200px;
	background: #FFFFFF;
}	
#main #title {
	padding: 0 0 0 0;
}