@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------

product top

--------------------------------------------*/
#feature {
	margin-bottom: 20px;
}

#feature div.clearfix {
	clear: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	width: 678px;
	background: url(../../product/img/index/bg_feature.gif) repeat-y;
}

#feature div.clearfix dl {
	float: left;
	width: 215px;
	padding-right: 11px;
}

#feature div.clearfix dl dd {
	padding: 5px 7px 10px;
}


#lineup {
	margin-bottom: 20px;
}

#lineup ul {
	margin-left: 10px;
}

#lineup ul li {
	float: left;
	width: 213px;
	height: 46px;
	font-size: 0;
	line-height: 0;
	margin-right: 15px;
	overflow: hidden;
}

#lineup ul li.br {
	margin-right: 0;
}

/* -------------------------------------------

product category

--------------------------------------------*/

#category {
	
}

p.lead {
	margin: 15px 0 25px 30px;
}

#category table {
	width: 654px;
	margin: 0 auto;
	border: #DDD 1px solid;
}

#category table td {
	border: #DDD 1px solid;
	padding: 5px;
	vertical-align: top;
	width: 50%;
}
#category table td p {
	width: 314px;
	font-size: 116%;
	margin: 0 0 5px 0;
	font-weight: bold;
	line-height:1.4em;
}
#category table td p a {
	width: 289px;
	background: url(../../product/img/category/bg_catlink_off.gif) no-repeat center right;
	background-color:#e8f5fc;
	display: block;
	text-decoration:none;
	padding:5px 15px 5px 10px;
}
#category table td p a:hover {
	background: url(../../product/img/category/bg_catlink_on.gif) no-repeat center right;
	background-color:#bae1f5;
}

#category table td dl {
	width: 314px;
	margin: 5px 0 0 0;
}
#category table td dl dt {
	float:left;
	width: 80px;
	margin: 0 6px 0 4px;
}

#category table td dl dd {
	float:left;
	width: 214px;
}

/* -------------------------------------------

product detail

--------------------------------------------*/

.pagenav {
	width: 654px;
	margin: 0 auto;
	font-size:0.9em;
}
.pagenav .pagenav-l {
	float: left;
}
.pagenav .pagenav-r {
	float: right;
}

#detail {
	
}

#detail ul {
	width: 654px;
	margin: 0 auto;
}

#detail ul li {
	width: 320px;
	border: #DDD 1px dotted;
	float: left;
	margin-bottom:10px;
}

#detail ul li.li-left {
	margin-right:10px;
}
#detail ul li.li-right {
}

	
#detail ul li p {
	width: 309px;
	font-size: 116%;
	margin: 5px 0 5px 5px;
	font-weight: bold;
	line-height:1.4em;
}
#detail ul li p a {
	width: 244px;
	background: url(../../product/img/detail/bg_detlink_off.gif) no-repeat center right;
	background-color:#eeeeee;
	display: block;
	text-decoration:none;
	padding:5px 55px 5px 10px;
}
#detail ul li p a:hover {
	background: url(../../product/img/detail/bg_detlink_on.gif) no-repeat center right;
	background-color:#dddddd;
}

#detail ul li dl {
	width: 309px;
	margin: 8px 0 8px 8px;
}
#detail ul li dl dt {
	float:left;
	width: 80px;
	margin: 0 6px 0 0px;
}

#detail ul li dl dd {
	float:left;
	width: 210px;
}
