ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
 背景指定
-----------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C2A482;
}


/*-----------------------------------------------
 top
-----------------------------------------------*/
#container {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*-----------------------------------------------
 copylight
-----------------------------------------------*/
#footer
 {
	height:16px;
	font-size: 10px;
	color: #330000;
	text-align: center;
	padding-top:3px;
}

/*-----------------------------------------------*/
/*　回り込み解除
-----------------------------------------------*/
.clear {
}
