@charset "UTF-8";
 img, div, input { behavior: url("/iepngfix/iepngfix.htc") }
 
/*
===========================================================================
| 			site common style
===========================================================================
*/


*{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
html{

}

/* clearfix */
.clearfix:after {
 content:"."; 
 display:block; 
 height:0; 
 clear:both; 
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */



body{
	font-size: 90%;
	color: #333333;
	line-height: 160%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
	text-align:center;
}
body, html {
    height: 100%;
}
div.wrapper,
#flashContens{
	width:100%;
	height:100%;
}


