/* CSS Document */
@charset "shift_jis";


/*--------初期解除----------*/

* {
padding: 0px;
margin: 0px;
list-style: none;
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 150%;
}

img{
border: 0;
}

h1,h2,h3,h4,h5,h6,p,ul {
padding: 0px;
margin: 0px;
}


/*---------初期設定---------*/

body {
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino　Kaku　Gothic　Pro", Osaka, sans-serif;
color: #666666;
text-decoration: none;
}

address {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
color: #666666;
text-decoration: underline;
}

a:hover {
color: #3365cc;
text-decoration: none;
}