@charset "utf-8";

/*--------------------------------------------------
▼reset
--------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
	line-height:1.5;
	color:#454545;
	font:13px/1.231 sans-serif;
	*font-size:small;
	*font:x-small;/* x-small is for IE6/7 quirks mode. */
}
ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
  vertical-align: baseline;
  border: none;
}

/*--------------------------------------------------
▼default setting
--------------------------------------------------*/


body {
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
@media print{
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
}


body:first-of-type body {
	font-family: "Arial", "sans-serif";
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}




/*--------------------------------------------------
▼link setting
--------------------------------------------------*/

a:link {
color:#16709f;
text-decoration:none;
}
a:visited {
color:#655c9a;
text-decoration:none;
}
a:hover {
color:#56a7d2;
text-decoration:underline;
}
a:active {
color:#56a7d2;
text-decoration:underline;
}
a:focus {
color:#56a7d2;
text-decoration:underline;
}

a.alpha img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.alpha:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*--------------------------------------------------
header CIロゴを10周年に
--------------------------------------------------*/
/*#header p a img {
        width:284px;
		height:auto;
}

#header p a img[src$="logo.gif"] {
        width:284px;
		height:auto;
    }*/
	