@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: repeat url(../img/background.png);
	font-size: 14px;
	line-height: 1.6;
}
#wrap {
	background-color: #ffffff;
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 8px #555;
	-moz-box-shadow: 0px 0px 8px #555;
	-webkit-box-shadow: 0px 0px 8px #555;
}
.content {
	clear: both;
	overflow: hidden;
	text-align: center;
}
.tokutyou {
	padding-left: 50px;
	padding-right: 50px;
}
.carts {
	position: relative;
}
.teiki {
	position: absolute;
	top: 663px;
	left: 125px;
}
.tuujou {
	position: absolute;
	top: 900px;
	right: 115px;
}
.tameshi {
	position: absolute;
	bottom: 120px;
	left: 150px;
}
.carts2 {
	background: url(../img/cart2_back_02.jpg) repeat;
	background-size: 500px 600px;
	text-align: center;
	padding: 10px 0 10px;
}
.carts2 p img {
	box-shadow: 1px 1px 5px #555;
	-moz-box-shadow: 1px 1px 5px #555;
	-webkit-box-shadow: 1px 1px 5px #555;
}
.footer {
	background-color: #005699;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
}

.TAL {
	text-align: left;
}
.FL {
	float: left;
}
.FR {
	float: right;
}
.MB10 {
	margin-bottom: 10px;
}
.MB20_top {
	margin-bottom: 20px;
}
.MB30 {
	margin-bottom: 30px;
}
.MB40 {
	margin-bottom: 40px;
}
.MB50 {
	margin-bottom: 50px;
}
.MB60 {
	margin-bottom: 60px;
}
.MB70 {
	margin-bottom: 70px;
}
.MB80 {
	margin-bottom: 80px;
}
.MB90 {
	margin-bottom: 90px;
}
.MB100 {
	margin-bottom: 100px;
}
