@charset "utf-8";

a:link		{ color: #c6c; text-decoration: none; }
a:visited	{ color: #c6c; text-decoration: none; }
a:active	{ color: #c6c; text-decoration: none; }
a:hover		{ color: #333; text-decoration: underline; }

body {
	background: #fc6;
	color: #000;
	width: 720px;
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	line-height: 1.8em;
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gohtic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	}

h2 {
	border-top: 1px dotted #39c;
	border-bottom: 1px dotted #39c;
	margin: 2em 0 1em 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #39c;
	}

h3 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	}

h4 {
	margin: 1em 0 2em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	}

td {
	font-size: 12px;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

#tag {
	margin: 0 0 5px 3px;
	}

#toppage {
	text-align: center;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	
	}

.pagetop {
	font-size: 12px;
	text-align: right;
	}

#copyright {
	clear: both;
	border-top: 1px solid #000;
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 11px;
	}

/* ルビが掛かるテキスト全体。 */
.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
	}

#contents {
	background: #fff;
	padding: 40px;
	}

#note {
	border: 1px solid #ddd;
	padding: 2em;
	}

.collectivebargaining {
	border: 1px solid #eee;
	background: #fafafa;
	padding: 1em;
	}