@charset "utf-8";

/****************************************************************************
　アイコン設定CSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.03.20
****************************************************************************/

/*　PDF［リンクアイコン］後
----------------------------------------*/
a.pdf_re { 
	padding:2px 18px 2px 0;
	background : transparent url(./icon/pdf_01.gif) no-repeat right center;
}
/* overwrite IE7*/
*:first-child+html body a.pdf_re { display:inline-block ; }
/* overwrite IE6,5.5*/
* html body a.pdf_re { display:inline-block ; }

/*　PDF［リンクアイコン］前
----------------------------------------*/
a.pdf_fr { 
	padding:2px 0px 2px 18px;
	background : transparent url(./icon/pdf_01.gif) no-repeat left center;
}
/* overwrite IE7*/
*:first-child+html body a.pdf_fr { display:inline-block ; }
/* overwrite IE6,5.5*/
* html body a.pdf_fr { display:inline-block ; }

