﻿@charset "utf-8";

body {
	background-color: #CCCCCC;
	color: #111;
}
a {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:active {
	color: #FF0000;
}
dt {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
.topline {
	text-align: right;
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	padding-right: 8px;
}
.pagetitle {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 2.5em;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#navigation {
	font-weight: bold;
	padding: 4px;
	line-height: 3ex;
	border-top: #999999;
	border-right: 1px solid #999999;
	border-bottom: #999999;
	border-left: #999999;
	overflow: hidden;
}
#body_box {
}
#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid #999999;
	padding-top: 4px;
	margin-left: 120px;
	margin-top: 8px;
}
.caption {
	font-size: x-small;
	font-weight: normal;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: black;
	border: 1px solid #000000;
	padding: 8px;
	margin: 16px;
}
.code_inline {
	font-family: "Courier New", Courier, mono;
	color: black;
}
.body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "sans-serif";
	border: 1px none #999999;
	padding: 4px;
	font-weight: normal;
	margin-right: 32px;
	margin-left: 32px;
}
.body h1 {
	margin-left: -32px;
}
.body h2 {
	text-indent: 0em;
	margin-left: -32px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 4px;
	margin-right: 0px;
}
.body H3 {
	margin-left: -16px;
	padding-left: 4px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #999999;
}
.langsel {
	float: right;
	/*color: #FFFFFF;*/
	padding: 2px;
	position: relative;
	left: 32px;
}
.langsel A {
	/*color: white;*/
}

.emphasisbox {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#FFCCCC;
	padding:4px;
	text-align: center;
	font-weight: bold;
}

.newbook {
	width: 116px;
	line-height: normal;
}
.newbook H3 {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	font-size: smaller;
	background-color: #333333;
	color: white;
	text-align: center;
	margin: 1px 0px 1px 0px;
}
.newbook P {
	margin: 1px 0px 1px 0px;
	padding: 1px;
	border: 1px solid #999999;
	font-size: smaller;
	font-weight: normal;
}
.newbook A {
	color: #333333;
	text-decoration:none;
}

.badge {
	font-size: xx-small;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	padding: 1px 0.5em 1px 0.5em;
	border: 2px outset #FFFF66;
	position: relative;
	background-color: #FFFF66;
	top: -0.2em;
}

ol.loose li {
	margin-bottom: 0.5em;
}

/* Table of Contents */
div.toc_item {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	font-size: larger;
}

.navmenu {
	font-size: 12px;
	line-height: 1.5;
}
.navmenu a {
	text-decoration: none;
}
.navmenu a:hover {
	text-decoration: underline;
}

.sans {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: normal;
}

.sans-bold {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}


