﻿/*
	carcate.css
        【中央】の商品カテゴリ枠だけのCSSです。
*/

#wrapper_category {
	overflow: hidden;
	margin: 0px;
	width: 734px;
}
#wrap {
	float: left;
	overflow:hidden;
	width: 180px;
	height: 300px;
}
#wrap2 {
	float: left;
	overflow:hidden;
	width: 180px;
	height: 270px;
}
#cate_pct {
	margin-bottom: 10px;
}
#cate_text ul {
	overflow: hidden;
	margin: inherit;
	margin-left: 30px;
}
#cate_text ul.cate_ul li {
	float: left;
	width: 75px;
	font-weight: bold;
}
#cate_text a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	color: #323232;
	line-height:1.3;
}
/* hover時の文字装飾の指定 */
#cate_text a:hover {
	display: block;
	color:#ffffff;
	background-color: #323232;
	line-height:1.3;
}

/* クラスの指定 */
.mnl_4 {
	margin-left: 4px;
}
.mnl_5 {
	margin-left: 5px;
}
.mnl_47 {
	margin-left: 47px;
}
.mnl_50 {
	margin-left: 50px;
}
.indent {
	text-indent: -9999em;
}
