@charset "shift_jis";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-attachment: fixed;
}
.oneColFixCtr #container {
	width: 600px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #cccccc;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.oneColFixCtr  #hed {
	margin: 0px;
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
}

/*ここから上は変更しない*/

.table{
	border-collapse: collapse;
	width:90%;
	font-size:12px;
}


#main{
	margin:10px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:50px;
	#margin-bottom:5px;
	#padding-bottom:5px;
}

#top_image{
	text-align:center;
}
.top_image3{
	text-align:center;
	margin-top:15px;
}
#headline{
	border-left:solid 5px #ff8c00;
	border-bottom:solid 1px #ff8c00;
	padding:3px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px:
}
#hr{
	border-bottom:dotted 2px #ff8c00;
	margin:5px;
}
#bunner{
	text-align:center;
	margin:5px;
}


#margin-center{
	margin-left:25px;
}

#left{
	float:left;
	width:250px;
	margin:5px;

}

#left2{
	float:left;
	width:150px;
	margin:5px;

}

#gallery_box{
	margin-left:25px;
	width:600px;
	margin-left:8px;
	height:auto;
}
#gallery_inbox{
	float:left;
	margin:3px;
	width:180px;
}

.oneColFixCtr  #detail {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: x-small;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 560px;
	padding-top: 5px;
}

#inimage {
	height: 357px;
	width: 150px;
	position: absolute;
	right: 15px;
	top: -368px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/img_back.png);
}

#list_left {
	float:left;
	margin:5px;
}

#img_box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}



.header_return { 
	width:170px;
	height:35px;
	background:url(../img/item_page/h_return_button.jpg) no-repeat;
	float:right;
}

.header_return a { 
	display:block;
	width:170px;
	height:35px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.header_return a:hover { 
	text-indent:-9999px;
} 


