@charset 'UTF-8';

/*
*
*	Title: defi ----- imagelink.css
*	Last Modified: 2008-07-10
*	Description: imagelink.js が適応される画像のスタイル
*	Auther: TMCreation
*
*/


/*======================================================
	image effect for imagelink
=======================================================*/

.tentennews {
	background: url(images/news_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}

.tentennewsOver {
	background: url(images/news_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

.tentennewsOut {
	background: url(images/news_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}

.infothum {
	background: url(images/infos_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}

.infothumOver {
	background: url(images/infos_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

.infothumOut {
	background: url(images/infos_border.gif) no-repeat 0 0;	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}

