@charset "utf-8";

/*----------------------------------------------------
icon
-------------------------------------------------------*/
.noIcon{}

span.pdf_link,span.excel_link,span.word_link,span.ppt_link{
	height:16px;
	padding: 4px 16px 3px 1px;
	margin-right:5px;
}
span.pdf_link{
	background: url(/common/images/icon_pdf.gif) no-repeat right center;
}
span.excel_link{
	background: url(/common/images/ic_excel.png) no-repeat right center;
}
span.word_link{
	background: url(/common/images/ic_word.png) no-repeat right center;
}
span.ppt_link{
	background: url(/common/images/ic_pps.gif) no-repeat right center;
}
span.pptx_link{
	background: url(/common/images/ic_pps.gif) no-repeat right center;
}



span.external_link {
	padding: 3px 13px 3px 0;
	margin-right:5px;
	background: url(/common/images/icon_wind.gif) no-repeat right center;
}
