/*各タグ初期化*/

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object{
margin:0em;
padding:0em;
vertical-align: baseline;
}


html{
height:100%;
}

html>/**/body{
overflow:-moz-scrollbars-vertical;
}

html:first-child body{
min-height:100%;
padding-bottom:1px;
} 

body{
font: normal 80% Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
color:#555555;
line-height:1.5;
background:#fff;
margin:1.5em 0;
}


h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

ol,ul{
list-style:none;
margin-left:0em;
padding-left:0em;
}

li{

}


img{
vertical-align:bottom;
border:none;
}

th,td{
font-size: 100% !important;
font-size /**/: 80%;
}

/*aタグ*/
a:link {
color: #336699;
text-decoration:none;
font-weight:normal;
}
a:visited {
color: #ff3399;
text-decoration:none;
font-weight:normal;
}
a:hover {
color:#ff9900;
text-decoration:none;
font-weight:normal;
}
a:active {
color:#ff9900;
text-decoration:none;
font-weight:normal;
}




