/*

一般共通スタイルシート

*/
@charset "UTF-8";

/* Abbreviation and acronym */
abbr,
acronym	{
	cursor: help;
}

/* Link Anchor */

:link {
	color: #00f;
}
:visited {
	color: #408;
}

a	{
	text-decoration  : underline;
	font-weight      : bold;
	background-color : transparent;
}
a:focus {

}
a:active {

}
a:hover	{
	color : #ff0;
	background-color : #008;
}

a[accesskey]:after,kbd {
	margin-right	: 2px;
	margin-left	: 2px;
	background	: #fff;
	border-style	: outset;
	border-width	: 2px;
	border-color	: #888;
	font-family	: monospace;
	font-size	: 75%;
	font-weight	: bold;
	text-transform	: uppercase;
	text-decoration	: none;
	color		: #f08;
	content		: attr(accesskey);
}

code{
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace !important;
	font-style: normal !important;
	font-weight: normal !important;
	white-space: pre !important;
	border: double 3px;
	display: block;
	padding: 0ex 0 0.5ex 0.5em;
	color: #fff;
	background-color: #000;
}
code br {
	display: none;
}

/* Emphasis */
em	{
	font-size:100%;
	text-decoration  : none;
	font-weight      : bold;
	font-style       : normal;
}

ul,ol	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1em;
}

p:first-letter {
	margin-left: 0.5em;
}
p {
	margin-top: 0.05em;
	margin-bottom: 0.05em;
}

/* ルビ */
ruby {
	display:inline-table;
	text-align:center;
	white-space:nowrap;
	text-indent:0;
	margin:0;
	vertical-align:-20%;
}
ruby>rb,ruby>rbc {
	display:table-row-group;
	line-height:120%;
}
ruby>rt,ruby>rbc+rtc {
	display:table-header-group;
	font-size:70%;
	line-height:40%;
	letter-spacing:0;
}
rp {
	display:none;
}
