@charset "utf-8";

* html .iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
}

body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 1.4;
	color: #444444;
}

h1,h2,h3,h4,h5,h6,p,form{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a{
	color: #AA9100;
	text-decoration: none;
}

a:visited{
	color: #AA9100;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul{
	margin: 0;
	padding: 0;
	clear: both;
}

.ClearLine{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

#ItemsMainWrap{
	width: 560px;
	margin: 0 auto;
	padding: 10px;
}

h1#ItemsHeader{
	width: 560px;
	height: 31px;
	margin: 0 0 10px;
	background-image: url(/images/BWJW_logo_150.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h2#ItemsCatch{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #B54A4A;
}

h3#ItemsName{
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}

.ItemsPrice{
	margin: 5px 0 0;
}
.ItemsPriceIcon{
	margin: 3px 3px 0 0;
	vertical-align: baseline;
}

.ItemsPhotoMain{
	margin: 10px auto;
	text-align: center;
}
p.ItemsDescription{
	margin: 0;
	text-align: center;
}

.ItemsShopName{
	font-size: 12px;
	margin: 5px 0 0;
}
.ItemsShopNameIcon{
	margin: 3px 3px 0 0;
	vertical-align: baseline;
}

.RequestBox{
	margin: 10px 0 50px 0;
	padding: 10px;
	border: dotted 1px #B54A4A;
}


p.RequestData{
	float: left;
	padding-top: 8px;
}
a.RequestData{
	width: 140px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px;
	background-image: url(/images/Search/Btn_RequestData.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.RequestData:hover{
	background-position: 0 -28px;
}

a.RequestReserve{
	width: 162px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px;
	background-image: url(/images/Search/Btn_RequestReserve.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.RequestReserve:hover{
	background-position: 0 -28px;
}

a.RequestQuestion{
	width: 140px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px;
	background-image: url(/images/Search/Btn_RequestQuestion.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.RequestQuestion:hover{
	background-position: 0 -28px;
}

ul.RequestSet{
	list-style: none;
}
ul.RequestSet li{
	float: left;
}
ul.RequestSet li.heightset{
	height: 14px;
	padding-top: 10px;
	display: block;
}

