@charset "utf-8";
/**
 * StyleName : _base
 * -Side contents styles
 */


/** Side contents 
------------------------------ **/

/** Ads **/
#sideAds250{
	/*margin-bottom:30px;*/
}

/** Services **/
#sideServices{
	width:210px;
}
.sideServices h2{
	padding:0 10px;
	margin-bottom:20px;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	color:#999;
}
.sideServices ul{
	width:210px;
	overflow:hidden;
}
.sideServices ul li{
	padding:0 10px;
	text-align:center;
}
.sideServices ul li a{
	display:block;
	padding:10px 0;
	line-height:160%;
	text-decoration:none;
	color:#888;
}
.sideServices ul li a:hover{
	color:#82bf61;
}

#sideServices_outer,
#sideMobile_outer{
	padding:55px 0;
}

/** Mobile **/
#sideMobile{
	width:210px;
	text-align:center;
}
#sideMobile h2{
	height:34px;
	line-height:30px;
	margin-bottom:25px;
	padding:0 10px;
	font-size:14px;
	color:#999;
	overflow:hidden;
}
.sideMobile .qrcode{
	margin-bottom:30px;
}
.sideMobile p{
	padding:0 20px;
	line-height:1.8;
	color:#888;
}

/** Feed **/
#sideFeed{
	width:210px;
}
#sideFeed a, #sideContact a{
	width:210px;
	padding:30px 0;
	display:block;
	overflow:hidden;
	color:#999;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

/** Contact **/
#sideContact{
	width:210px;
}

/** Banners **/
#sideBanners{
	width:240px;
	margin-top:40px;
}
.sideBanner{
	width:240px;
	margin-bottom:10px;
}
.sideBanner_body{
	width:240px;
}