@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	background-image: url(bg.gif);
}
#inbox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
h1 {
	margin: 30px 0px;
}
.btn-sold {
	text-align: center;
}
.btn-sold a {
	background-image: url(btn_land.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 344px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.btn-sold a:hover {
	background-image: url(btn_land_o.jpg);
}
#common_ftag {
	position: absolute;
}
.box {
	background-color: #FFF;
	width: 500px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* CSS3 */
	box-shadow : 2px 2px 10px #999;
	-moz-box-shadow : 2px 2px 10px #999;
	-webkit-box-shadow : 2px 2px 10px #999;
}
#ana {
	background-image: url(ana.png);
	background-repeat: no-repeat;
	position: absolute;
	top:-34px;
	left:-47px;
	width:113px;
	height:137px;
}
* html #ana{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
strong {
	font-variant: normal;
	color: #0067CD;
}

