body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	background-color: #F5F5F5;
}

a {
	font-weight: normal;
}

a:link {
	color: #0000AA;
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover {
	color: #0000AA;
	text-decoration: underline;
}

hr {
	border: solid #AAAAAA;
	border-width: 1px 0 0 0;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
} 

#container {
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #037B6D;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
	width: 1000px;
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}

#header {
	width: 1000px;
	background: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #052A7D;
	background: -moz-linear-gradient(left,  #FFFFFF 0%, #FFFFFF 45%, #8ABBFF 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFFFF), color-stop(45%,#FFFFFF), color-stop(100%,#8ABBFF));
	background: -webkit-linear-gradient(left,  #FFFFFF 0%,#FFFFFF 45%,#8ABBFF 100%);
	background: -o-linear-gradient(left,  #FFFFFF 0%,#FFFFFF 45%,#8ABBFF 100%);
	background: -ms-linear-gradient(left,  #FFFFFF 0%,#FFFFFF 45%,#8ABBFF 100%);
	background: linear-gradient(to right,  #FFFFFF 0%,#FFFFFF 45%,#8ABBFF 100%);
	position: fixed !important;
	position: absolute;
	top: 0px;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
}

#header h1 {
	margin: 0px;
	padding-top: 8px;
	padding-left: 16px;
	padding-bottom: 8px;
	height: 40px;
	width: 386px;
}

#content {
	width: 1000px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	padding-left: 6px;
	border-left: 10px solid #666666;
	border-bottom: 1px solid #666666;
	clear: both;
}

#content h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}

/* TOP */

#coverpage {
	font-size: 0.9em;
	width: 600px;
	margin: auto;
}

#coverpage table {
	width: auto;
	border-collapse: collapse;
}

#coverpage th,td {
	font-size: 0.75em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
}

/* 総目次 */

#mokuji {
	background-color: #F6F6FF;
	width: 360px;
	margin: auto;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 1em;
}

/* まえがき */

#maegaki {
	width: 500px;
	margin: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 1.0em;
}

/* 本書の見かた */

#mikata {
	width: 800px;
	margin: auto;
	font-size: 0.9em;
}

#mikata p {
	text-indent: -2em;
	padding-left: 4em;
}

#mikata table {
	width:760px;
	border-collapse: collapse;
}

#mikata th {
	background-color: #FFFFFF;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 2px 10px 2px 10px;
}

#mikata td {
	background-color: #FFFFFF;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 2px 10px 2px 20px;
}

/* 操作説明 */

#sousa {
	width: 800px;
	margin: auto;
	font-size: 0.9em;
}

#sousa table {
	width:760px;
	border-collapse: collapse;
}

#sousa th {
	background-color: #FFFFFF;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 2px 10px 2px 10px;
}

#sousa td {
	background-color: #FFFFFF;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 2px 10px 2px 20px;
}

#sousa p {
	padding-left: 2em;
}

img.sousa {
vertical-align: middle;
}

.fn {
	text-indent: 3em;
	font-size: 0.8em;
}

.w8 {
	width: 8em;
	table-layout: fixed;
}

/* 奥付 */

#okuduke {
	width: 450px;
	margin: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 1.0em;
}

a.btn {
	display: block;
	height: 30px;
	width: 200px;
	text-decoration: none;
	line-height: 33px;
	text-align: center;
	border-radius: 20px;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px #E9E9E9;
	-moz-box-shadow: 1px 1px 1px #E9E9E9;
	box-shadow: 1px 1px 1px #E9E9E9;
	background: #FA7E01;
	background: -webkit-gradient(linear, left top, left bottom, from(#FA7E01), to(#FB9D3E));
	background: -moz-linear-gradient(top, #FA7E01, #FB9D3E);
	background: -o-linear-gradient(top, #FA7E01, #FB9D3E);
	background: -ms-linear-gradient(top, #FA7E01, #FB9D3E);
	background: linear-gradient(top, #FA7E01, #FB9D3E);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FA7E01', endColorstr='#FB9D3E');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FA7E01', endColorstr='#FB9D3E')";
}

a.btn:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.copyright {
	font-size: 0.75em;
	color: #666666;
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
