@charset "shift_jis";

/*===================================================================

CSS Information

 Created: 	2005-02-10
 Author: 	Yoshiki Kato (http://hyper-text.org/)

 licensed under a Creative Commons License (Attribution 3.0 Unported)
 http://creativecommons.org/licenses/by/3.0/deed.ja

===================================================================*/


/*----------base style----------*/

* {
	margin: 0;
	padding: 0;
	}

html {
	background: #fff;
	}

body {
	font-size: 0.9em;
	font-family: arial, verdana, sans-serif;
	color: #333;
	line-height: 150%;
	text-align: left;
	background: #eee;
	}

a {
	color: #099;
	text-decoration: none;
	}

a:hover {
	color: #099;
	text-decoration: underline;
	}

hr {
	margin: 1em 1.5em 3em 1.5em;
	border-top: 0.5em solid #eee;
	border-left: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

ul {
	list-style: circle;
	}

code {
	padding: 0.2em;
	background: #FFFFA0;
	border: 1px dotted #eee;
	}

abbr {
	padding: 0 0.2em;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

abbr:after {
	content: " [?]";
	font-size: 0.7em;
	color: #fff;
	}

em {
	font-weight: normal;
	font-style: normal;
	color: red;
	}

ol {
	margin: 0 0 0 2.5em;
	padding: 0 0 1em 0;
	}

ul {
	margin: 0 0 0 2em;
	padding: 0 0 1em 0;
	}

ol li,
ul li {
	padding: 0.2em 0;
	}

ol li ul {
	margin: 0 0 0 1em;
	padding: 0;
	}

ol li ul li {
	padding: 0;
	}

dl {
	margin: 0 0.5em 1em 0.5em;
	width: 60em;
	overflow: auto;
	}

dt,
dd {
	padding: 0.5em;
	float: left;
	}

dt {
	background: #eeeee1;
	border-right: 0.2em solid #fff;
	border-bottom: 0.2em solid #fff;
	width: 8em;
	}

dd {
	background: #eeeeee;
	border-bottom: 0.2em solid #fff;
	width: 49em;
	}

/*----------style container----------*/

div.all {
	margin: 0 auto;
	background: #fff;
	border-left: 0.1em solid #ddd;
	border-right: 0.1em solid #ddd;
	width: 65em;
	}

div.container {
	border-left: 0.1em solid #ccc;
	border-right: 0.1em solid #ccc;
	}

div.base {
	border-left: 0.1em solid #bbb;
	border-right: 0.1em solid #bbb;
	}


/*----------hedding----------*/

h1 {
	padding: 3em 0.5em 1em 0.5em;
	font-size: 2.5em;
	font-weight: normal;
	color: #777;
	line-height: 120%;
	letter-spacing: -0.1em;
	width: 15em;
	position: absolute;
	top: 0;
	}

h1:first-line {
	color: #333;
	}

/*----------navigation----------*/

div#navigation {
	margin-bottom: 12em;
	background: #333;
	border-bottom: 1em solid #eeeee1;
	position: relative;
	}

div#navigation h2 {
	padding: 0.3em 0 0 0;
	font-size: 3em;
	color: #eeeee1;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	width: 5em;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	}

div#navigation ul {
	margin: 0 0 0 0.5em;
	padding: 1em;
	color: #fff;
	list-style: none;
	line-height: 1em;
	overflow: auto;
	}

div#navigation ul li {
	padding: 0.2em 0;
	text-transform: uppercase;
	width: 10%;
	vertical-align: middle;
	float: left;
	}

div#navigation ul li a {
	color: #ccc;
	text-decoration: none;
	}

div#navigation ul li a:hover {
	color: #fff;
	}

/*----------section (excluding IE)----------*/

div#navigation + div.section {
	margin: 1em 1.5em 3em 1.5em;
	padding: 1em;
	border: 1px solid #ccc;
	}


div#navigation + div.section h2 {
	margin: 0;
	padding: 1em;
	font-size: 1.5em;
	color: #666;
	background: #b0b0b0;
	border: none;
	}

div#navigation + div.section h2:before {
	content: "about this document";
	margin: 0 0 0.1em 0;
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	display: block;
	}

div#navigation + div.section p {
	padding: 0 1.2em 1em 1.2em;
	font-size: 1.2em;
	color: #333;
	background: #b0b0b0;
	}

/*----------section----------*/

div.section {
	padding: 0 1.5em 2em 1.5em;
	}

div.section div.section {
	padding: 0;
	}

div.section h2 {
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	background: #fdfbe7;
	border-top: 0.3em solid #eeeee1;
	}

div.section h3:before {
	content: "\300b ";
	}

div.section h3 {
	margin:1em 0 0.5em 0;
	padding: 0.2em;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	}

div.section h4 {
	margin:0 0 0.5em 0;
	padding: 0.5em;
	font-size: 1em;
	background:#eee;
	}

div.section h5 {
	margin:0 0 0.5em 0;
	padding: 0.2em 0.5em;
	font-size: 1em;
	border-bottom: 1px dotted #eeeee1;
	clear: both;
	}

div.section h6 {
	padding: 0.5em;
	font-size: 1em;
	}

div.section p {
	padding: 0 0.5em 1em 0.5em;
	}

/*----------finally----------*/

div.finally {
	padding: 1em 1.5em 2em 1.5em;
	color: #fff;
	background: #333;
	}

div.finally h2 {
	margin-bottom: 1em;
	padding: 0.2em 0;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px dotted #eee;
	}

div.finally p {
	padding: 0 0.5em 1em 0.5em;
	}

div.finally dl {
	margin: 0 0.5em 0 0;
	padding: 0.2em 0 0 0;
	border: none;
	overflow: auto;
	}

div.finally dt,
div.finally dd {
	margin-bottom: 0.5em;
	padding: 0;
	float: left;
	}

div.finally dt {
	padding-right: 1em;
	text-align: right;
	background: none;
	border: none;
	border-right: 1px solid #ccc;
	width: 48.9em;
	}

div.finally dd {
	text-align: right;
	background: none;
	border: none;
	width: 8em;
	}

/*----------CSS hack for IE6 orz ----------*/

* html body div#navigation {
	margin-bottom: 12em;
	background: #333;
	border-bottom: 1em solid #eeeee1;
	height: 1px;
	position: static;
	}

* html body div#navigation h2 {
	padding: 0.5em 0 0 0;
	font-size: 3em;
	color: #eeeee1;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	width: 5em;
	position: static;
	overflow: visible;
	float: right;
	}

* html body div#navigation ul {
	margin: 0 0 0 1em;
	padding: 1em 0;
	color: #fff;
	list-style: none;
	line-height: 1em;
	width: 40em;
	overflow: visible;
	float: left;
	}

* html body div#navigation ul li {
	display: inline;
	padding: 0 2em 0 0;
	text-transform: uppercase;
	vertical-align: middle;
	float: none;
	}

* html body div#navigation ul li a {
	color: #ccc;
	text-decoration: none;
	}

* html body div#navigation ul li a:hover {
	color: #fff;
	}