#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 600px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* add */
#facebox * {
　　　　border-style: none;
　　　　background-color: transparent;
}

img {
border:0;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}#top_left {
	float: left;
	width: 500px;
	margin-top: 20px;
	height: 60px;
	vertical-align: top;
	margin-bottom: 0px;
}
.logo {
	float: left;
	padding-right: 20px;
}
.top_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 0.5em;
}
.top_title_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 3.5em;
}
#top_right {
	float: right;
	width: 400px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	height: 60px;
	padding-top: 5px;
}
#top_right a {
	font-size: 10px;
	outline:none;
	color: #666666;
	text-decoration: underline;
}
#top_right a: visited {
	outline:none;
	color: #666666;
	text-decoration: underline;
}
#top_right a:hover {
	color: #FF6600;
	outline:none;
	text-decoration: underline;
}
.click {
	color: #FF6600;
}
.brand {
	margin-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.brand .brand_name {
	font-size: 17px;
	padding-left: 7px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: "Times New Roman", Times, serif;
}
.brand_des {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.watch {
	z-index: 1;
	float: left;
}
.spec {
	float: right;
	width: 280px;
	padding-right: 7px;
}
.kakaku {
	text-decoration: none;
	font-size: 10px;
}

#recommendation {
	width: 900px;
	clear: both;
}
table#recommen {
	width: 900px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
	margin-top: 15px;
	border-style:none;
	border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

#recommendation td{
	vertical-align: top;
	border-style:none;
	height: 170px;
	width: 120px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#recommen a {
	outline:none;
}
.product_name {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FF6600;
	line-height: 2.3em;
}
.strap {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
}
.product_text {
	font-size: 11px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.item1 {
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.item2 {
	font-size: 11px;
	padding-bottom: 8px;
}
.price {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 8px;
}
.details {
	padding-top: 3px;
	text-align: center;
}
.details a:link {
	color: #FF6600;
	padding: 5px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	outline:none;
}
.details a:visited {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	outline:none;
}
.details a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	outline:none;
}
.foot {
	height: 50px;
	padding-top: 30px;
}

.clear {
	clear: both;
}
