@charset "Shift_JIS";

a:link		{ color: #069; text-decoration: none; }
a:visited	{ color: #069; text-decoration: none; }
a:active	{ color: #069; text-decoration: none; }
a:hover		{ color: #960; text-decoration: none; }

body {
	background: #f4f4f4;
	color: #000;
	width: 720px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1.8em;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	}

h2 {
	margin: 1em 0 0 0;
	padding: 3px 0;
	border-bottom: 3px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	background: #fc6;
	color: #fff;
	}

h3 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	}

h4 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
	
h5 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	}

#contact {
	text-align: right;
	margin: 0;
	padding: 10px 0 5px 0;
	}

#pagenavi,
.pagetop {
	font-size: 10px;
	text-align: right;
	}

.back {
	border: 1px solid #ddd;
	padding: 0.2em;
	text-align: center;
	}

#base {
	background: #fff;
	margin: 0;
	padding: 10px 40px 20px 40px;
	}

#back {
	text-align: center;
	}

#copyleft {
	margin: 5px 0 15px 0;
	text-align: center;
	}

/* ルビが掛かるテキスト全体。 */
.ruby {
    display: inline;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 0;
    line-height: 1em;
    }

/* ルビ表示出来ない環境向けの括弧を非表示にする。 */
.rp { display: none; }

/* ルビ部分の表示スタイル。 */
.rt {
    display: inline;
    position: absolute;
    top: -1em;
    left: 0;
    font-size: 50%;
    line-height: 1em;
    white-space: nowrap;
    text-indent: 0;
    }

/* <a>要素内のルビにアンカーの下線が入ると目障りなので消す。 */
a:link .rt,
a:visited .rt {
    text-decoration: none;
    }

.guest {
	border-left: 2px dotted #ccc;
	padding: 0.5em 1em;
	background: #f4f4f4;
	color: #333;
	font-weight: bold;
	line-height: 1.4em
	}