@charset 'utf-8';
/* product */
#mainContents {
	height:auto;
	overflow: visible;
}
h2 {
	font-size: 120%;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: 30px;
	padding-bottom: 20px;
	background: url(../img_main/r_header25.png) no-repeat;
}
img.cat-title {
	padding-top: 15px;
	padding-left: 0px;
	margin-left: 20px;
	padding-bottom: 20px;
	display: block;
}
.catImgHolder {
	padding: 10px;
	float: right;
}
.catImgHolderLeft {
	padding: 10px;
	float: left;
}
p#catDesc {
	font-size: 90%;
	margin: 5px 55px 10px;
	padding: 10px 5px;
	background: #fdfdd3;
	border: 1px solid #f0f0f0;
	line-height: 1.5em;
}
div.productListBox {
	padding: 5px 30px;
}
div.productListBox h2 {
	text-decoration: none;
	background: url(../img_main/r_header25.png) no-repeat;
}
div.productImageBox {
	
}
div.productImageBox img {
}
#catDetail {
	padding: 5px 20px 5px 35px;
	font-size: 80%;
}
p.catCap {
	width: 500px;
	font-size: 90%;
	margin: 5px 0px 10px;
	margin-left: 55px;
	padding: 10px 5px;
	color: #666666;
}
div.orderBtn {
	padding-top: 10px;
	padding-left: 50px;
	text-align: right;
}
dt {
	font-weight: bold;
	float: left;
	width: 100px;
	clear: left;
}
dd {
	margin-left: 100px;
}
ul, ol {
	list-style-position: inside;
}
h4 {
	padding: 8px 4px;
	font-size: 110%;
	font-weight: bold;
}
h5 {
	padding: 6px 4px;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
}
.mark-box {
	text-align: right;
}
/* search */
#search-box {
	border: 1px solid #096c7f;
	border-top-width: 8px;
	font-size: 90%;
	margin: 10px 30px;
	padding: 10px;
	line-height: 2em;
	clear: both;
	
	background-position: right bottom;
	background-repeat: no-repeat;
}
#search-form {
	padding: 5px 2px;
}
#search-form label {
	font-weight:  bold;
	font-size: 90%;
}
#search-form #w {
	width: 300px;
}
#search-btn-box {
	text-align: right;
}
/* product */
#product-img-box {
	position: relative;
	left: 20px;
}
#viewinfo-box {
	padding: 10px 30px;
}
#viewinfo-box p {
	font-size: 80%;
	
	font-weight: bold;
	color: #262626;
	border-bottom: 1px solid #595959;
}
span.current-show {
	padding: 4px;
	color: #ffffff;
	background-color: #02708c;
	font-weight: bold;
	font-size: 105%;
}
p.nav-btn-p {
	font-weight: bold;
	font-size: 100%;
	float: left;
	width: 150px;
	margin: 2px 5px;
	padding: 2px 2px 2px 15px;
	background:url(../img_main/head_nav.png) no-repeat left center;
}
p.nav-btn-p a:link, p.nav-btn-p a:visited {
	color: #ff6800;
}
p.nav-btn-p a:hover, p.nav-btn-p a:active {
	color: #ff7200;
}
p.nav-btn-p span.current-show {
	color: white;
	background: #ee8848
}
p.sub-cat-link {
	float: left;
	font-size: 90%;
	width: 220px;
	padding: 4px 4px 4px 15px;
	background:url(../img_main/head_cat.png) no-repeat left center;
}
div.nav-end-box {
	clear: left;
	text-align: right;
	font-size: 80%;
}