body {
	background: #FFFFFF url(img/headback.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	margin: 0px;
	padding: 0px;
}
#all {
	margin: 0px auto;
	width: 950px;
	padding: 0px;
}
#header {
	background: url(img/header.jpg) no-repeat;
	height: 90px;
}
#main {
	width: 950px;
	background: url(img/mainback.jpg) no-repeat 0px 22px;
	display: inline;
}
#footer {
	width: 100%;
	background: url(img/footback.jpg);
}
#foottext {
	margin: 0px auto;
	width: 950px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.top10 {
	margin-top: 10px;
}



#mainleft {
	float: left;
	width: 318px;
	display: inline;
}
#mainright {
	float: right;
	width: 267px;
	margin-top: 74px;
	margin-right: 145px;
	line-height: 185%;
	display: inline;
}

a {
	color: #805359;
	text-decoration: underline;
}
a:hover {
	color: #D5AFBC;
	text-decoration: none;
}
