@charset "utf-8";

/*
	Public Domain (Written by RobaQ [mailto:private@robaq.info] in 2005-2006.)
*/

/* Default */
*{
	color: inherit;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment: scroll;
	border-color: inherit;

	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	text-shadow: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	text-align: inherit;
	text-indent: inherit;
	vertical-align: baseline;
	white-space: inherit;
	word-spacing: inherit;

	font-size: 100%;
	line-height: inherit;
	width: auto;
	min-width: 0;
	max-width: none;
	height: auto;
	min-height: 0;
	max-height: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	display: inline;
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	float: none;
	clear: none;
	clip: auto;
	visibility: inherit;
	direction: inherit;
	unicode-bidi: inherit;
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inherit;
	marker-offset: auto;
	table-layout: auto;
	border-collapse: inherit;
	border-spacing: inherit;
	empty-cells: inherit;
	caption-side: inherit;
	quotes: inherit;
	counter-increment: none;
	counter-reset: none;
	outline: medium none invert;
}

/* Common Attribute */
a[title],
abbr[title],
acronym[title],
cite[title],
code[title],
dfn[title],
em[title],
kbd[title],
samp[title],
span[title],
strong[title],
var[title],
sub[title],
sup[title],
ins[title],
del[title],
img[title],
object[title]{
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

*:lang(en){
	quotes: "‘" "’" "“" "”";
}

*:lang(ja){
	quotes: "「" "」" "『" "』";
}

/* Structure */
html{
	color: black;
	background-color: white;
	background-image: none;
	border-color: black;
	font-weight: normal;
	font-style: normal;

	display: block;
	font-size: medium;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;

	text-align: left;
	text-decoration: none;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	white-space: normal;
	text-shadow: none;
	direction: ltr;
	unicode-bidi: normal;
	list-style: disc none outside;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

head{
	display: none;
}

/*
	meta,
	link,
	base,
	title,
	head > script,
	head object,
	head object *{
		display: none;
	}
*/

body{
	display: block;
	margin: 1em;
	line-height: 160%;
}

/* Block */
div{
	display: block;
}

address,
blockquote,
p,
pre{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

pre{
	font-family: monospace;
	white-space: pre;

	line-height: 100%;
	overflow: auto;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

h1{
	font-size: 177%;
}

h2{
	font-size: 161%;
}

h3{
	font-size: 146%;
}

h4{
	font-size: 133%;
}

h5{
	font-size: 121%;
}

h6{
	font-size: 110%;
}

/* Text */
a,
abbr,
acronym,
br,
cite,
code,
dfn,
em,
kbd,
q,
samp,
span,
strong,
var{
}

br:before{
	white-space: pre;
	content: "\A";
}

cite:before,
q:before{
	content: open-quote;
}

cite:after,
q:after{
	content: close-quote;
}

dfn{
	font-weight: bold;
}

em,
strong{
	font-weight: bold;
}

/* Hyperlink */
*[href]:link{
	color: blue;
	background-color: white;
	border-color: blue;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

*[href]:visited{
	color: purple;
	background-color: white;
	border-color: purple;
}


*[href]:focus,
*[href]:hover{
	color: red;
	background-color: white;
	border-color: red;
}

*[href]:active{
	color: red;
	background-color: white;
	border-color: red;
}

*[href]:link *{
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}

/* Lists */
dl,
ol,
ul{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

dt,
dd{
	display: block;
}

dt{
	font-weight: bold;
}
dd{
	margin-left: 2em;
	margin-right: 2em;
}

ol,
ul{
	margin-left: 3em;
	list-style-position: outside;
}

ol{
	list-style-type: decimal;
	counter-reset: item;
}

ul{
	list-style-type: disc;
}

li{
	display: list-item;
}

/* Tables */
table{
	display: table;
	margin-top: 1em;
	margin-bottom: 1em;
}

caption{
	display: table-caption;
}

colgroup{
	display: table-column-group;
}

col{
	display: table-column;
}

thead{
	display: table-header-group;
}

tfoot{
	display: table-footer-group;
}

tbody{
	display: table-row-group;
}

tr{
	display: table-row;
}

th,
td{
	display: table-cell;
}

th{
	font-weight: bold;
}

/* Edit */
del{
	display: inherit; /* 変更する場合、 !important が必要な<em>場合がある</em> */
	text-decoration: line-through;
}

address del,
h1 > del,
h2 > del,
h3 > del,
h4 > del,
h5 > del,
h6 > del,
dt > del,
p > del,
ruby > del{
	display: inline;
}

li > del,
dd > del,
th > del,
td > del{
	display: block;
}

ins{
	display: inherit;
	text-decoration: underline;
}

address > ins,
h1 > ins,
h2 > ins,
h3 > ins,
h4 > ins,
h5 > ins,
h6 > ins,
p > ins,
dt > ins,
ruby > ins{
	display: inline;
}

li > ins,
dd > ins,
th > ins,
td > ins{
	display: block;
}

/* Bi-directional Text Module */
bdo[dir="ltr"]{
	direction: ltr;
}
bdo[dir="rtl"]{
	direction: rtl;
}

/* Object and Image */
object{
	border-style: none;
}

param{
	display: none;
}

img{
	border-style: none;
}

area{
	display: none;
}

map{
	display: block;
}

/* Presentation */
hr{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;

	width: 100%;
	border-style: solid;
	border-width: thin;
}

b{
	font-weight: bold;
}

i{
	font-style: italic;
}

big{
	font-size: larger;
}

small{
	font-size: smaller;
}

sub{
	vertical-align: sub;
}

sup{
	vertical-align: super;
}

tt{
	font-family: monospace;
}

/* Forms */
fieldset,
form,
legend{
	display: block;
}

input,
label,
optgroup,
option,
select{
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"]{
	color: ButtonText;
	background-color: ButtonFace;
	border-width: thin;
	border-style: outset;
	border-color: ButtonFace;
}

input[type="text"],
textarea{
	border-width: thin;
	border-style: inset;
	border-color: ButtonFace;
}

/* Script */
script{
}

noscript{
	display: block;
}

/* Ruby Annotation */
ruby,
rbc,
rtc,
rb,
rt,
rp{
	/* 未定義 */
}
