/* 外部リンクアイコン表示 */
#centercolumn a[href^="http:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
#centercolumn a[href^="https:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
#centercolumn a[href^="http://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}
#centercolumn a[href^="https://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}


#topNavi a[href^="http:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
#topNavi a[href^="https:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
#topNavi a[href^="http://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}
#topNavi a[href^="https://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}


.left_menu_list a[href^="http:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
.left_menu_list a[href^="https:"]:after{
	margin: 0 2px;
	content: url(images/ouklink.png);
}
.left_menu_list a[href^="http://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}
.left_menu_list a[href^="https://www.tnm.jp"]:after{
	margin: 0;
	content: "";
}

