@charset "utf-8";

body a {
	overflow:hidden;
	outline:none;
}

/*アイテム詳細*/
#item {
	float: left;
	width: 668px;
	padding-top: 10px;
	padding-left: 10px;
}

#item a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#item_photo {
	float: left;
}

#item_details {
	float: left;
	width: 668px;
	line-height: 1.6em;
	margin-top: 20px;
}

#item_photo_gallery {
	float: left;
	width: 658px;
	margin-top: 30px;
}

#item_photo_gallery img {
	margin-right: 20px;
	border: 1px solid #FF6600;
	margin-bottom: 10px;
}

/*アイテムリスト*/
#item_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 678px;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b17500;
	margin-bottom: 10px;
}

#item_list {
	float: left;
	width: 678px;
	margin-top: 10px;
}
/* trade-shohin_list.phpに直接記述
.item_box {
	padding: 10px;
	float: left;
	height: 170px;
	width: 130px;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #F6F6F6;
}
*/

.item_name {
	margin-top: 5px;
	line-height: normal;
	text-align: left;
}

ul.submenu {
	float: left;
}

/*左サイドカテゴリメニュー*/
.cate_box {
	float: left;
	width: 216px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cate {
	float: left;
	width: 226px;
	background-image: url(../images/item_navi_back.png);
	background-repeat: repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.cate :hover {
	COLOR: #982F01;
	text-decoration: none;
	background-image: none;
}

.cate_photo {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.cate_j {
	float: left;
	width: 162px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	padding-top: 20px;
	padding-left: 8px;
	height: 40px;
}

.cate_e {
	float: left;
	width: 157px;
	margin-top: 4px;
	line-height: normal;
	font-size: 11px;
	color: #982F01;
	font-weight: normal;
}

/*カテゴリリストページ*/
.cate_list {
	float: left;
	width: 306px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(../images/item_navi_back.png);
	background-repeat: repeat;
}

.cate_list :hover {
	COLOR: #982F01;
	text-decoration: none;
	background-image: none;
}

.cate_list_photo {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.cate_list_j {
	float: left;
	width: 242px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	padding-top: 20px;
	padding-left: 8px;
	height: 40px;
}

.cate_list_e {
	float: left;
	width: 237px;
	margin-top: 4px;
	line-height: normal;
	font-size: 11px;
	color: #982F01;
	font-weight: normal;
}

/*ページングここから*/
#page {
	height: auto;
	width: 678px;
	float: left;
	clear: both;
}

#pages {
	float: left;
	text-align: left;
	line-height: 24px;
	margin-top: 100px;
	margin-left: 0px;
}

#pages div {
	float: left;
	width: 678px;
}

#pages span {
	float: left;
	margin-left: 5px;
	margin-bottom: 7px;
	background: url(../images/page_bg.gif) repeat-x 0 0;
}

#pages i {
	display:none;
}

#pages span a,
#pages span b {
	display: block;
	padding: 0 6px;
	line-height: 24px;
	font-weight: normal;
}

#pages span a {
	border: 2px solid #aaa;
}

#pages span b {
	color: #fff;
	background: url(../images/page_bg.gif) repeat-x 0 -50px;
	border: 2px solid #977625;
}

#pages span a:hover {
	color: #CC0000;
	border: 2px solid #977625;
}
/*ページングここまで*/