@charset "Shift_JIS";

/*  pdf links icon  */
a.pdf-tail {
	padding: 5px 20px 5px 5px;
	background: transparent url(../icons/icon_pdf.gif) no-repeat center right;
}
a.pdf-head {
	padding: 5px 5px 5px 20px;
	background: transparent url(../icons/icon_pdf.gif) no-repeat center left;
}


/*  word links icon  */
a.word-tail {
	padding: 5px 20px 5px 5px;
	background: transparent url(../icons/icon_doc.gif) no-repeat center right;
}
a.word-head {
	padding: 5px 5px 5px 20px;
	background: transparent url(../icons/icon_doc.gif) no-repeat center left;
}

/*  excel links icon  */
a.xls-head {
	padding: 5px 20px 5px 5px;
	background: transparent url(../icons/icon_xls.gif) no-repeat center right;
}
a.xls-tail {
	padding: 5px 5px 5px 20px;
	background: transparent url(../icons/icon_xls.gif) no-repeat center left;
}

/*  popup links icon  */
a.pupup {
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_popup.gif) no-repeat center right;
	
}

/*  external links icon  */
a.external {
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_external.gif) no-repeat center right;
}