@charset "utf-8";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
margin:0;
border:0;
padding:0;
font-size:79%;
color:#555;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, textarea, th, td {
margin:0;
border:0;
padding:0;
font-weight:normal;
font-style:normal;
list-style:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

address, caption, em, strong, th {
font-style:normal;
font-weight:normal;
text-align:left;
}

img {
border:none;
vertical-align:top;
}

a:link,
a:visited {
color:#555;
text-decoration:underline;
}
a:hover,
a:focus,
a:active {
color:#00A8B5 ;
text-decoration:underline;
}
