@charset "utf-8";

/* ----------------------------------------------------------------------------
	RESET
   ---------------------------------------------------------------------------- */
body { color: #000; background: #fff; }

h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }

body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd,table, th, td,
thead, tbody, tfoot, 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; }

textarea { width: 99%; overflow: hidden; }
iframe { display: block; width: 100%; overflow: hidden; }

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

a:hover { cursor: pointer; background-color: transparent; }



/* ----------------------------------------------------------------------------
	PREFERENCES
   ---------------------------------------------------------------------------- */
body { font-size: 81.25%;background: #ececec; }

body, textarea, input, legend { color: #222; }

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: "Lucida Grande", Arial, "ＭＳ Ｐゴシック", sans-serif; }

a:link { color: #359; text-decoration: none; }
a:visited { color: #649; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { outline: none; }

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

.next {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	padding-top: 16px;
}

/* ----------------------------------------------------------------------------
	STYLED
   ---------------------------------------------------------------------------- */
.styled p {}

.styled h1 {  }
.styled h2 {}
.styled h3 {}
.styled h4 {  }

.styled ol {  }
.styled ol li {  }
.styled ul {  }
.styled ul li {  }

.styled table {  }
.styled th {  }
.styled td {  }

.styled blockquote {  }
.styled blockquote p {  }

.styled div.hr {  }
.styled div.hr hr { display: none; }





/* ----------------------------------------------------------------------------
	CLASS
   ---------------------------------------------------------------------------- */
.left { float: left; }
.right { float: right; padding: 5px 0 5px 0; margin-right: 0; }
.clear { clear: both; }
.clear hr {display: none;}

.center { text-align: center; margin-left: auto; margin-right: auto; }
.center * { text-align: left; }
.sign { text-align: right; }
.underline {
	text-decoration: underline;
}
