@charset "UTF-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:10px 0 0 0;
	height:1520px;
}
#container {
	width: 860px;
	margin: 0 auto;
	color: #fff;
	background: url(../../images/back.jpg);
	position:relative;
}
#header {
	color: #000;
}
#main {
	width: 420px;
	padding:20px;
	margin:30px 0 0 0;
	float:left;
	font-size:14px;
	line-height:200%;
	clear:both;
	color:#000000;
	background-image:url(img/bg02.png);
}

#footer {
	width: 860px;		/* IE5.5-6.0対策 */
	clear: both;
	color: #000;
	background: #eee;
}