
@charset "utf-8";
@import "share.css";
/*------------------------------------
 レイアウト枠(ベース)
---------------------------------------*/
div#mainbox {
	width:900px;
}
div#mainbox #mainbox-left{
	float: left;
	width:530px;
	background-color: #ffffff;
}
div#mainbox #mainbox-right{
	float: right;
	width:350px;
	height:100%;
	overflow:hidden;
	/*padding:0px 1px 1px 1px;*/
	line-height: 1.5em;
}
/*------------------------------------
 レイアウト枠(ボックス)
---------------------------------------*/
div.box3{
	width:170px;
	float: left;
}
div.box2{
	width:260px;
	float: left;
}
div.rBoxMax{
	clear:both;
	padding-top:5px;
}


/*------------------------------------
 h2,h3(common.css上書き)
---------------------------------------*/
div#mainbox-left h2{
	clear:both;
	font-size:130%;
	padding:10px 0px 5px 10px;
	color:#ffffff;
	background:transparent url(/common/img/promo/bg_h2_530.jpg) no-repeat bottom;
}
div#mainbox-right h2{
	clear:both;
	font-size:130%;
	padding:10px 0px 5px 10px;
	color:#ffffff;
	background:transparent url(/common/img/promo/bg_h2_350.jpg) no-repeat bottom;
}
div#main-footer h2{
	clear:both;
	font-size:130%;
	padding-top:20px;
	padding-left:10px;
	color:#ffffff;
	background:transparent url(/promo/category/common/img/880-34.gif) no-repeat bottom;
}
div#mainbox-left h3{
	clear:both;
	font-size:120%;
	color:#333333;
	border-left:4px solid #0075C1;
}

div#mainbox-right h3 span{
	font-size:130%;
}
div#mainbox-right h3 span.cap{
	font-size:95%;
}

/*------------------------------------
 リスト構造
---------------------------------------*/
dl.dlist{
	padding-left:3px;
}
dl.dlist dt{
	clear:left;
	float:left;
}
dl.dlist dd{
	float:left;
	padding-left:15px;
	margin-left:10px;
	background:transparent url(/common/img_v2/icon_arrow01.gif) no-repeat scroll left 5px;
}

dl.news{
	padding-left:3px;
}
dl.news dt{
	clear:left;
	float:left;
}
dl.news dd{
	clear:left;
	float:left;
	padding-left:20px;
}




