@charset "utf-8";

body {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size:13px;
	line-height: 1.8em;
}
p {
	margin: 0;
	padding: 0;
}
img,
object,
embed {
	border: 0;
	vertical-align: top;
}
#headerBox {
	width: 100%;
	height: 70px !important;
	background: url(images/headbg.gif) repeat;
	margin: 0;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
}
#headerBox ul.innerbox {
	*zoom: 1;
	width: 705px;
	height: 40px;
	margin: 15px auto 0 auto;
	display: block;
}
#headerBox .innerbox li {
	float: left;
	margin-right: 15px;
	list-style: none;
}
#headerBox .innerbox img {
	border: none;
}
#headerBox .innerbox a {
	border: none;
}
#headerBox .innerbox:after {
	display: block;
	clear: both;
	content: '';
}

#container {
	width: 710px;
	margin: 70px auto 0 auto;
	padding: 0px 5px;
	background: url(images/bgLoopy.gif) repeat-y;
}
#container_bottom {
	background: url(/campaign-hayawari/images/bgBottom.gif) no-repeat center bottom;
	padding-bottom: 30px;
}
.titlebox{
	margin: 0;
	height: 40px;
	width: 650px;
}
.titlebox2 {
	margin: 20px 0 0 0;
}
.titlebox3 {
	margin: 40px 0 0 0;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}
.dl01 {
	margin: 0;
	padding: 0 0 0.1em 0;
}
.dl02 {
	margin: 0;
	padding: 0.3em 0 0 0 !important;
	line-height: 1.8em;
	font-size: 13px;
}
.imgbox {
	*zoom: 1;
	margin-top: 30px;
	padding: 0 30px;
}
.imgbox:after {
	display: block;
	clear: both;
	content: '';
}
.imgbox .img_left {
	float: left;
}
.imgbox .img_right {
	float: right;
}
.tabg {
	background: #fdede4 !important;
}
h1 {

	margin:0px;

	padding:0px;

	display:inline;

	line-height:100%;

	font-size:100%;

	font-weight:nomal;

}
#container .dl02 a {
	color: #47678d;
}
#container .detail {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 30px auto 0 auto;
	height: auto;
	width: 650px;
}
#container .detail  p {
	color: #666666;
	padding-top: 1em;
}
#footer{

	height: 12px;

	margin: 10px 0px 0px 0px;

	text-align: center;

	font-size: 10px;

	padding: 20px 0;

	color: #FFFFFF;

	background-image: url(images/footer.gif);

	background-repeat: repeat-x;

	background-position: left top;

	}

	
#container .detail .campainPrice {
	font-size: 14px;
	margin: 20px 0 0 0;
}
#container .detail .campainPrice2 {
	font-size: 14px;
	margin: 10px 0 0 0;
}
#container .detail .campainPrice3 {
	font-size: 14px;
	margin: 30px 0 0 0;
}
#container .detail td {

	color: #666666;

	padding: 2px;

	font-weight: normal;

	line-height: 150%;

}

#container .detail th {

	color: #666666;

	padding: 2px;

	font-weight: normal;

	text-align:left;

}

#container .detail .sold{

	background-color: #E0E0E0;

	color:#FF3333;

	text-align:center;

	font-weight:bold;



}

#container .detail .price_table th {

	text-align: center;

	background-color:#FFFFFF;

}

#container .detail .price_table td {

	text-align: center;

	background-color:#FFFFFF;



}

#header{

	height: 12px;

	margin: 0;

	text-align: center;

	font-size: 10px;

	padding: 20px 0;

	}

#heder ul{

	margin:0px;

	padding:0px;

}

		

#container #banner li {

	float: left;

	width: 255px;

	margin: 0px;

	padding: 0px;

	list-style:none;

	display:inline;

	

}

#container #banner li a:hover{

	top:1px;

	left:1px;

	position:relative;	

}



#container #banner {

	width: 510px;

	margin:0px;

	padding:0px;

}

#container #banner ul {

	margin: 0px;

	padding: 0px;

}

#container #banner img {

	border:none;

	padding:0px;

	margin:0px;

}

#container .detail .price_table td.close {

	background-color: #CCCCCC;

}

.notes {
	width: 660px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0px auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding:20px 25px 20px 25px;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.redhot {
	color: #C00;
}