﻿@import "base.css";

p.merchandise a{
	border-left:3px #083808 solid;
	color:#AD0031;
	width:200px;
	*width:230px;
	font-size:100%;
	padding:0 15px 0 15px;
	margin-top:0;
	margin-bottom:0;
	margin-left:15px;
	float:none;
	display:block;
	text-decoration:none;
	font-weight:700;
	overflow:hidden;
}
p.info{
	width:200px;
	font-size:100%;
	padding:10px 15px 10px 15px;
	margin:0 15px;
	line-height:25px;
}



div#main_col{
	width:540px;
	*width:535px;
	float:left;
	margin-bottom:40px;
}

div#main_col ul.result_navi{
	float:right;
	margin:5px 35px;
	display:block;
	height:18px;
}

div#main_col ul.result_navi li{
	float:left;
	display:block;
	margin-left:5px;
	width:53px;
}

div#main_col ul.result_navi li.new a {
	background:url("/images/button/on/sjun_on.gif") left top no-repeat;
	color:#ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 53px;
  height: 18px;
  float:left;
}
div#main_col ul.result_navi li.new a:hover {
  background-color: #ffffff;
  color: #ffffff;
}
div#main_col ul.result_navi li.new a img {
  background-color: #ffffff;
}
div#main_col ul.result_navi li.new a:hover img {
  position: relative;
  top: -18px;
}

div#main_col ul.result_navi li.high a {
	background:url("/images/button/on/kjun_on.gif") left top no-repeat;
	color:#ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 53px;
  height: 18px;
  float:left;
}
div#main_col ul.result_navi li.high a:hover{
  background-color: #ffffff;
  color: #ffffff;
}
div#main_col ul.result_navi li.high a img {
  background-color: #ffffff;
}
div#main_col ul.result_navi li.high a:hover img {
  position: relative;
  top: -18px;
}

div#main_col ul.result_navi li.low a {
	background:url("/images/button/on/tjun_on.gif") left top no-repeat;
	color:#ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 52px;
  height: 18px;
  float:left;
}
div#main_col ul.result_navi li.low a:hover {
  background-color: #ffffff;
  color: #ffffff;
}
div#main_col ul.result_navi li.low a img {
  background-color: #ffffff;
}
div#main_col ul.result_navi li.low a:hover img {
  position: relative;
  top: -18px;
}

div.categ{
	width:540px;
	clear:both;
	margin-top:20px;
}
div.items{
	width:240px;
	/* height:300px; */
	margin-right:25px;
	margin-bottom:20px;
	float:left;
	type:none;
}
* html div.items{
	margin-right:12px;
}
img.item_img{
	margin-bottom:20px;
	margin-left:15px;
	float:none;
	clear:both;
	width:220px;
	height:165px;
	display:block;
	position:relative;"
}


