@charset "utf-8";


/* 初期設定
-------------------------------------------------- */



/* 00. Reset
-------------------------------------------------- */
body { height: 100%; }
html { height: 100%; overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; }

body, div, p, address,
dl, dt, dd, ul, ol, li,
form, fieldset, input, textarea,
pre, blockquote, th, td,
figure, figcaption { margin: 0; padding: 0; }

img { border: 0; } 

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label { cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }

/* ----------------------------------------------- */



/* 00. All
-------------------------------------------------- */
body {
	color: #000;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
}
/* Link */
a { text-decoration: underline; }
a:link    { color: #0033CC; }
a:visited { color: #333366; }
a:hover   { color: #990000; }
a:active  { color: #990000; }

/* ----------------------------------------------- */
