@charset "utf-8";
/* CSS Document */

/*ページ全体--------------------*/

html,body{
 font-family:Verdana,MSgochic, Osaka;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	color:#444;
	margin:0px;
	padding:0px;
	background:#fff /*url(../images/loading.gif) center center no-repeat*/;
	}

a img { border: 0; }
a:link { color:#444444}
a:visited {color:#666}
a:hover {
    color:#F00;
	position:relative;
	top:0px;left:0;
	}
a:hover img {
	FILTER: alpha(opacity=65); 
	moz-opacity: 0.65; 
	opacity: 0.65;
	}
a:active { color:#F00;}	
