@charset "utf-8";

body {
    font-family:Osaka,'ＭＳ Ｐゴシック','ＭＳ ゴシック',Verdana,sans-serif;
    color:#333333;
    font-size: 13px;
    height:100%;
    letter-spacing:0;
    line-height:150%;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#ffffff;
}

img {
    border:0 ;
}

li img {
    vertical-align:top;
}    

html, h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, div, img {
    margin:0;
    padding:0;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

table {
    border-collapse:collapse;
    font-size: 1em;
    border-spacing: 0;
}

a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  text-decoration: underline;
  color: #0066CC;
}

h1 {
    font-size:    1em;
    font-style: normal;
    margin: 10px 0 0 0;
}

h2, h3, h4 {
    font-weight: normal;
    font-size:   1.5em;
}



