
.tempicons a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_doc.gif) no-repeat center right;
}
.tempicons a[href$='.docx'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_doc.gif) no-repeat center right;
}
.tempicons a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_xls.gif) no-repeat center right;
}
.tempicons a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_pdf.gif) no-repeat center right;
}

.tempicons a[href ^="http:"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_popup.gif) no-repeat center right;
}

.tempicons a[href ^="http://www.i-takken.or.jp/"] {
	padding: 5px 20px 5px 0;
	background: transparent url(tempicons/icon_txt.gif) no-repeat center right;
}