@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size:12px;
}
#container {
	width: 510px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding:0px;
	font-size: 100%;
	line-height: 120%;
}
#header {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0;
}
.title01 {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0;
	background-image: url(images/title01.gif);
	height: 70px;
	width: 510px;
	text-indent: -9000px;
}
h2#aoyama{
	padding: 0px;
	margin: 0px;
	background-image: url(images/title02_1.gif);
	height: 60px;
	width: 510px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	line-height:100%;
	font-size:100%;
	font-weight:nomal;

}

h2#yotsuya{
	padding: 0px;
	margin: 0px;
	background-image: url(images/title02_2.gif);
	height: 80px;
	width: 510px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	line-height:100%;
	font-size:100%;
	font-weight:nomal;

}

h1 {
	display: inline;
}
#container .detail {
	background-image: url(images/box.gif);
	background-repeat: repeat-y;
	width: 470px;
	padding: 10px 20px;
	margin: 0px;
}
#footer{
	height: 12px;
	margin: 0;
	background: url(images/footer.gif) repeat-x left top;
	text-align: center;
	font-size: 10px;
	padding: 20px 0;
	color: #FFFFFF;
	}
	
#container .detail td {
	color: #666666;
	padding: 2px;
	font-weight: normal;
	background-color:#FFFFFF;
}
#container .detail th {
	color: #666666;
	padding: 2px;
	font-weight: normal;
	text-align:left;
	background-color:#FFFFFF;

}

.style4 {
	color: #FF3333;
	font-weight: bold;
}
#container .detail .notes {
	width: 480px;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container .detail  p {
	display: inline;
	color:#666666;
}
#container .detail .sold{
	background-color: #E0E0E0;
	color:#FF3333;
	text-align:center;
	font-weight:bold;

}
#container .detail .price_table th {
	text-align: center;
}
#container .detail .price_table td {
	text-align: center;
}
.notes {
	width: 460px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0px auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding:20px 25px 20px 25px;
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}
