* {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background-color: #000;
	background-image: url(images/img_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	letter-spacing: 1px;
}

/* ----------------------------------------------------------- レイアウト */
#wrapper {
	width: 950px;
	text-align: center;
	margin: auto;
}
.contents {
	background-color: #FFF;
	padding: 0px auto auto auto;
}

.contents_sub {
	background-color: #FFF;
	width: 900px;
	margin: auto;
}

#contents_shop {
	background-color: #FFF;
	padding: auto;
	margin-top: 10px;
}

.box_left {
	float: left;
	margin: auto;
}
.box_left2 {
	float: left;
	margin: auto;
	background-image: url(images/img07.jpg);
}

.box_right {
	float: right;
}

/* ----------------------------------------------------------- マージン */

.pa01 {
    padding-bottom:0px;
}
.pa02 {
    padding:auto;
}

/* ----------------------------------------------------------- レイアウト */
.text01 {
	margin: 10px auto auto auto;
	line-height: 20px;
}
.text02_left {
	margin: 0px 0px auto 20px;
	line-height: 20px;
	float: left;
}

.text03 {
	width: 260px;
	float: left;
	line-height: 20px;
}

.text03_left {
	margin: 0px 0px auto 40px;
	line-height: 20px;
	float: left;
}


.text04 {
	margin: auto;
	line-height: 20px;
}

.text05 {
	margin: 10px 20px auto 20px;
	line-height: 20px;
}


.text_footer {
	margin: auto auto 10px auto;
	line-height: 20px;
	color: #FFF;
	text-align: right;
}

/* ----------------------------------------------------------- DIV処理 */

.clear { clear: both; }   
.clear hr { display: none; }
