body{
	padding:0;
	margin:0;
	background-color:#000;
	color:#cccccc;
	background-image:url("../images/all_bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}

h1,h2,h3,h4,h5,
img,span,
p,div,
ul,ol,dl,
li,dt,dd,
form {
	margin: 0;
	padding: 0;
	border: none;
}

#contentsAll{
	width:900px;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-image:url("../images/contents_bg2.jpg");
	background-repeat:repeat-y;
}

#contentsInner{
	width:900px;
	padding-top:45px;
	background-image:url("../images/contents_bg1.jpg");
	background-repeat:no-repeat;
}

#contentsInnerM{
	width:900px;
	padding-top:45px;
	background-image:url("../images/contents_bg1m.jpg");
	background-repeat:no-repeat;
}

#contentsInner1{
	width:900px;
	padding-top:45px;
	background-image:url("../images/contents_bg0.jpg");
	background-repeat:no-repeat;
}

#titleArea{
	width:840px;
	padding:13px;
	background-color:#000;
	border:1px solid #ffcf00;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#shopInfo{
	width:840px;
	padding:13px;
	background-color:#000;
	border:1px solid #ffcf00;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#contentsBox{
	width:868px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/cnt_box_bg.gif");
	background-repeat:repeat-y;
}

#bottomNavi{
	width:868px;
	height:62px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/bottom_navi_container.jpg");
	background-repeat:no-repeat;
}

#bottomNavi img{
	padding:0 6px 0 6px;
}

#copyRight{
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0 30px 0;
	color:#787777;
	font-size:11px;
}

#commentArea{
	width:827px;
	margin-left:auto;
	margin-right:auto;
}

#add_Area {
	width:807px;
	border:1px solid #ffcf00;
	background-color: #000;
	margin-left:auto;
	margin-right:auto;
	padding:8px 12px 8px 12px;
	margin-top: 5px;
}

#footerArea{
	width:840px;
	padding:13px;
	background-color:#000;
	border-top:1px solid #ffcf00;
	border-left:1px solid #ffcf00;
	border-right:1px solid #ffcf00;
	margin-left:auto;
	margin-right:auto;
}

#contentsInnerB{
	width:868px;
	margin-left:auto;
	margin-right:auto;
}

.clearBoth{
	clear:both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}