@charset "utf-8";
/* CSS Document */

/*星占い*/
#horoscope {
	background:url(../images/horoscope.jpg) no-repeat left top;
	text-align:center;
	padding:39px 0 10px;
	width:240px;
	margin-bottom:10px;
	}

/*おすすめサービス*/
#recomend {
	background:url(../images/rcbk.jpg) repeat-y left top;
	text-align:center;
	width:240px;
	margin-bottom:10px;
	}

/*天気予報*/
#weather {
	background:url(../images/weather.jpg) no-repeat left top;
	text-align:center;
	padding:39px 0 0;
	width:240px;
	margin-bottom:10px;
	height: 91px;
	}

#weather #swfCode #website{
	height: 80px;
}


/*プレゼント*/
#present {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	}

/*ncmモバイルサイト*/
#mobile_main {
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	}

/*お問い合わせ窓口*/
#ask_main {
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	}

.main-bunner{
	clear:both;
	}


.mb5 {margin-bottom:5px;}	
.mb10 {margin-bottom:10px;}	
