@charset "UTF-8";
/* Default CSS Rules for HTML */ 
@namespace url(http://www.w3.org/1999/xhtml);
@namespace xhtml2 url(http://www.w3.org/2002/06/xhtml2);
	
/* Font Setting */ 
	
html, 
html *
{
/*
	font-family:
		Arial,
		"ヒラギノ丸ゴ Pro W4",
		"ＭＳ Ｐゴシック",
		"ＭＳ ゴシック",
		"Osaka",
		sans-serif;
*/
	font-family: "ヒラギノ角ゴ Pro W4",
		sans-serif;
	_font-family: sans-serif;
	border: solid 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	text-justify: inter-ideograph;
	text-autospace: ideograph-numeric ideograph-alpha ideograph-parenthesis;
}

html *
{
	display: inline;
	background: transparent;
}
	
/*body, table, ul, ol, dl, p, form 
{
	text-align: justify;
}
*/
  
pre, code, samp, .operation, kbd, 
pre *,
.commandLine
{
/*
	font-family:
		"ＭＳ ゴシック",
		"Osaka－等幅",
		monospace !important;
*/
	font-family: monospace !important;
	letter-spacing: 0 !important;
}
  
/* Block Level Elements */ 

html, body, div, p,
dl, dt, dd, ul, ol,
blockquote,
address,
h1, h2, h3, h4, h5, h6,
form, fieldset, option, optgroup,
pre,
frameset, noframes
{
	display: block;
}
	
body 
{
	margin: 0;
	padding: 0;
	z-index: 0; /* Mozでマイナスのz-indexを指定した要素が消えてしまう問題は、これで解決できるのだとか…… */
}
 
h1, h2, h3, h4, h5, h6 
{
	line-height: 1;
	font-weight: bold;
}
	
h1 
{
	font-size: 2em;
	margin: 0.67em 0;
}
 
h2 
{
	font-size: 1.5em;
	margin: 0.83em 0;
}
 
h3 
{
	font-size: 1.2em;
	margin: 1.3em 0;
}
 
h4 
{
	font-size: 1.3em;
	font-size: 1.1em;
	margin: 1.3em 0;
}
 
h5 
{
	font-size: 1.05em;
	margin: 1.3em 0;
}
 
h6 
{
	font-size: 1em;
	margin: 1.2em 0;
}
  
p, dl, ul, ol, pre 
{
	margin: 0 0 1em 0;
}
	
p 
{
	text-indent: 1em;
	margin-top: 0;
}
  
dl 
{
	margin: 1em;
}
	
dt 
{
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
	
dl dl dt 
{
	display: run-in;
}
  
dd 
{
	margin: 0 0 0.2em 2em;
	padding: 0;
}
  
ul, ol 
{
	list-style-type: disc;
	padding-left: 2em;
	counter-reset: html-counter 0;
}
	
ul 
{
	list-style-type: disc;
}
	
ol ul, ul ul 
{
	list-style-type: circle;
}
 
ol ol ul, 
ol ul ul,
ul ol ul,
ul ul ul
{
	list-style-type: square;
}
  
ol 
{
	list-style-type: decimal;
}
 
ul ul, ul ol, ul dl, 
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl
{
	margin-top: 0;
	margin-bottom: 0.2em;
}
 
li 
{
	display: list-item;
}
  
blockquote 
{
	margin: 1em 2em;
}
 
address 
{
	font-style: italic;
}
 
pre 
{
	font-family: monospace;
	white-space: pre;
	width: 95%;
	overflow: auto;
	line-height: 1 !important;
}
 
table 
{
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	border-width: thin;
	margin: 1em auto;
	vertical-align: middle;
}
	
caption 
{
	display: table-caption;
	text-align: left;
	border-bottom: thin;
}
 
col 
{
	display: table-column;
}
	
colgroup 
{
	display: table-column-group;
}
  
thead, tfoot, tbody 
{
	vertical-align: inherit;
}
	
thead 
{
	display: table-header-group;
}
 
tfoot 
{
	display: table-footer-group;
}
 
tbody 
{
	display: table-row-group;
}
  
tr 
{
	display: table-row;
	vertical-align: inherit;
}
 
th, td 
{
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit;
	margin: 0;
	padding: 0.3em;
	border-width: thin;
	_width: 0;
}
	
th 
{
	text-align: center;
	font-weight: bold;
}
   
hr 
{
	display: block;
	border: solid thin;
	margin: 0 auto;
}
 
frameset 
{
	overflow: hidden;
}
	
frame, iframe 
{
	background-color: transparent ! important;
}
 
iframe 
{
	border: 2px inset;
}
   
/* Inline Elements */ 
	
:link, 
:visited
{
	text-decoration: underline;
	cursor: pointer;
}
 
q:before 
{
	content: open-quote;
}

q:after
{
	content: close-quote;
}
 
em, strong, dfn 
{
	font-weight: bold;
	font-style: normal;

	\66 ont-weight: bolder;
}
	
strong, 
strong em,
strong dfn,
em em,
em strong,
em dfn,
dfn em,
dfn strong,
dfn dfn
{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
/*	line-height: 1.1;*/

	\66 ont-weight: bolder;
}
 
strong strong 
{
/*	font-size: 1.45em;*/
}
 
h1 dfn, 
h2 dfn,
h3 dfn,
h4 dfn,
h5 dfn,
h6 dfn,
dt dfn
{
	font-weight: inherit;
}
  
cite 
{
	font-style: normal;
}
 
var, 
strong strong strong
{
	font-style: italic;
}
 
samp, code 
{
	border-bottom: dashed 1px;
	padding: 0.1em;
}
	
pre samp, 
pre code
{
	border: 0;
}
 
code .operation, 
samp .operation,
.example .operation,
code kbd,
samp kbd,
.example kbd
{
	background: transparent;
	border: none;
}
  
.operation, kbd, 
.commandLine .operation.oneKey,
.commandLine kbd.oneKey,
[accesskey]:before
{
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;

	color: #2A2201;
	background: #F4EEE1;
	border: outset 0.05em;
	padding: 0.05em 0.2em;
	margin: 0.05em;
}
	
.operation.key, 
kbd.key
{
	margin-right: 0.2em;
	padding-right: 0;
	color: #01222A !important;
	background: #E1EEF4 !important;
}
	
a:active .operation.key, 
a:active kbd.key
{
	border-style: inset;
}
  
.operation.phrase, 
samp .operation,
pre .operation,
kbd.phrase,
samp kbd,
pre kbd
{
	color: inherit;
	background: transparent none;
	border-style: solid;
	display: inline;
}
  
sub, sup 
{
	font-size: smaller;
	vertical-align: 40%;
}
	
sub 
{
	vertical-align: -20%;
}
  
img 
{
	margin: 0;
	padding: 0;
}
 
del 
{
	text-decoration: line-through;
	font-size: smaller;
}
	
/*del[datetime] 
{
	display: none;
}
*/
 
del * 
{
	font-size: 100% !important;
	font-weight: normal !important;
	border: none !important;
	color: inherit !important;
	background: inherit !important;
}
  
ins 
{
	text-decoration: none;
	font-style: normal;
	text-indent: 0;
	margin-left: -0.5em;
	padding-left: 0.5em;
	border-left: dotted thin;
}
	
q ins, blockquote ins 
{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
  
abbr[title], acronym[title], q[cite] 
{
	border-bottom: dotted 1px;
	cursor: help;
}
 
p br:after 
{
	content: "　";
	white-space: pre;
}
	
.ref br:after, 
.example br:after,
.column br:after,
.note br:after,
ul br:after,
dl br:after,
ol br:after,
.Article br:after
{
	content: "";
}
  
xhtml2|l, 
xhtml2\3a l
{
	display: block;
	text-indent: inherit;
}
	
.ref xhtml2|l, 
.example xhtml2|l,
.column xhtml2|l,
.note xhtml2|l,
ul xhtml2|l,
dl xhtml2|l,
ol xhtml2|l,
.Article xhtml2|l,
.ref xhtml2\3a l,
.example xhtml2\3a l,
.column xhtml2\3a l,
.note xhtml2\3a l,
ul xhtml2\3a l,
dl xhtml2\3a l,
ol xhtml2\3a l,
.Article xhtml2\3a l
{
	text-indent: 0;
}
   
/* Form */ 
	
form 
{
	margin: 0 0 1em 0;
}
 
fieldset 
{
	border: 1px solid;
	padding: 0.4em;
	margin: 0.1em;
}
	
legend 
{
	padding-left: 2px;
	padding-right: 2px;
	border: none;
}
  
input, textarea, select 
{
	color: buttontext;
	background-color: buttonface;
	border-width: thin;
	text-indent: 0;
}
	
input[type=button], 
input[type=submit],
input[type=reset]
{
	border-style: outset;
}
 
input[type=button]:active, 
input[type=submit]:active,
input[type=reset]:active
{
	border-style: inset;
}
 
select, textarea, 
input[type=text],
input[type=password],
input[type=radio],
input[type=checkbox]
{
	color: WindowText;
	background-color: Window;
	border-style: inset;
}
 
input[disabled]
{
	opacity: 0.5 !important;
}
select[disabled], 
select[disabled]:hover,
select[disabled]:focus
{
	color: GrayText !important;
	background-color: inherit !important;
}
 
fieldset 
{
	border-width: thin;
	border-style: groove;
}
 
input:active, 
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus
{
	outline: solid thin highlight;
}
 
input[type=text]:focus, 
input[type=password]:focus,
textarea:focus
{
	color: black !important;
	background: white !important;
}
   
/* Misc. */ 

del, ins
{
	display: block;
}

:not(html):not(body):not(div):not(blockquote):not(dd):not(li):not(form):not(fieldset):not(td):not(th):not(map):not(noframes):not(iframe):not(noscript)>del,
:not(html):not(body):not(div):not(blockquote):not(dd):not(li):not(form):not(fieldset):not(td):not(th):not(map):not(noframes):not(iframe):not(noscript)>ins
{
	display: inline;
}


area,
base,
basefont,
head,
meta,
script,
style,
title,
param
{
	 display: none;
}
area,
base,
basefont,
head,
meta,
script,
style,
title,
param
{
	 _display: inline; /* for MSIE */
}
 
/* Aural CSS */ 
@media aural {
	
} 
   

/* Ruby */
ruby {
	display: ruby;
}
rb {
	display: ruby-base;
	white-space: nowrap;
}
rp {
	display: none;
}
rt {
	display: ruby-text;
}
rtc {
	display: ruby-text-container;
}
