@charset "shift_jis";
@import url("nav1.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;
}

#wrapper {
	position: absolute;
	width: 800px;
	height: 600px;
	background: #DADBC5;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -400px;
}
#content {
	clear: both;
	width: 800px;
	height: 250px;
}
#content #main {
	position: absolute;
	left: 260px;
	top: 360px;
	width: 530px;
	height: 230px;
}
#content #main p {
	line-height: 1.5;
}	
#content #logo {
	padding: 0 0 0 0;
}
#content #logo2 {
	position: absolute;
	padding: 0;
	left: 0;
	top: 350px;
}

