﻿html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #666;
	background-image: url(img/heder-line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
}
#header {
	height: 84px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	position: absolute;
	left: 8px;
	top: 0px;
	z-index:1;
}
#container {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	background-color: #FFFFFF;
}
a:link {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
a:hover {
	color: #F00;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
#midashi {
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	color: #06F;
	text-decoration: none;
}
#komidashi {
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}
.shadow{
	box-shadow: 5px 5px 10px;
	border: 1px solid #000;
    }
.shadowbox{
	box-shadow: 3px 3px 5px;
	border: 1px solid #000;
	width: 230px;
	height: 173px;
	color: #666666;
    }
.shadowno{
	box-shadow: 3px 3px 5px;
	border: 1px solid #000;
	width: 230px;
	height: 173px;
	color: #666666;
    }
.btshadowbox{
	box-shadow: 3px 3px 5px;
	border: 1px solid #000;
	width: 334px;
	height: 247px;
	color: #666666;
    }
.btsold{
	box-shadow: 3px 3px 5px;
	border: 1px solid #000;
	width: 334px;
	height: 247px;
	color: #666666;
    }
.btmid{
	color: #FF3300;
	font-size: 21px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
    }
.btprice{
	color: #0000CC;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
    }
.topshadow{
	box-shadow: 5px 5px 10px;
	border: 1px solid #000;
	width: 726px;
	height: 380px;
    }
#footer {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	clear: both;
	width: 100%;
	border-top: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
