@charset "Shift_JIS";

body{
	margin:0;
	padding:0;
	font:14px/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif; 
	text-align:center;
	background: #ffffff;
}
/* for IE7 */
*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:88%;
}
/* for IE6 */
* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:88%;
}

html,body{
	height: 100%;
}
h1,h2,h3,h4,h5,h6,p,form,dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
ul, ul li,ol, ol li{
	list-style:none;
}
table{
	font-size:1em;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.5;
}
th{
	font-weight:normal;
	text-align:left;
}
em, strong{
	font-style:normal;
}
fieldset{
	border:0 none;
}
img{
	border: 0 solid #ffffff;
	vertical-align: top;
}
input,
select{
	font-size:100%;
	font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}
/* clear class */
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearfix{clear:both;}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/