@charset "utf-8";

/* m_link override
body.top #m_link {
	margin:0 20px;
}

#m_link div.ml_block {
	margin: 20px 0;
}

*/

/* Sales items */
#mb_sales {
	margin:30px 0 0 5px; padding:0;
}

#mb_sales iframe {
	margin:0; padding:0;
	width:520px; height:90px;
}

/* Business ABC Special Banner */
#abc {
 	width:540px;
	margin:20px auto;
	background:url(../images/leaf/abc_banner_bg.gif) repeat-y;
	border-bottom:3px solid #0d426f;
}

#abc h3 {
	overflow:hidden;
	position:relative;
	text-indent:-100em;
	height:31px;
	background:url(../images/leaf/abc_banner_header.gif) no-repeat;
}

#abc h3 a {
	width:105px; height:31px;
	position:absolute; display:block;
	right:0; text-decoration:none;
}

#abc h3 a:hover {
	background:transparent url(../images/leaf/abc_banner_header_over.gif) no-repeat;
}

#abc ul {
	list-style:none; padding:0; margin:0.3em 0;
}

#abc ul li {
	margin:0 1em 0.2em 1em; color:#666;
	font-size: 12px; line-height:160%;
}

#abc ul li a {
	font-size:13px;
	color:#039; text-decoration:none;
	background:transparent url(../images/leaf/abc_mark.gif) no-repeat 0 2px;
	padding-left:15px;
}

#abc ul li a:hover {
	color:#039;
	text-decoration:underline;
}


