/* モンハン時計バナー版(200×100)用
****************************************/
div#idMonhunBannerClock {
	background:transparent url(mhfclock_bg.gif) no-repeat left top;
	height:100px;
	width:200px;
	position:relative;
}
#idMonhunBannerTime p {
	display:none;
	font-family:"ＭＳ Ｐゴシック",arial,sans-serif;
	font-size:11pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
	position:absolute;
	overflow:hidden;
	text-align:center;
	width:85px;
}
#idMonhunBannerTime p.monhunTime {
	display:block;
	left:115px;
	top:21px;
}
#idMonhunBannerTime p.monhunDate {
	display:block;
	left:115px;
	top:37px;
}
div#idMonhunBannerHour {
	background:transparent url(mhfclock_hour.gif) no-repeat center top;
	height:100px;
	width:100px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:1;
}
div#idMonhunBannerDate {
	background:transparent url(mhfclock_date.gif) no-repeat center top;
	height:100px;
	width:100px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:2;
}
div#idMonhunBannerSale {
	background:transparent url(mhfclock_sale.gif) no-repeat center top;
	height:100px;
	width:100px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:3;
}
