@charset "shift_jis";
/* vim:set ts=8 sts=4 sw=4 tw=0 smartindent: */
/*
 * kaoriya2.css - KaoriYa cascade style sheet
 *
 * Maintainer:  MURAOKA Taro <koron@tka.att.ne.jp>
 * Last change: 08-Jul-2004.
 *
 * Copyright (C) 2003 KoRoN
 */

body {
    line-height: 1.4em;
    color: #444444;
    font-family: '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
}

a		{ text-decoration: none; }
a:link		{ color: #c09048; }
a:visited	{ color: #c09048; }
a:active	{ color: #ffffff; background-color: #4070b8; }
a[href]:hover	{ color: #000000; background-color: #ffc060; }

h1 {
    text-align: center;
}
h2 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding-bottom: 2px;
    border-bottom: 2px solid black;
}
h3 {
    margin-top: 0.3em;
    margin-bottom: 0.0em;
}

hr {
    color: black;
    background-color: black;
}

div {
    margin: 0em  0em 3em 110px;
    padding: 0em;
}
div div {
    margin: 0.5em 0.0em;
    border: 1px solid #444;
    padding: 0.0em;
}
div div h3 {
    margin-top: 0.0em;
    background-color: #e5e5e5;
    padding: 0.0em 0.5em;
}
div div ul {
    margin: 0.5em 0.5em;
}
div div p, div div dl {
    margin: 0.5em 0.5em;
}

ul {
    padding: 0.0em 0.5em 0.0em 1.5em;
}

dt {
    font-weight: bold;
}
dt nobr {
    font-weight: normal;
}
dt img {
    vertical-align: middle;
}

caption {
    font-weight: bold;
}

blockquote {
    border: 1px dotted black;
    padding: 0.5em 1em;
    background-color: #e5e5e5;
    font-weight: bold;
    font-family: monospace;
}

div.Title {
    border: none;
}
div.Title div {
    width: 506px; margin-left: auto; margin-right: auto;
    border: 3px double black;
    padding: 0.0em;
    font-size: 12px;
}
div.Title div p, div.Title div hr {
    margin: 0.0em;
    padding: 0.0em 0.5em;
}
@media print {
    div.Title div {
	max-width: 75%;
    }
}

ul.UpdateInformation {
    text-align: center;
    margin: 0em;
    padding: 0em;
}
ul.UpdateInformation li {
    list-style-type: none;
}

table.ContentsList {
    position: fixed; top: 0px; left: 0px;
    /*position: absolute; top: 0px; left: 0px;*/
    width: 110px;
    margin: 0.2em 0em 0.2em 0.2em;
    padding: 0em;
    line-height: 1.1em;
    font-size: 12px;
}
table.ContentsList th {
    text-align: left;
}
table.ContentsList td.Level3 {
    text-indent: 0.7em;
}
@media print {
    table.ContentsList {
	position: absolute; top: 0px; left: 0px;
    }
}

table.FloatRight {
    float: right;
    margin: 0em 0em 0.5em 0.5em;
    border: 1px dotted black;
    background-color: #e5e5e5;
}
table.FloatRight td {
}
table.FloatRight dl {
    margin: 0em;
    padding: 0.0em 1.0em;
}
table.FloatRight ol, table.FloatRight ul {
    margin: 0em;
}

table.BannerSample {
    width: auto; margin-left: auto; margin-right: auto;
    margin-bottom: 1.0em;
    border: 1px solid #444444;
    padding: 0em;
    border-collapse: separate;
}
table.BannerSample td, table.BannerSample th {
    background-color: #e5e5e5;
}
table.BannerSample caption {
    width: auto; margin-left: auto; margin-right: auto;
}
table.BannerSample img {
    vertical-align: middle;
}

div.Footer {
    border: none;
    text-align: right;
    font-size: 12px;
}
div.Footer h2 {
    margin-bottom: 0em;
}

a[target]:after {
    content: "...";
}

li.NewItem:before, li.NewItem:after {
    display: marker;
    content: url("img/green_i.png");
}

dt.NewItem:before {
    display: marker;
    content: url("img/red_i.png");
}

dt.NewItem {
    background-color: #ffddff;
}

.NewItem span.Datetime {
    font-size: 75%;
    color: #0080FF;
    font-weight: bold;
}

.OldItem span.Datetime {
    display: none;
}

.Warning {
    color:deeppink;
    font-weight:bold;
}
