@charset "Shift_JIS";

BODY	{					/* ドキュメント全体 */
	color: #ffffff;				/* 文字色：白 */
	background: #3366cc url("../images/sebk.gif") left top repeat-y;		/* 背景 */
	font-style: normal;			/* フォントスタイル：標準 */
	font-weight: normal;			/* 文字太さ：標準 */
	font-size: 90%;				/* フォントサイズ：12pt */
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align: left;			/* 文字揃え：左寄せ */
	text-indent: 0pt;			/* インデント：0pt */
	line-height: 1.5em;
	margin: 0;				/* マージン：上下・左右 */
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
	height: 27px;
}
h2 {
	margin: 0;
	padding: 0;
}
.quotation {
	margin: 0;
	padding: 0;
	text-align: right;
}
dl {
	margin: 0;				/* マージン：上下・左右 */
	padding: 0;
}
/* 下、背景を透明にしないと、bottomに隙間ができる（Winのみ） */
dt {
	background: transparent url("../images/se0z.gif") top repeat-x;
	margin: 1em 0 0 0;
	padding: 0;
}
dd {
	margin-top: 0.5em;
	margin-left: 30px;
	padding:0;
}
/* 類似語 */
.ruiji {
	text-decoration: none;
}
A:link.ruiji,
A:visited.ruiji 	{
	color: #99ff99;
	border-bottom: dotted 2px #99ff99;
}
A:hover.ruiji,
A:focus.ruiji,
A:active.ruiji	{
	color: #ffcc33;
	border-bottom: dotted 2px #ffcc33;
}