/*------------------------------------------------------------
header
------------------------------------------------------------*/

#header{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#header h1{
	text-align: right;
}

#header h1 a{
	text-decoration: none;
	color: #000000;
}

#header img{
	float: left;
}

#header h2{
	float: left;
	margin: 20px 0 0 20px;
}

#header div{
	float: right;
	margin-top: 20px;
}

/*------------------------------------------------------------
search
------------------------------------------------------------*/

#search{
	float: left;
	width: 100%;
	padding: 4px 0 7px 0;
	background: #006699;
}
	
#sub #sub_title{
	padding: 3px;
	background: #006699;
	color: #FFFFFF;
	font-weight: bold;
}

#sub #sub_contents{
	border: 1px solid #006699;
	padding: 3px;
	line-height: 20px;
}

#search input,select{
	vertical-align: middle;
}

#search select{
	margin-left: 5px;
}

#search .sub{
	margin-left: 5px;
}

/*------------------------------------------------------------
pan
------------------------------------------------------------*/

#pan{
	clear: both;
	float: left;
	width: 100%;
	background: #EEEEEE;
	margin-bottom: 10px;
	padding: 5px 0;
}

#pan ol{
	float: left;
	padding-left: 5px;
}

#pan li{
	display: inline;
}

#pan li a{
	padding-right: 12px;
	background: url(../../img_a/pan.gif) no-repeat right center;
}

#pan li #no_link{
	font-weight: bold;
}

#pan #page_back{
	float: right;
	background: url(../../img_a/left.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 5px;
}

#pan #page_back a{
	color: #666666;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/

#contents{
	float: left;
	width: 100%;
	background: url(../../img_a/sub_bg.gif) repeat-y left top;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/

#main{
	margin-left: 270px;
}

#main .navi{
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px dotted #9ECDE7;
	border-bottom: 1px dotted #9ECDE7;
	background: url(../../img_a/navi_bg.gif) repeat-x;
	padding: 5px 0;
	margin: 10px 0;
}

#main .navi .text{
	float: left;
}

#main .navi .rows{
	margin: 0 5px;
}

#main .navi .left a{
	font-weight: bold;
	background: url(../../img_a/left.gif) no-repeat left center;
	padding-left: 17px;
}

#main .navi .right a{
	font-weight: bold;
	background: url(../../img_a/right.gif) no-repeat right center;
	padding-right: 17px;
}

#main .navi .sort{
	float: right;
	margin: 0 5px;
}

#main .navi .sort select{
	font-size: 9px;
}

#main .goods_width{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#main #goods_width_under{
	float: left;
	width: 100%;
}

#main .goods_content{
	float: left;
	width: 33%;
}

#main .goods_number{
	font-size: 10px;
	color: #666666;
}

#main .goods_img{
	text-align: center;
}

#main .goods_img td{
	width: 33%;
	height: 160px;
}

#main .goods_text{
	margin: 5px 5px 0 5px;
}

#main .goods_price{
	color: #CC0000;
	font-weight: bold;
}

#main .goods_list_price{
	text-decoration: line-through;
}

/*------------------------------------------------------------
details
------------------------------------------------------------*/

#main #details_top{
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
}

#main #details_top table{
	width: 100%;
	height: 160px;
}

#main #details_top table .td1{
	width: 160px;
	text-align: center;
}

#main #details_top table .td2{
	width: 20px;
}

#main #details_top h2{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

#main #details_top #price{
	font-size: 18px;
}

#main #details_top #price2{
	font-size: 14px;
	font-weight: normal;
}

#main #details_top #text{
	font-size: 10px;
	color: #666666;
	border-top: 1px dotted #666666;
	padding-top: 15px;
	margin-top: 15px;
}


#main #details_under{
	float: left;
	width: 100%;
}

#main #details_under #content{
	background: #EEEECC;
	padding: 10px;
	margin-bottom: 15px;
}

#main #details_under #btn{
	width: 70%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border:  double #CC0000;
	margin: 0 auto 40px auto;
}

#main #similar_title{
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
	margin-bottom: 20px;
}

#main #similar_width{
	float: left;
	width: 100%;
	text-align: center;
}

#main .similar_content{
	float: left;
	width: 19%;
}

#main .similar_img{
	text-align: center;
}

#main .similar_img td{
	width: 19%;
	height: 160px;
}

#main .similar_price{
	color: #CC0000;
}


/*------------------------------------------------------------
error
------------------------------------------------------------*/

.error{
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}

/*------------------------------------------------------------
sub
------------------------------------------------------------*/

#sub{
	float: left;
	width: 250px;
	margin-left: -100%;
	background: #FFFFFF;
}


#sub #sub_contents .under{
	background: url(../../img_a/under.gif) no-repeat left center;
	padding-left: 18px ;
}

#sub #sub_contents .under2{
	margin-left: 15px;
	color: #666666;
}

#sub #sub_contents .right{
	background: url(../../img_a/right.gif) no-repeat left center;
	padding-left: 18px ;
}

#sub .space{
	width: 250px;
	height: 5px;
	background: #FFFFFF;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

#footer{
	clear: both;
	width: 100%;
	text-align: center;
}

#footer #cagetory_under{
	padding: 10px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#footer #cagetory_under ul li{
	display: inline;
	padding-right: 3px;
}

#footer #cagetory_under ul li a{
	color: #666666;
}

#footer .font10{
	font-size: 10px;
	margin-bottom: 5px;
}

#footer .tdiary{
	color: #999999;
}

#footer .tdiary strong{
	font-weight: normal;
}



