@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}
html {height:100%;}
body {
	height:100%;
	font-size:74%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666/*5c5c5c*/;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(../img/common/head_bg.jpg);
	background-repeat: repeat-x;
}
img {vertical-align:bottom; border:0;}
li {list-style: none;}
hr {display: none;}
address {font-style: normal;}
em {font-style:normal;}
h4, h5, h6 {font-size:1em; font-weight:normal;}



/* clearfix style /////////////////////////////////////////*/

/*for new type broser*/
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*for IE5 mac*/
.clearfix {
	display: inline-block;
}
/* for WIN IE*/
/* hides from IE MAC \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
