@charset "UTF-8";
/*-
*タグの初期化
*/
*{
	padding:0px;
	margin:0px;
}

html{
	height:100%;

}






a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

.nohover a img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.hover_on a img{
	opacity:0.0;
	filter:alpha(opacity=0);
}

img{
	border: none;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	
}
