@charset "Shift_JIS";

/* Basic Style Sheet for XHTML */

* {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;

	float: none;
	clear: none;

	width: auto;
/*	height: auto;	*/

	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

pre, code, kbd, samp {
	font-size: 1em;
}

dfn, em {
	font-style: normal;
}

caption, th {
	text-align: left;
}

table, td, th {
	border-width: 0em;
	border-color: #cccccc;
}

dfn, em, [type] {
	font-style: inherit;
}

caption, th, [type] {
	text-align: inherit;
}

table, td, th, [type] {
	border-color: inherit;
}

*, [type] {
	border-width: 0.1em;
	border-style: none;
	border-color: inherit;

	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	direction: inherit;
	unicode-bidi: inherit;

	min-width: 0em;
	max-width: inherit;
	min-height: 0em;
	max-height: inherit;
	line-height: inherit;
	vertical-align: inherit;

	overflow: visible;
	clip: auto;
	visibility: inherit;

	color: inherit;
	background-color: transparent;

	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-stretch: inherit;
	font-size: inherit;
	font-size-adjust: inherit;

	text-indent: 0em;
	text-align: inherit;
	text-decoration: inherit;
	text-shadow: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-transform: inherit;
	white-space: inherit;

	cursor: inherit;
	outline-width: 0.1em;
	outline-style: none;
	outline-color: inherit;
}

option {
	background-color: #ffffff;
}


/* Structure Module */

body, html {
	border-color: #000000;

	display: block;
	direction: ltr;
	unicode-bidi: embed;

	max-width: none;
	max-height: none;
	line-height: 1.25em;
	vertical-align: baseline;

	visibility: visible;

	color: #000000;
	background-color: #ffffff;

	font-family: "lr oSVbN", Osaka, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 1em;
	font-size-adjust: none;

	text-align: left;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	white-space: normal;

	cursor: auto;
	outline-color: invert;
}

body {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-left: 2%;
}

head {
	display: none;
}

title {
	display: inline;
}


/* Text Module */

/* Heading */

h1, h2, h3, h4, h5, h6 {
	margin-top: 2%;
	margin-bottom: 2%;
	display: block;
	line-height: 1em;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/* Block */

address, blockquote, div, p, pre {
	display: block;
}

address, blockquote, pre {
	margin-top: 2%;
	margin-bottom: 2%;
}

address {
	margin-left: 20%;
	font-style: italic;
}

blockquote {
	margin-right: 10%;
	margin-left: 10%;
}

blockquote > p {
	quotes: '"' '"' "'" "'";
}

blockquote > p:lang(ja) {
	quotes: "g" "h" "e" "f";
}

blockquote > p:before {
	content: open-quote;
}

blockquote >p:after {
	content: close-quote;
}

pre {
	white-space: pre;
}

/* Inline */

abbr, cite, code, dfn, em, kbd, q, samp, span, strong, var {
	display: inline;
}

abbr, strong {
	text-decoration: underline;
}

cite, var {
	font-style: italic;
}

dfn, em, strong {
	font-weight: bold;
}

q {
	quotes: '"' '"' "'" "'";
}

q:lang(ja) {
	quotes: "g" "h" "e" "f";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}


/* Hypertext Module */

a {
	display: inline;
	text-decoration: underline;
}

a:link {
	color: #0099ff;
}

a:visited {
	color: #9900ff;
}

a:hover {
	background-color: #ffcc00;
}

a:active {
	color: #ff0000;
}


/* List Module */

dl, dt, dd, ol, ul {
	display: block;
}

dd, ol, ul {
	margin-left: 10%;
}


dl, ol, ul {
	margin-top: 2%;
	margin-bottom: 2%;
}

ol ul, ul ol, ul ul, ol ol {
	margin-top: 0%;
	margin-bottom: 0%;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

li {
	display: list-item;
	list-style-position: outside;
}

li:before {
	display: marker;
	marker-offset: auto;
}


/* Forms Module */

form, option {
	display: block;
}

form {
	margin-top: 2%;
	margin-bottom: 2%;
	border-color: #cccccc;
	vertical-align: middle;
}

input, label, select, textarea {
	display: inline;
}

input[type="text"], input[type="file"], select, textarea {
	border-style: inset;
}

input[type="submit"] {
	border-style: outset;
	background-color: #cccccc;
	font-size: 0.8em;
}

input[type="submit"]:active {
	border-style: inset;
}

input[type="hidden"] {
	display: none;
}


/* Table Module */

caption, th {
	font-weight: bold;
}

caption {
	display: table-caption;
	caption-side: top;
}

table, td, th {
	border-style: solid;
}

table {
	margin-top: 2%;
	margin-bottom: 2%;
	display: table;
	vertical-align: middle;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0.2em;
}

td, th {
	border-top-style: none;
	border-left-style: none;
	display: table-cell;
	empty-cells: show;
}

tr {
	display: table-row;
}


/* Image Module */

img {
	display: inline;
}

a img {
	border-style: solid;
}

a:link img {
	border-color: #0099ff;
}

a:visited img {
	border-color: #9900ff;
}

a:hover img {
	border-color: #ffcc00;
}

a:active img {
	border-color: #ff0000;
}


/* Metainformation Module */

meta {
	display: inline;
}


/* Link Module */

link {
	display: inline;
}
p.another {
	margin-top: 1%;
}
p.other {
	margin-top: 5%;
}
dd.other {
	margin-top: 5%;
}