@charset "utf-8";

/* CSS Document */

/*----------------------------------------------
reset setting
-----------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif ;
	font-size: 100%;
}
div,p,form,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border: 0;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*----------------------------------------------
font size
-----------------------------------------------*/

body {
font-size:62.5%;
}/*IE6以下用の設定*/


html>/**/body {
font-size: 10px;
}/*Except IE*/

