@charset "utf-8";
/* CSS Document */



/********** background:none; *************/
.bgn{ background:none !important; }

/********** margin *************/
.mgn{ margin:0 !important; }

/* 画像over透過
----------------------------------------------------*/
a:hover img.over {
	filter:alpha(opacity=70);
	opacity:0.6;
}


/********** footer *************/
#footer{
	background:url(../images/foot_bg.gif) repeat-x left top;
	}
#footer .inr{
	width:930px;
	margin:0 auto;
	padding:20px 0 50px 0;
	text-align:center;
	}
#footer .inr:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#footer .inr { display: inline-block; }

/* Hides from IE-mac \*/
* html #footer .inr { height: 1%; }
#footer .inr { display: block; }
/* End hide from IE-mac */

#footer .inr li{
	display:inline;
	margin-right:22px;
	}

#footer .inr .copy{
	padding-top:20px !important;
	clear:both;
	text-align:center;
	}
	
