@charset "utf-8";



/* ----- Reset Style --------------------------------------------------------- */

html,body,
div,span,
object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,tt,var,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,label,
table,caption,tbody,tfoot,thead,tr,th,td{
    margin: 0;
    padding: 0;
}

img{
    vertical-align: top;
}

body, table, caption, th, td, form, input, textarea {
    font-size:small;
    font-family:'MS UI Gothic', Arial, sans-serif;
    line-height:1.4em;
    letter-spacing:0.09em;
}

* html body, * html table, * html caption, * html th, * html td, * html form, * html input, * html textarea {
    font-size:small;
    font-family:'MS UI Gothic', Arial, sans-serif;
    line-height:1.4em;
    letter-spacing:0.09em;
}

/* ----- 全体 初期設定 ---------------------------------------------------------- */

a:link {
  color: #039;
  background-color:transparent;
  text-decoration:underline;
}

a:visited {
  color:#476BB3;
  background-color:transparent;
  text-decoration:underline;
}

a:hover, a:active {
  color:#06C;
  background-color:transparent;
  text-decoration:none;
}

body {
  text-align:center;
  background-color:#f3f3f3;
  margin:0;
  padding:0;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

hr {
    border:1px solid #B3B3B3;
}

strong {
font-weight: normal;
font-variant: normal;
text-transform: none;
font-style: normal;
}
em {
font-weight: normal;
font-variant: normal;
text-transform: none;
font-style: normal;
}

#s {
  display:none;
}

