@charset "utf-8";
/*------------------------- */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	font-size: 12px;
}
td,th,li {
	font-size: 12px;
}
h3 {
	font-size: 14px;
}
#mainbody {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	/*border: 1px solid #999999;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*--------リンク----------*/
a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
/*------------------------- */
#header0 {
	width: 100%;
	background-image: url(../image/line1.gif);
	background-repeat: repeat;
	height: 28px;
}
#header0 .msg {
	padding-top: 7px;
	color: #666666;
	text-align: right;
	width: 970px;
}
#header0 .kumanoko {
	float: left;
	text-align: left;
	width: 500px;
}
#header0 .login {
	float: left;
	text-align: right;
	width: 470px;
}
#header0 .msg2 {
	float: left;
	margin-top: 7px;
	color: #666666;
	text-align: right;
	width: 470px;
	background-color: #FFFF00;
}
#header1 {
	width: 100%;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	height:0px;
}
#header2 {
	background-image: url(../image/logo_top.gif);
	height: 79px;
	width: 970px;
}
#header2 .box1 {
	float: left;
	width: 150px;
}
#header2 .box2 {
	float: left;
	width: 580px;
	margin: 10px;
}
#header2 .box3 {
	float: left;
	width: 110px;
	margin: 10px;
}
#header2 .box4 {
	float: left;
	width: 90px;
	margin-top: 15px;
}
#header3 {
	background-image: url(../image/top_menu.gif);
	height: 30px;
	width: 970px;
}
#header3 form {
	padding: 3px 15px;
	font-weight: bold;
	color: #FFFFFF;	
}
#header3 form .word{
	width: 200px;	
}
#header3 form .search_btn {
	margin: 0px;
	padding: 0px;
	width:56px;
	height:21px;
	background:url(../image/search_btn1.gif) no-repeat center top;
	border:0;
	cursor:pointer;
	color: #FFF;
	display: inline;
}
#contents-left {
	float: left;
	width: 170px;
	margin-top: 10px;
}
#contents-center {
	float: left;
	width: 580px;
	margin: 20px 9px 9px 9px;
}
#contents-center-item {
	float: left;
	width: 759px;
	margin: 20px 9px 9px 0px;
}
#contents-center-search, #contents-center-error {
	float: left;
	width: 789px;
	margin: 20px 0px 9px 9px;
}
#contents-right {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.pankuzu {
	margin: 0 0 10px 5px;
	line-height: 16px;
}
.xs {
	font-size: x-small;
	font-weight: normal;
}
.yen-xs {
	font-size: x-small;
	font-weight: normal;
	margin-right: 2px;
}
.gray{
	color: #999999;
}
.lemone {
	background-color: #FFFF99;
}
.red{
	color: #FF0000;
}
.clear {
	clear: both;
}














/*----*/
.pager,
.pager-search,
.pager-info {
	text-align: right;
	clear: both;
	width: 747px;
	margin-bottom: 10px;
}
.pager span.num,
.pager-search span.num,
.pager-info span.num {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.pager-search {
	width: 780px;
}
.pager-info {
	width: 568px;
}
/*---------------------------------------*/
#contents-left .menu1 {
	margin-top: 10px;
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#contents-left .menu2 {
	margin-left: 3px;
	background: url(../image/box_middle.gif);
	background-repeat: repeat-y;	
}
#contents-left .menu3 {
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -80px;
	height: 20px;
}
#contents-left .menu2 ul {
	line-height: 20px;
}
#contents-left .menu2 li {
	list-style-type: none;
	margin-left: 5px;
	list-style-image: url(../image/arrow5.gif);
	list-style-position: inside;
}
/*検索結果用-----------------------------*/
#contents-left .menu-search2 a:link{
	color: #0066FF;
	text-decoration: none;
}
#contents-left .menu-search2 a:visited{
	color: #0066FF;
	text-decoration: none;
}
#contents-left .menu-search2 a:hover{
	color: #FF6600;
	text-decoration: none;
}
#contents-left .menu-search2 a:active{
	color: #0000FF;
	text-decoration: none;
}
#contents-left .menu-search1 {
	margin-top: 10px;
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-weight: bold;
	color: #003399;
	font-size: 12px;
	padding-top: 7px;
	text-align: center;
}
#contents-left .menu-search2 {
	margin-left: 3px;
	background: url(../image/box_middle.gif);
	background-repeat: repeat-y;	
}
#contents-left .menu-search3 {
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -90px;
	height: 10px;
}
#contents-left .menu-search2 ul.category, ul.price  {
	line-height: 20px;
}
#contents-left .menu-search2 ul.category li {
	list-style-type: none;
	margin-left: 15px;
	list-style-image: url(../image/arrow1.gif);
	list-style-position: inside;
}
#contents-left .menu-search2 ul.category li.depth1 {
	background-color:#FFFFCC;
	margin-left: 5px;
	list-style-image: none;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 7px;
	font-weight: bold;
}
#contents-left .menu-search2 ul.price li {
	list-style-type: none;
	margin-left: 20px;
}
#contents-left .menu-search2 form {
	padding: 0 10px;
}
#contents-left .menu-search2 form .word {
	width: 130px;
	margin: 5px 0;
}
#contents-left .menu-search2 form .search_btn {
	margin: 5px;
	margin-left: 40px;
	padding: 0px;
	width:66px;
	height:20px;
	background:url(../image/search_btn2.gif) no-repeat center top;
	border:0;
	cursor:pointer;
	color: #FFF;
	display: inline;
}
/*商品カテゴリ一覧-----------------------*/
#contents-left .menu-category2 a:link{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#contents-left .menu-category2 a:visited{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#contents-left .menu-category2 a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#contents-left .menu-category2 a:active{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#contents-left .menu-category2 .sub a, #contents-left .menu-category2 .sub-end a{
	font-weight: normal;
}
#contents-left .menu-category1 {
	margin-top: 10px;
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-weight: bold;
	color: #003399;
	font-size: 14px;
	padding-top: 7px;
	text-align: center;
}
#contents-left .menu-category2 {
	margin-left: 3px;
	background: url(../image/box_middle.gif);
	background-repeat: repeat-y;	
}
#contents-left .menu-category3 {
	margin-left: 3px;
	background-image: url(../image/box_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -90px;
	height: 10px;
}
#contents-left .menu-category2 ul {
	line-height: 20px;
}
#contents-left .menu-category2 li {
	list-style-type: none;
	margin-left: 3px;
	padding: 5px 0 0 30px;
	background-image: url(../image/category_list.gif);
	background-repeat: no-repeat;
	height: 24px;
}
#contents-left .menu-category2 li.sub {
	list-style-type: none;
	margin-left: 3px;
	padding: 5px 0 0 30px;
	background-image: url(../image/category_list.gif);
	background-repeat: no-repeat;
	height: 24px;
}
#contents-left .menu-category2 li.bicycle {
	background-position: 0 0;
}
#contents-left .menu-category2 li.parts {
	background-position: 0 -29px;
}
#contents-left .menu-category2 li.wear {
	background-position: 0 -58px;
}
#contents-left .menu-category2 li.bag {
	background-position: 0 -87px;
}
#contents-left .menu-category2 li.accessory {
	background-position: 0 -116px;
}
#contents-left .menu-category2 li.tool {
	background-position: 0 -145px;
}
#contents-left .menu-category2 li.etc {
	background-position: 0 -174px;
}
#contents-left .menu-category2 li.sub {
	background-position: 0 -319px;
	padding: 3px 0 0 30px;
	height: 20px;
}
#contents-left .menu-category2 li.sub-end {
	background-position: 0 -319px;
	padding: 3px 0 0 30px;
	height: 21px;
}













/*---------------------------------------*/
.cont1 {
	clear:both;
	margin-bottom: 10px;
}
.cont1 h3.title,
.cont1 h3.title-l {
	height: 29px;
	width: 568px;
	_width: 538px;
	background-image: url(../image/title_line_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding-top: 8px;
	padding-left: 30px;
}
.cont1 h3.title-l {
	background-image: url(../image/title_line_l.gif);
	width: 717px;
}
.cont1 h3.title a:link{
	color: #333333;
}
.cont1 h3.title a:visited{
	color: #333333;
}
.cont1 h3.title a:hover{
	color: #0066FF;
}
.cont1 h3.title a:active{
	color: #0000FF;
}
.cont1 .list-link {
	width: 540px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
	margin-left: 14px;
	padding: 3px;
}
/*---*/
.cont1.type1 table {
	width: 550px;
	margin-left: 15px;
}
.cont1.type1 td.img {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	width: 20%;
}
.cont1.type1 td.title {
	padding: 3px 3px 10px 3px;
	vertical-align: top;
}
.cont1.type1 td.title .maker{
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
	color: #0066FF;
}
.cont1.type1 td.title .name{
	display: block;
	line-height: 14px;
}
/*---*/
.cont1.type1 .line1 {
	float: left;
	margin: 0 0 0 18px;
}
.cont1.type1 .line1 ul {
	clear: both;
}
.cont1.type1 .line1 li {
	list-style-type: none;
	margin-top: 3px;
}
.cont1.type1 .author {
	font-size: 10px;
	color: #0066FF;
	margin-left: 10px;
}
/*お値打ち商品---*/
.discount1, .discount2,.discount3,.discount4,.discount5 {
	float:left;
	position: relative;
	width:29px;
	height:29px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
/*-オークションブロック--*/
.cont1.type4 table {
	width: 550px;
	margin-left: 15px;
}
.cont1.type4 td.img {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	width: 20%;
}
.cont1.type4 td.data {
	padding: 3px 3px 10px 3px;
	vertical-align: top;
}
.cont1.type4 td.data .title{
	display: block;
	line-height: 14px;
}
.cont1.type4 td.data .price{
	display: block;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.cont1.type4 td.data .par{
	display: block;
	line-height: 14px;
	text-align: center;
	border: 1px solid #0066FF;
	color: #0066FF;
	margin: 2px 0;
}
.cont1.type4 td.data .bids{
	display: block;
	line-height: 14px;
}
.cont1.type4 td.data .none{
	line-height: 10px;
	font-weight: normal;
	color: #0066FF;
	margin-right:2px;
}
.cont1 .title .update{
	float:right;
	padding-right:40px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
/*トップニュース---*/
.newstop {
	margin: 0 10px;
}
.newstop ul {
	
}
.newstop li {
	list-style-type: none;
	list-style-position: inside;
}
.newstop li.newsdet {
	list-style-image: url(../image/arrow5.gif);
	font-size:14px;
	font-weight:bold;
}
.newstop .date {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.newstop .title {
	
}
.newsold {
	clear: both;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	padding: 5px 10px;
	margin: 5px 10px;
}
.newstop li.comment1 {
	font-size:12px;
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
}
.newstop li.border {
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
.newsold dl{
	padding:0 0 15px;
}
.newsold dt{
	clear: left;
	float:left;
	width:70px;
}
.newsold dd{
	float:left;
	width:460px;
}

.newslist {
	margin: 5px 10px 0 0;
	text-align: right;
}
/*---*/
.cont1.type5 .line1 {
	float: left;
	margin-left: 5px;
	_margin-left: 3px;
}
.cont1.type5 .line1 ul {
	clear: both;
	_margin-bottom: 5px;
}
.cont1.type5 .line1 li {
	list-style-type: none;
	margin: 0 3px;
	width: 182px;
}
.cont1.type5 .comment {
	font-size: 10px;
}
/*---*/
.discount1 {
	top: 30px;
}
.discount2 {
	top: 174px;
}
.discount3 {
	top: -5px;
}
.discount4 {
	top: -10px;
}
.discount5 {
	top: -10px;
	left: -120px;
}
.off-red, .off-orange, .off-blue {
	background-repeat: no-repeat;
	background-position: center top;
}
.off-red {
	background-image: url(../image/off_red.gif);
}
.off-orange {
	background-image: url(../image/off_orange.gif);
}
.off-blue {
	background-image: url(../image/off_blue.gif);
}
.discount1 .xs, .discount2 .xs, .discount3 .xs, .discount4 .xs, .discount5 .xs {
	display:block;
	font-size: x-small;
	_font-size: 10px;
	font-weight: bold;
	line-height: 8px;
}
/*---*/
.cont1.type2 ul {
	
}
.cont1.type2  li {
	list-style-type: none;
	margin-left: 10px;
	list-style-image: url(../image/arrow3.gif);
	list-style-position: inside;
	line-height: 16px;
}
/*レビュー*/
.cont1.type3 .review {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 15px;
	padding: 10px;
}
.cont1.type3 .review .image {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 15px;
}
.cont1.type3 .review ul {
	
}
.cont1.type3  li {
	list-style-type: none;
	list-style-position: inside;
	line-height: 16px;
}
.cont1.type3  li.title {
	font-weight: bold;
}
.cont1.type3  li.comment {
	margin: 5px;
}
.cont1.type3  li.etc .user{
	display: block;
	float: left;
}
.cont1.type3  li.etc .icon{
	display: block;
	float: left;
	margin-left: 10px;
}
.cont1.type3  li.etc .date{
	display: block;
	float: right;
	font-size: 10px;
}
/*--------------*/
.box-48h1 {
	margin-top: -10px;
	margin-left: 3px;
	background-image: url(../image/box_48h.gif);
	background-repeat: no-repeat;
	height: 62px;
}
.box-48h2 {
	margin-left: 3px;
	background: url(../image/box_48h_middle.gif);
	background-repeat: repeat-y;
	padding: 0px 10px;	
}
.box-48h3 {
	margin-left: 3px;
	margin-bottom: 17px;
	background-image: url(../image/box_48h.gif);
	background-repeat: no-repeat;
	background-position: 0 -137px;
	height: 13px;
}
.box-48h1 .left {
	float: left;
	display: block;
	width: 275px;
	padding-left: 25px;
	padding-top: 40px;
}
.box-48h1 .right {
	float: left;
	display: block;
	padding-top: 40px;
}
.box-48h2 td.data {
	width: 250px;
	padding: 3px 5px 3px 10px;
	vertical-align: top;
}
.box-48h2 td.more {
	text-align: right;
	padding: 0px 5px 0px 10px;
	font-size: 10px;
}
.box-48h2 .item {
	width: 250px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px;
	clear: left;
}
.box-48h2 .item .image {
	float: left;
	width: 30px;
	text-align: center;
}
.box-48h2 .item .title {
	font-size: 10px;
	float:left;
	margin: 0 0 5px 5px;
	width: 215px;
}
.box-48h2 .item .price-dw {
	color: red;
	font-size: 16px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
.box-48h2 .item .price-ac {
	color: #0066FF;
	font-size: 16px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
/*--------------*/
.box-stm1 {
	margin-top: 20px;
	margin-left: 3px;
	background-image: url(../image/box_stm.gif);
	background-repeat: no-repeat;
	height: 17px;
}
.box-stm2 {
	margin-left: 3px;
	background: url(../image/box_stm_middle.gif);
	background-repeat: repeat-y;
	padding: 0px 25px;	
}
.box-stm3 {
	margin-left: 3px;
	margin-bottom: 20px;
	background-image: url(../image/box_stm.gif);
	background-repeat: no-repeat;
	background-position: 0 -69px;
	height: 17px;
}
.box-stm2 .service {
	text-align: right;
}
.box-stm2 .quest {
	border-top: 1px solid #CCCCCC;
	padding: 3px;
}
.box-stm2 .title {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.box-stm2 .face-green {
	background-image: url(../image/face_green.gif);
}
.box-stm2 .face-orange {
	background-image: url(../image/face_orange.gif);
}
.box-stm2 .summary {
	display: block;
	padding-left: 20px;
	font-size: 9px;	
}
.box-stm2 .date {
	display: block;
	text-align: right;
	font-size: 9px;
}
/*--------------*/
.box-keyword1 {
	margin-top: 0px;
	margin-left: 3px;
	background-image: url(../image/box_keyword.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.box-keyword2 {
	margin-left: 3px;
	background: url(../image/box_keyword_middle.gif);
	background-repeat: repeat-y;
	padding: 0px 25px;	
}
.box-keyword3 {
	margin-left: 3px;
	margin-bottom: 20px;
	background-image: url(../image/box_keyword.gif);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	height: 10px;
}
.box-keyword2 ul {
	margin-left:10px;
	width:510px;
}
.box-keyword2 li {
	float: left;
	width: 160px;
	margin: 3px 5px;
	list-style-image: url(../image/arrow5.gif);
	list-style-position: outside;
	
	_width: 150px;
	_margin: 3px 0px;
	_background:url(../image/arrow5.gif) no-repeat;
	_padding-left:20px;
}
.box-keyword2 a:link{
	color: #333333;
	text-decoration: none;
}
.box-keyword2 a:visited{
	color: #333333;
	text-decoration: none;
}
.box-keyword2 a:hover{
	color: #FF0000;
	text-decoration: none;
	_font-size:14px;
	_font-size:12px;
	font-weight: bold;
}
.box-keyword2 a:active{
	color: #FF0000;
	text-decoration: none;
}
/*---------------------------------------*/
.cont2 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont2 h3.title {
	height: 29px;
	width: 749px;
	_width: 739px;
	background-image: url(../image/title_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
}
.cont2 .clist {
	border: 1px solid #CCC;
	width: 747px;
	padding-top:10px;
	padding-bottom:10px;
}
.cont2 .clist ul {
	margin-left: 50px;
}
.cont2 .clist  li {
	list-style-type: none;
	margin: 5px;
	list-style-image: url(../image/arrow4.gif);
	list-style-position: outside;
	line-height: 16px;
	width: 160px;
	float: left;
	
	_background:url(../image/arrow4.gif) no-repeat;
	_padding-left:20px;
}
.cont2 .mlist {
	border-bottom: 1px dotted #CCC;
	width: 747px;
	padding-top:10px;
	padding-bottom:10px;
}
.cont2 .mlist  li {
	list-style-type: none;
	margin: 2px;
	list-style-image: url(../image/arrow5.gif);
	list-style-position: inside;
	line-height: 16px;
	padding-left:10px;
	float: left;
	
	_background:url(../image/arrow5.gif) no-repeat;
	_padding-left:20px;
	_margin-left:20px;
}
/*---------------------------------------*/
.cont3 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont3 h3.title-search {
	height: 29px;
	width: 785px;
	_width: 755px;
	background-image: url(../image/title_line_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 30px;
}
.cont3 table {
	width: 747px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.cont3 table.search-tbl {
	width: 784px;
}
.cont3 th {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
	background-image: url(../image/th.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #003399;
}
.cont3 td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
}
.cont3 th.pic {
	padding-left: 35px;
}
.cont3 th.maker {
	padding-left: 30px;
}
.cont3 th.name {
	padding-left: 120px;
}
.cont3 th.price {
	padding-left: 25px;
}
.cont3 th.review {
	padding-left: 5px;
}
.cont3 th .left {
	float: left;
	height: 22px;
	padding-top: 5px;
}
.cont3 th .right {
	float: left;
	margin-left: 5px;
}
.cont3 td.pic {
	width: 100px;
	text-align: center;
}
.cont3 td.maker {
	width: 120px;
	text-align: left;
	vertical-align: top;
}
.cont3 td.name {
	text-align: left;
}
.cont3 td.price {
	width: 80px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
.cont3 td.review {
	width: 120px;
	text-align: left;
}
.cont3 .par {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	left: -55px;
}



/*---------------------------------------*/
.cont4 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont4 h3.title {
	height: 29px;
	width: 749px;
	_width: 739px;
	background-image: url(../image/title_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
}
.cont4 .item {
	width: 749px;
	padding-top:10px;
}
.cont4 .item .pic {
	float: left;
	margin: 0 0 0 20px;
	width: 152px;
}
.cont4 .item .pic ul {
	margin-top: 15px;
}
.cont4 .item .pic  li {
	list-style-type: none;
	margin: 2px;
	width: 30px;
	float: left;
}
.cont4 .item .pic li img {
	border: 1px solid #999;
}
.cont4 .item .par {
	float: left;
	margin: 0;
	padding: 0;
	width: 30px;
}
.cont4 .item .data {
	float: left;
	width: 525px;
}
.cont4 .item table {
	width: 520px;
}
.cont4 .item th {
	width: 100px;
	border-bottom: 1px dotted #999;
	padding: 5px;
	color: #666666;
	text-align: left;
}
.cont4 .item td {
	border-bottom: 1px dotted #999;
	padding: 5px;
	text-align: left;
}
.cont4 .item td.price {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
	
}
.cont4 .item td .item-name {
	display: block;
	font-size: 14px;
	color: #4379C8;
	font-weight: bold;
	margin-top: 2px;
}
.cont4 .item .data .comment2 {
	border: 1px solid #CCC;
	width: 500px;
	padding: 10px;
	margin-top: 20px;
}
.cont4 .item .data .comment2 ul{
	margin: 0 0 10px 20px;
}
/*価格比較、レビュー切り替えタブ*/
.item-tab1, .item-tab2, .item-tab3 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 747px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.item-tab1 {
	background-image: url(../image/item_tab1.gif);
	padding-left: 124px;
	_width:623px;
}
.item-tab2 {
	background-image: url(../image/item_tab2.gif);
	padding-left: 0px;
}
.item-tab3 {
	background-image: url(../image/item_tab3.gif);
	padding-left: 0px;
}
.item-tab1 .ad,
.item-tab2 .ad,
.item-tab3 .ad {
	width:730px;
	text-align:right;
	margin-top:-9px;
	padding-top:5px;
	
	_width:614px;
	_padding-top:13px;
}
.item-tab1 .ad {
	width:606px;
	_width:490px;
	_padding-top:13px;
}
/*---------------------------------------*/
.cont5 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont5 table {
	width: 747px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.cont5 th {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
	background-image: url(../image/th.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #003399;
	text-align: center;
}
.cont5 td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
}
.cont5 td.shop {
	width: 100px;
	text-align: center;
	color: #0066CC;
}
.cont5 td.pic {
	width: 75px;
	text-align: center;
}
.cont5 td.name {
	text-align: left;
	line-height: 16px;
}
.cont5 td.price {
	width: 70px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.cont5 td.shipping {
	width: 50px;
	text-align: center;
}
.cont5 td.stock {
	width: 60px;
	text-align: center;
}
.cont5 td.link {
	width: 86px;
	text-align: center;
}
.cont5 .sortlink {
	margin-bottom: 5px;
}
/* アマゾン中古 */
.cont5 .condition-old {
	border: 1px solid #999;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	font-size: 10px;
	background-color: #FFFFCC;
}
.cont5 .condition-old .condition {
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 2px 0;
	display: block;
	font-size: 12px;
	text-align: center;
}
.cont5 .condition-old .subCondition {
	display: block;
	font-size: 10px;
}
.cont5 .condition-old .conditionNote {
	border-top: 1px dotted #999;
	display: block;
	font-size: 10px;
}
/*---------------------------------------*/
.cont6 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont6 h3.title {
	height: 26px;
	width: 749px;
	_width: 739px;
	background-image: url(../image/title_line_auc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
}
.cont6 table {
	width: 747px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.cont6 th {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
	background-color: #DDD;
	color: #555;
	text-align: center;
}
.cont6 td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px;
}
.cont6 td.shop {
	width: 100px;
	text-align: center;
}
.cont6 td.pic {
	width: 75px;
	text-align: center;
}
.cont6 td.title {
	text-align: left;
	line-height: 20px;
}
.cont6 td.seller {
	text-align: left;
}
.cont6 td.price1 {
	width: 70px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.cont6 td.price2 {
	width: 70px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.cont6 td.bids {
	text-align: center;
	width: 30px;
}
.cont6 td.time {
	width: 50px;
	text-align: center;
}
.cont6 td.link {
	width: 40px;
	text-align: center;
}
/*注意事項--------------------------------*/
.caution-link {
	display: block;
	float: right;
	font-size: 10px;
	margin:0 10px 5px 0;
}
.caution-link a:link{
	color: #0066FF;
	text-decoration: none;
}
.caution-link a:visited{
	color: #0066FF;
	text-decoration: none;
}
.box-caution1 {
	margin-top: 10px;
	margin-left: 5px;
	background-image: url(../image/box_caution.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.box-caution2 {
	margin-left: 5px;
	background: url(../image/box_caution_middle.gif);
	background-repeat: repeat-y;
	width: 747px;	
}
.box-caution3 {
	margin-left: 5px;
	background-image: url(../image/box_caution.gif);
	background-repeat: no-repeat;
	background-position: 0 -105px;
	height: 23px;
}
.box-caution2 ul {
	padding: 0px 40px 10px 40px;
	line-height: 20px;
}
.box-caution2 li {
	list-style-type: none;
}
/*---------------------------------------*/
.cont7 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont7 h3.title {
	height: 26px;
	width: 749px;
	_width: 739px;
	background-image: url(../image/title_line_review.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 10px;
}
.cont7 .review_area {
	background-color: #E6E6E6;
	width: 749px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	position:relative;
}
.cont7 .review_area .sortlink {
	margin: 10px 0 0 10px;
}
.cont7 .review {
	width: 680px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.cont7 .review .top {
	margin-top: 10px;
	background-image: url(../image/box_review.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-size: 13px;
	padding-top: 6px;
	padding-left: 10px;
	border-bottom: 1px dotted #999999;
}
.cont7 .review .middle {
	background: url(../image/box_review_middle.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;	
}
.cont7 .review .bottom {
	background-image: url(../image/box_review.gif);
	background-repeat: no-repeat;
	background-position: 0 -55px;
	height: 24px;
	padding-top: 5px;
	padding-left: 15px;
	border-top: 1px dotted #999999;
}
.cont7 .review .title {
	font-weight: bold;
		
}
.cont7 .review .comment {
	padding: 15px;
}
.cont7 .review .date {
		
}
.cont7 .loading {
	width:100%;
	filter:alpha(opacity=20);
	opacity: 0.20;
}
.cont7 .review_area img.loadimg{
	position:absolute;
	top:60px;
	left:45%;	
}
/*インフォメーション---------------------------------------*/
.cont8 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont8 h3.title {
	height: 29px;
	width: 568px;
	_width: 538px;
	
	background-image: url(../image/title_line_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 30px;
	font-weight: normal;
}
.cont8 h3.title-48h-item {
	height: 73px;
	background-image: url(../image/title_48h_item.gif);
}
.cont8 h3.title-48h-auction {
	height: 73px;
	background-image: url(../image/title_48h_auction.gif);
}
.cont8 .information {
	margin: 10px;
}
.cont8 .information .title {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.cont8 .information .comment {
	margin: 20px;
}
.cont8 .information .comment .update_category {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.cont8 .information .comment .update_item {
	display: block;
	margin-left: 10px;
	line-height: 18px;
}
/*最安値更新情報*/
.cont8 .information .info-hot {
	clear: left;
	border-top: 1px dotted #999999;
	padding: 10px 0;
}
.cont8 .information .price-dw {
	color: red;
	font-size: 20px;
	display: block;
	margin: 3px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
.cont8 .information .price-dw2 {
	display: block;
	margin: 3px;
}
.cont8 .information .price-crr {
	color: #0066FF;
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}
/*---------------------------------------*/
/*-オークション情報--*/
.cont9 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont9 h3.title {
	height: 43px;
	width: 755px;
	background-image: url(../image/title_line_auction.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 30px;
}
.cont9 table {
	width: 784px;
	margin: 10px 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.cont9 td.img {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	
	text-align: center;
	padding: 5px;
	width: 14.2%;
}
.cont9 td.data {

	border-left: 1px solid #999999;
	
	padding: 3px 3px 10px 3px;
	vertical-align: top;
}
.cont9 td.data .title{
	display: block;
	line-height: 14px;
}
.cont9 td.data .price{
	display: block;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.cont9 td.data .par{
	display: block;
	line-height: 14px;
	text-align: center;
	border: 1px solid #0066FF;
	color: #0066FF;
	margin: 2px 0;
}
.cont9 td.data .bids{
	display: block;
	line-height: 14px;
}
.cont9 td.data .none{
	line-height: 10px;
	font-weight: normal;
	color: #0066FF;
	margin-right:2px;
}
.cont9 .update{
	text-align: right;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	display: block;
	padding-top:30px;
}
/*-オークション詳細--*/
.cont9 .auctiondet {
	width: 775px;
	padding-top:10px;
}
.cont9 .auctiondet .title {
	background-color: #F6B861;
	padding: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.cont9 .auctiondet .pic {
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 200px;
}
.cont9 .auctiondet .pic .btn {
	margin-top: 10px;
	
}
.cont9 .auctiondet .data {
	float: left;
	width: 575px;
	margin-top: 10px;
}
.cont9 .auctiondet .pic ul {
	margin-top: 15px;
	margin-left: 23px;
}
.cont9 .auctiondet .pic  li {
	list-style-type: none;
	margin: 2px;
	width: 30px;
	float: left;
}
.cont9 .auctiondet .pic li img {
	border: 1px solid #999;
}
.cont9 .auctiondet table {
	width: 560px;
	border: none;
}
.cont9 .auctiondet th {
	width: 100px;
	border-bottom: 1px dotted #999;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}
.cont9 .auctiondet td {
	border-bottom: 1px dotted #999;
	padding: 5px;
	text-align: left;
}
.cont9 .auctiondet td.bold {
	font-weight: bold;
	font-size: 14px;
}
/*関連商品*/
.cont9 .item-knr-title {
	/*clear: left;*/
	/*margin-left: 200px;*/
	background-color: #6FB7FF;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 550px;
	margin-bottom: 10px;
}
.cont9 .item-knr {
	/*clear: left;*/
	/*margin-left: 200px;*/
	width: 558px;
	border: 1px solid #999;
}
.cont9 .item-knr .pic {
	float: left;
	width: 150px;
	margin: 10px 0;
}
.cont9 .item-knr .data {
	float: left;
	width: 400px;
	margin: 10px 0;
}
.cont9 .item-knr .data .span1 {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.cont6 .title-etcauc {
	background-color: #F6B861;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	width: 737px;
	margin-bottom: 10px;
}
/*Google Ad*/
.auctiondet-ad {
	padding-top: 2px;
	padding-left: 15px;
	margin: 5px 0px 3px 70px;
	background-image: url(../image/gad.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 488px;
}
/*---------------------------------------*/
/*-お値打ち商品--*/
.cont10 {
	clear:both;
	margin-bottom: 20px;
	margin-left: 5px;
}
.cont10 h3.title {
	height: 43px;
	width: 755px;
	background-image: url(../image/title_line_discount.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 30px;
}
.cont10 table {
	width: 784px;
	margin: 10px 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.cont10 td.img {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align: top;
	padding: 5px 34px 5px 2px;
	width: 20%;
	text-align: center;
}
.cont10 td.data {

	border-left: 1px solid #999999;
	
	padding: 3px 3px 10px 3px;
	vertical-align: top;
}
.cont10 td.data .maker{
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
	color: #0066FF;
}
.cont10 td.data .name{
	display: block;
	line-height: 14px;
}
.cont10 td.data .min-price{
	display: block;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.cont10 td.data .none{
	line-height: 10px;
	font-weight: normal;
	color: #0066FF;
	margin-right:2px;
}
/*検索結果商品--------------------------------------*/
.search-item {
	border-bottom: 1px dotted #CCCCCC;
	width: 784px;
	padding: 15px 0;
}
.search-item .image {
	float: left;
	width: 100px;
	text-align: center;
}
.search-item .data {
	float: left;
}
.search-item .title {
	display: block;
	font-size: 14px;
	width: 684px;
	line-height: 25px;
}
.search-item .info {
	display: block;
	width: 550px;
	float: left;
}
.search-item .entrance {
	float: left;
	padding-left: 30px;
	padding-top: 15px;
}
.search-item .price {
	display: block;
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.search-item .shop {
	display: block;
	margin: 10px;
	color: #666;
}
.search-item .shop .shopname {
	color: #0066CC;
}
.search-item .price1 {
	display: block;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.search-item .price2 {
	font-size: 18px;
	color: #FF0000;
}
.search-item .price3 {
	color: #0066FF;
}
.search-item .bids, .search-item .time {
	display: block;
	margin: 10px;
}
.searchall_no_result {
	padding: 0 20px;
}
.searchall_no_result span {
	display: block;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.box-hint1 {
	margin-top: 20px;
	margin-left: 3px;
	background-image: url(../image/box_hint.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.box-hint2 {
	margin-left: 3px;
	background: url(../image/box_hint_middle.gif);
	background-repeat: repeat-y;	
}
.box-hint3 {
	margin-left: 3px;
	background-image: url(../image/box_hint.gif);
	background-repeat: no-repeat;
	background-position: 0 -105px;
	height: 23px;
}
.box-hint2 ul {
	padding: 0px 60px 10px 60px;
	line-height: 20px;
}
/*最新情報用---------------------*/
.kumanoko-category {
	clear: left;
	margin: 20px 0;
}
.kumanoko-item {
	clear: both;
	
}
.kumanoko-item .image {
	width: 75px;
	float: left;
	clear: left;
	margin-right: 5px;
}
.kumanoko-item .comment {
	float: left;
	width: 420px;
	font-size: 14px;
}
.kumanoko-item .price-area {
	display: block;
}
.kumanoko-item .min-price {
	color: #0066FF;
}
.kumanoko-item .discount-par {
	color: red;
	font-weight: bold;
}
.kumanoko-item .border {
	clear: both;
	border-bottom: 1px dotted #999999;
	margin: 5px 0;
}
/*-404-----------------------------------------------*/
.box-404-1 {
	margin-top: 20px;
	margin-left: 3px;
	background-image: url(../image/box_404.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.box-404-2 {
	margin-left: 3px;
	background: url(../image/box_404_middle.gif);
	background-repeat: repeat-y;	
}
.box-404-3 {
	margin-left: 3px;
	background-image: url(../image/box_404.gif);
	background-repeat: no-repeat;
	background-position: 0 -105px;
	height: 23px;
}
.box-404-2 p.title {
	padding: 10px 50px 20px 50px;
}
.box-404-2 p.message {
	padding: 0 60px 20px 60px;
	font-size: 14px;
}
.box-404-2 ul {
	padding: 0px 60px 30px 70px;
	line-height: 20px;
}
.box-404-2 li {
	
}
/*-検索結果商品-タブメニュー-------------------------*/
#tab-menu {
	margin: 10px 0 0 0;
	width: 784px;
}
#tab-menu-line {
	clear: left;
	background-color: #4E8FF1;
	width: 784px;
	height: 10px;
	margin: 0;
	padding: 0;
}
#tab-menu p.sort {
	float: left;
	height: 20px;
	width : 300px;
	padding-top: 6px;
	padding-left: 4px;
}
#tab-menu p.sort .target {
	padding: 2px;
	background-color: #FF9900;
}
#tab-menu p.tab-icon {
	float: left;
	height: 26px;
	text-align: right;
	width : 480px;
}

/*右コンテンツ---------------------------------------*/
#contents-right .box1 .top,
#contents-right .box1 .top-info {
	margin-top: 10px;
	background-image: url(../image/box_right.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-size: 13px;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}
#contents-right .box1 .top-info {
	background-image: url(../image/box_right_info.gif);
}
#contents-right .box1 .middle {
	background: url(../image/box_right_middle.gif);
	background-repeat: repeat-y;
	padding: 5px;	
}
#contents-right .box1 .bottom {
	margin-bottom: 15px;
	background-image: url(../image/box_right.gif);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	height: 5px;
}
/*右ランキング商品*/
.rank_item {
	width: 190px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px;
	clear: left;
}
.rank_item .image {
	float: left;
	width: 80px;
	text-align: center;
}
.rank_item .title {
	float: left;
	line-height: 16px;
	margin: 0 0 5px 5px;
	width: 100px;
}
/*右インフォメーション*/
.information {
	padding: 3px;
}
.information .date {
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;	
}
.information .title {
	display: block;
	margin-top: 3px;
	padding: 3px;
}
/*右オークション商品*/
.auction_item {
	padding: 5px 0px;
	border-top: 1px solid #CCCCCC;
}
.auction_item .image {
	display: block;
	text-align: center;
}
.auction_item .title {
	display: block;
	margin: 5px 10px 5px 10px;
}
.auction_item .price1 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.auction_item .price2 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";	
}
.auction_item .time {
	display: block;
	margin: 5px;
	text-align: center;
}
.auction_item .time span {
	color: #3366CC;
	font-size: 14px;
	font-weight: bold;
}
/*右コンテンツバナー*/
#contents-right .bnr1 {
	margin-top: 10px;
}
#contents-right .bnr2 {
	margin-top: 10px;
}


/*フッタ------------------------*/
#footer {
	width: 970px;
	margin: 0px auto;
	text-align: center;
}
.footer-list {
	margin:0 50px;
	text-align: left;
	padding: 10px;
	color: #999999;
	border-bottom: 1px dotted #999999;
}
.footer-list ul {

}
.footer-list li{
	display: inline;
	line-height: 16px;
}
.footer-list a:link{
	color: #333333;
	text-decoration: none;
}
.footer-list a:visited{
	color: #333333;
	text-decoration: none;
}
.footer-list a:hover{
	color: #0066FF;
	text-decoration: none;
}
.footer-list a:active{
	color: #0000FF;
	text-decoration: none;
}
.footer-list.service {
	margin:0 50px;
	text-align: center;
	margin: 0 65px;
	padding: 3px;
	color: #999999;
	border-bottom: none;
}
/*---------------------------------------*/
#copyright {
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 10px;
}
.bookmark-bk, 
.bookmark-bk2, 
.bookmark-bk3 {
	float:right;
	background-image: url(../image/social/bookmarkbg.gif);
	width: 300px;
	background-repeat: no-repeat;
	background-position: right top;
	text-align:right;
	padding-right:5px;
	padding-top:16px;
	height: 24px;
}
.bookmark-bk2 {
	position: relative;
	top:-50px;
}
.bookmark-bk3 {
	position: relative;
	top: -27px;
	right: 40px;
}