@import url("/css/common.css");

#contents {
	background: #fff;
	font-size: 90%;
	color: #2E271F;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}

#contetns a{
	text-decoration: none; color: #b32518;
}

div#contHead {
	margin-bottom:10px；
}

#top {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#top img{
	display:block;
}

#stage {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*
	background: #b32518;
	*/
}
#table {
	width: 960px;
	background: #ff6600 url(/img/special/santa/table_bg.png) repeat-y;
}
#table-inner {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 834px;
}

#about {
	margin-bottom: 20px;
	display: block;
	background: url(/img/special/santa/about.png) no-repeat;
}

h3 {
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 20px;
}

#method {
	float: left;
	width: 404px;
}
#list {
	float: left;
	margin-left: 20px;
	width: 404px;
}

.shopbox{
	margin-bottom: 20px;
}

.txtbox {
	margin-bottom: 10px;
	font-size: 90%;
}

.sign {
    margin-bottom:20px;
	text-align: center;
}

.account1{
    margin-top:5px;
}

.account2{
    margin-bottom:20px;
}

.box-top {
	width: 404px;
	height: 6px;
	background: url(/img/special/santa/box_content_bg.png) no-repeat;
}
.box-content {
	width: 404px;
	height: 6px;
	background: url(/img/special/santa/box_content_bg.png) no-repeat;
}
.box-bottom {
	width: 404px;
	height: 6px;
	background: url(/img/special/santa/box_content_bg.png) no-repeat;
}



#bottom {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}

/* Clearfix */

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

.clearfix {
  min-height: 1px;
}

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


