@charset "utf-8"; 
/* =================================== 

レフトサイド下部のバナー用

=================================== */

div#left-side-banners{
	margin-top:25px;
	margin-bottom:40px;
}

div#left-side-banners .banner{
	width:200px;
	height:56px;
	margin-bottom:14px;
	overflow:hidden;
}

div#left-side-banners .contact-info{
	background:#3db145;
	text-align:center;
	margin-bottom:0;
}

div#left-side-banners .contact-info-inner{
	margin:0 auto;
	text-align:left;
	width:160px;
	height:56px;
	padding-left:20px;
	background:#ffffff;
}

div#left-side-banners:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*** For IE6 ***/
* html div#left-side-banners .contact-info-inner{
	width:180px;
}
