@charset "utf-8";

* {
margin:0;
padding:0;
}

html,body {
height:100%;
}

html {
overflow-y:scroll;
overflow-x:hidden;
}

body {
background:#ff9900;
width:100%;
font-size:0.9em;
font-family:Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Arial, Helvetica, sans-serif;
color:#000;
line-height:1.5;
}

img,fieldset {
border:0;
}

/* 透明スペース */
.spacer {
clear:both;
height:1em;
}

h1,h2,h3,h4 {
clear:both;
}

.fit_center {
text-align:center;
}
.fit_right {
float:right;
}
.fit_left {
float:left;
}

hr {clear:both;}

table {margin:0 auto;}

