@charset "utf-8";

#main-area div.promo p.short a {
/*
	background-image: url(../../top/image/promo-short.png);
	background-repeat: no-repeat;	
*/
	width: 295px;
	height: 170px;
	float: left;
	margin-bottom: 8px;
	background-position: center top;
	display: block;
}
#main-area div.promo p.long a {
/*
	background-image: url(../../top/image/promo-long.png);
	background-repeat: no-repeat;	
*/
	width: 295px;
	height: 170px;
	float: right;
	margin-bottom: 8px;
	background-position: center top;
	display: block;
}
#main-area div.promo p.first-time a {
	clear: both;
/*
	background-image: url(../../top/image/promo-first-time.png);
	background-repeat: no-repeat;
*/
	width: 600px;
	height: 120px;
	margin-bottom: 20px;
	background-position: center top;
	display: block;
}
#main-area div.promo p.short a:hover {
	background-position: center bottom;
}
#main-area div.promo p.long a:hover {
	background-position: center bottom;
}
#main-area div.promo p.first-time a:hover {
	background-position: center bottom;
}



#main-area div.article p.em-block-big {
	background-color: #c8f3fb;
	background-color: #dff5fe;
	margin-left: 15px;
	padding: 15px;
	width: 300px;
	border: 2px double #014574;
	margin-top: 20px;
}

#main-area div.article p.em-block-big em {
	font-size: 36px;
}
#main-area div.article p.em-block-big em.num {
	font-size: 26px;
}
