@charset "UTF-8";

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

html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

/* General Setting ---------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	background-color: #333;
}

a {
	color: #7c4b10;
}
a:hover {
	color: #e4701b;
	text-decoration: none;
}

/* Basic Layout ---------------------------------------- */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
}
#footer {
}
h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 40px;
	color: #FFF;
	background-color: #006e54;
	padding: 4px;
	font-weight: normal;
	font-size: 16px;
}
h3 {
	color: #006e54;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Pagetop Navigation ---------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* List ---------------------------------------- */
.horio {
	color: #393;
	text-decoration: underline;
}
.orima {
	color: #393;
	text-decoration: underline;
}
ol li{
	list-style-type: decimal;
	margin-left: 3em;
	margin-bottom: 1em;
	padding-left: 0.2em;
	list-style-position: outside;
}


/* Table ---------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 800px;
}
th {
	width: 16em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #999;
	font-weight: normal;
	text-align: left;
}
td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #999;
}
.gray {
	background-color: #CCC;
	font-weight: bold;
}