@charset "UTF-8";

/* Brand List */
/* 2009-09-05T16:01:44+09:00 */

@import url("./common.css");

/* -------------------------------------------------- */
/* main > main-body */
div.main-body{
	width: 740px;
	overflow: hidden;
	padding-bottom: 20px;
}

div.brand div.row{
	background: url("../brand/image/bg_brand_section_bottom.gif") no-repeat bottom left;
	margin-bottom: 10px;
}

div.brand div.row div.row-inner{
	width: 750px;
	overflow: hidden;
	background: url("../brand/image/bg_brand_section_top.gif") no-repeat top left;
}

div.brand div.row.single,
div.brand div.row.single div.row-inner{
	width: 365px;
}

div.brand div.section{
	width: 345px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px;
}

div.brand div.section h2{
	width: 110px;
	float: left;
	padding-bottom: 0;
	border-bottom: none;
}

div.brand div.section p{
	width: 225px;
	float: right;
	line-height: 1.3;
}

