@charset "UTF-8";

*{
	margin :0;
	padding:0;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1em;
	line-height:1.6;
}

* html body{
	font-size:100%;
}

*:first-child + html body{
	font-size:100%;
}

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

h1,h2,h3,h4,h5,h6,p,li,ol,dt,dd,th,td{
	font-style :normal;
	font-weight:normal;
	text-align :left;
}

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

img {  
    border:0; 
} 

li,ol{
	font-size:75%;
	list-style:none;
}

fieldset{
	border:none;
}

/*======================================

Font-size Adjustment

63% = 10px
75% = 12px
88% = 14px
100% = 16px
113% = 18px
125% = 20px
138% = 22px
150% = 24px
=======================================*/


