@charset "utf-8";
/* -----------------------------------------------
default
----------------------------------------------- */
* {
	color:#111111;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
}
h1,h2,h3,h4,h5,h6{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	color:#000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
a img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-ms-filter: "alpha(opacity=70)";
	opacity:0.70;
}