@charset "utf-8";

/* all reset */
@import url("h_default.css");
/* @import url("default.css"); */

/* module style */
@import url("module.css");



<!--
/* === .clearFix ============================== */
 
.clearFix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearFix {
	display:inline-block; /* MacIE */
	min-height:1%; /* IE7 */
}
 
/* MacIE-not \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* MacIE-not */
-->



.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}



h1{
	text-align: left;
}



