@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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
  vertical-align: baseline;
  border: none;
}

/*--------------------------------------------------
▼default setting
--------------------------------------------------*/

body {
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
}
@media print{
body {
	font-size: 13px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	*font-size:small;
	*font:x-small;
}
}


body:first-of-type body {
	font-family: "Arial", "sans-serif";
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}




/*--------------------------------------------------
▼font Setting Table
--------------------------------------------------*/

/* 
CSSでのpercent指定で対応するpxサイズの早見表


Font-size list (base: 13px)
percent = px

 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

/*--------------------------------------------------
▼link setting
--------------------------------------------------*/

a {
	color:#59b1e3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.alpha img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.alpha:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}