@charset "UTF-8";
/* commoncss */

body	{
	margin:0;
	padding:0;
	background-color:#F2F2F0;
	color:#000;
	font-size:80.01%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka;
	line-height:1.5;
	text-align:center;
}



ul	{
	list-style-type: none;
}

img{
	border:none;
	vertical-align:bottom;
}

a:link,a:visited	{
	color:#000;
	text-decoration:none;
}

a:hover,a:active	{
	color:#666;
	text-decoration:underline;	
}



.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */






