@charset "utf-8";
body {
	font:13px/1.231 "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	*font-size:small;
	*font:x-small;
	}

table {
	font-size:inherit;
	font:100%;
	}

* html body {	/* for IE6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {
	margin:0;
	padding:0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,code,th {  
	font-style:normal;   
	font-weight:normal;   
	} 

th {  
	text-align:left;
	} 

ol,ul {  
	list-style:none;   
	} 

li {
	list-style-type:none;
	}

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;
	line-height:1;   
	} 

img,fieldset {
	border:0;
	}

select, input, textarea {
	font-size:99%;
	}

pre {
	font-size:93%;
	line-height:1.4;
	}


/* -----------------------------------------------------------
clearfix
----------------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

