@charset "utf-8";

/* ------------------------------ *
	RESET
 * ------------------------------ */
body { color: #000; background: #fff; }
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: "Lucida Grande", Arial, "ＭＳ Ｐゴシック", sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
a, label { cursor: pointer; }
address, optgroup, cite { font-style: normal; }

body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd,
table, th, td, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; }

li { list-style-position: outside; }
ul li { list-style-type: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; border: 1px solid #000; }
caption { text-align: left; }

pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }

sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }

hr { margin: 7px auto; }
/* IE6 */ * html hr { margin: 0 auto; }
/* IE7 */ *:first-child+html hr { margin: 0 auto; }

abbr, acronym { border-bottom: .1em dotted; cursor: help; }



/* ------------------------------ *
	PREFERENCE
 * ------------------------------ */
body { font-size: 87.5%; }
body, input, textarea, legend { color: #222; }

a:link { color: #222; text-decoration: none; }
a:visited { color: #3e5d7d; text-decoration: none; }
a:hover { color: #004896; text-decoration: underline; background-color: transparent; }
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)"; }
a:active { color: #368ad9; text-decoration: none; outline: none; }
a:active img { opacity: 0.9; filter: alpha(opacity=90); -ms-filter: "alpha(opacity=90)"; }
a:focus { outline: none; }

b, em, strong, dt, th, caption { font-weight: bold; font-style: normal; }

del { color: #888; }

hr { clear: both; border: none; border-top: 1px solid #aaa; }
