@charset "utf-8";

/* CSS Informaition ****************************************

	FileName		topInc.css
	Descripton		トップインクルードスタイル用

***********************************************************/
.topInc{
	padding:10px 30px 0;
}

*html .topInc div.top10.new,
*html .topInc div.top10.press,
*html .topInc div.top10.ir,
*html .topInc div.top10.info {
	padding:8px 0 7px 80px;
	border-bottom:1px dotted #cccccc;
	display: block;
}

.topInc div.top10.new,
.topInc div.top10.press,
.topInc div.top10.ir,
.topInc div.top10.info {
	padding:10px 0 9px 80px;
	border-bottom:1px dotted #cccccc;
	display: block;
}

.topInc div.new{ background:url(../images/cate_icon_news.png) no-repeat left 10px;}
.topInc div.press{ background:url(../images/cate_icon_press.png) no-repeat left 10px;}
.topInc div.ir{background:url(../images/cate_icon_ir.png) no-repeat left 10px;}
.topInc div.info{background:url(../images/cate_icon_info.png) no-repeat left 10px;}

.topInc div.new div.date,
.topInc div.press div.date,
.topInc div.ir div.date,
.topInc div.info div.date {
	padding:0 0 0 10px;
	background:url(../images/marker_1.png) no-repeat left center;
}

.press,
.new,
.ir,
.info {
	display: none;
}
