/* 外部リンクアイコン表示 */
#col2 a[href^="http:"]:after{
	margin: 0 2px;
	content: " "url(images/ouklink.png)" (外部サイト)";
	font-size: 10px;
}
#col2 a[href^="https:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
#col2 a[href^="http://moriogai-kinenkan.jp"]:after{
	margin: 0;
	content: "";
}
#col2 a[href^="https://moriogai-kinenkan.jp"]:after{
	margin: 0;
	content: "";
}

#col2 a[href $='.pdf']:after {
	margin: 0 2px;
	content: " "url(images/pdf.gif);
	font-size: 10px;
}

a[href $='ogai-english.pdf']:after{
	background-image: none
	 padding-right: 0;
}

