/* 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%;
}
 
img {
border: 0;
}

ul, ol {
list-style-type: none; 
}

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

html {
overflow-y:scroll;
}


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


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

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

a:hover	 {
text-decoration: none;
color: #4892aa;
}

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


/*--------コーポレートカラー----------*/

.corporatecolorblue {color: #165374;}

.corporatecolorrightblue {color: #4892aa;}

.corporatecoloryellow {color: ede072;}


/*--------セレクト時カラー----------*/

::selection {
background: #ede072; /* Safari */
}

::-moz-selection {
background: #ede072; /* Firefox */
}