/* CSS Document */
@charset "shift_jis";


/*--------初期解除----------*/

html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 150%;
}

ul {
list-style-type: none;
}
 
li img {
vertical-align: bottom;
}
 
img {
border: 0;
}

h1,h2,h3,h4,h5,h6,p {
color: #444444;
}

body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, Arial, Helvetica,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
overflow-y: scroll;
}


/*--------リンク----------*/

a {
color: #229ac8;
outline: none;
text-decoration: underline;
}

a:hover	 {
text-decoration: none;
color: #77c9e8;
}

.cssalpha:hover {
opacity: 0.6;
filter: alpha(opacity=80);
}

