@charset 'UTF-8';

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


/*======================================================
	商品詳細ページ　image effect for imagelink
=======================================================*/

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

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

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

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

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

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

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

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

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

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


/*======================================================
	商品一覧ページ image effect for imagelink
=======================================================*/

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

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

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

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

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

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


/*======================================================
	コーディネイトトップ image effect for imagelink
=======================================================*/

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

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

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

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

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

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


