/* CSS Document */

#page {
	font-size: 75%;
}


/* reset */
*{
	margin :0;
	padding:0;
}

body {
	margin:0 auto;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;

}
/*
* 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{
	list-style:none;
}

fieldset{
	border:none;
}