@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 8pt;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', verdana, 'trebuchet ms', Osaka, sans-serif;
	text-align: left;
	line-height: 1.0;
}

body {
	padding: 0px;

	color: #888888;
	background-color: #FFFFFF;
	text-align: center;
}
p, li, dt, dd, address, ruby {
	line-height: 1.4;
}
ruby rt {
	font-size: 6pt;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	font-family: 'ＭＳ ゴシック', monospace;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 3px solid #999999;
	background-color: #E3E3E3;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background: #DBEBC4 url(../images/bg_stripe.gif) repeat 0 0;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #3CB37A;	/* cobalt green */

	text-decoration: underline;
}
a:active, a:hover {
	color: #E95388;	/* opera */

	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	margin: 8px auto;
	width: 735px;
}
div#header {
	float: none;
	clear: both;

	margin: 0;
	padding: 10px 10px 0px 10px;
	background: transparent url(../images/bk_header.gif) top center no-repeat;
}
div#menu {
	margin: 0;
	padding: 0px 0px 20px 0px;;

	float: none;
	clear: both;

	background-color: #FFFFFF;
}
div#box {
	float: none;
	clear: both;

	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}
div#guide {
	float: right;
	width: 330px;
}
div#link {
	float: right;
	clear: right;
}
div#contents {
	padding: 0px 5px 0px 0px;
	width: 382px;
}
div#text {
	float: none;
	clear: both;

	text-align: center;
}
div#profile {
	float: none;
	clear: both;

	text-align: center;
}
div#navi, div#page {
	float: none;
	clear: both;
}
div#footer {
	float: none;
	clear: both;

	background: transparent url(../images/bk_footer.gif) bottom center no-repeat;
}
/* ----- ヘッダー -------------------------------------- */
div#header * {
	margin: 0;
	padding: 0;

	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}
/* ----- メニュー -------------------------------------- */
div#menu ul {
	margin: 0px 10px;
	float: right;
}
div#menu ul li {
	display: inline;
	float: left;
	width: 110px;
}
div#menu .whats a, div#menu .bang a, div#menu .coffee a {
	color: #888899;

	margin: 0;
	padding: 0 0 5px 0;

	display: block;
	width: 109px;

	border-top: 3px solid #DDDDDD;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	text-decoration:none;
}
div#menu .whats a:hover {
	border-top: 3px solid #F2948F;	/* 珊瑚色 */
}
div#menu .bang a:hover {
	border-top: 3px solid #58B8C3;	/* 新橋色 */
}
div#menu .coffee a:hover {
	border-top: 3px solid #F6C64F;	/* 梔子色 */
}
/* ----- ガイド ---------------------------------------- */
div#guide h2 {
	margin-bottom: 15px;
	padding-bottom: 3px;

	color: #B20000;
	background: transparent url(../images/bg_line3.gif) repeat-x bottom left;
}
div#guide p {
	text-align: center;
}
/* ----- コンテンツ ------------------------------------ */
div#contents h2 {
	padding: 3px 0px 3px 18px;
	background: transparent url(../images/i_finger.gif) no-repeat 0px 1px;
}
div#contents dl {
}
div#contents dl dt, div#contents dl dt a {
	font-size: 10pt;
}
div#contents dl dt {
	padding-left: 15px;
	background: transparent url(../images/i_title.gif) no-repeat -4px 3px;
}
div#contents dl dd {
	margin-bottom: 15px;
	padding-left: 5px;
	border-left: 5px solid #54917F;
	background: #DBEBC4 url(../images/bg_stripe.gif) repeat 0 0;
}

/* ----- テキスト -------------------------------------- */
div#text .text, div#text .comment {
	margin-bottom: 25px;
	width: 480px;

	text-align: center;
}
div#container > div#text .text, div#container > div#text .comment {
	margin: 0px 127px 25px 127px;
}
div#text h2 {
	margin: 15px 15px 25px 15px;

	font-size: 12pt;
	text-align: center;
}
div#text .text h3 {
	margin: 25px 0 10px 0;

	color: #888899;
	font-size: 11pt;
	border-bottom: 1px solid #888899;
}
div#text p, div#text ruby {
	color: #444444;
	font-size: 10pt;
}
div#text p.mark {
	margin: 35px 0px;
	text-align: center;
}
div#text .comment {
	border-top: 1px dotted #888899;
	border-bottom: 1px dotted #888899;
}
div#text .comment h3 {
	padding: 15px 0px 5px 0px;

	color: #888899;
	text-align: center;
}
div#text .comment p {
	color: #888899;
	font-size: 8pt;
	text-align: center;
}

/* ----- ページ移動 ------------------------------------ */
div#page p, div#navi p {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

/* ----- フッター -------------------------------------- */
div#footer form fieldset {
	padding: 10px 0px;
	text-align: center;
}
div#footer form p {
	margin: 0;
	padding: 0;

	text-align: center;
}
div#footer address {
	padding: 5px 0px;

	text-align: center;
}
div#footer p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
/* ----- ブロック -------------------------------------- */
div.block {
	margin-bottom: 25px;
	display: block;
}
.block p, .block table {
	margin: 8px 15px;
}
/* ----- プロフィール ---------------------------------- */
div#profile h2 {
	margin-top: 25px;
	padding: 5px 0 0 18px;
	width: 640px;
	border-bottom: 1px dotted #DBEBC4;

	background: transparent url(../images/i_arrow.gif) no-repeat 0 2px;
}
div#box > div#profile h2, div#box > div#profile p, div#box > div#profile .profile, div#box > div#profile dl {
	margin-left: 47px;
}
div#profile p {
	margin: 0;
	padding: 0;
	width: 640px;
}
div#profile * {
	font-size: 9pt;
}
div#profile ruby rt {
	font-size: 6pt;
	font-family: "Arial Black", Verdana, sans-serif;
}
div#profile .profile {
	float: none;
	clear: both;

	margin: 10px 0px;
	padding: 0px;
	width: 640px;
	background: transparent url(../images/bg_prof_cnt.gif) repeat-y 0 0;
}
div#profile .profile h3 {
	padding: 8px 0px 0px 0px;

	width: 640px;
	height: 31px;
	background: transparent url(../images/bg_prof_top.gif) no-repeat top center;

	text-align: center;
}
div#profile .profile p {
	margin: 0;
	padding: 15px;

	background: transparent url(../images/bg_prof_btm.gif) no-repeat bottom center;
	line-height: 2em;
}
div#box > div#profile .profile p {
	margin: 0;
	padding: 0 0 15px 0;
}
div#box > div#profile .profile p img {
	margin-left: 15px;
}
div#profile ul {
	float: right;
	clear: both;

	margin: 0;
	padding-right: 45px;
}
div#profile ul li {
	display: inline;
	float: left;

	font-size: 8pt;
}
div#profile ul li * {
	font-size: 8pt;
}
div#profile dl {
	margin: 0px 0px 15px 0px;
	padding: 0;

	width: 640px;
}
div#profile dl dt {
	margin-top: 10px;

	float: left;
	width: 120px;
	border-top: 1px solid #E9F8F1;
}
div#profile dl dd {
	margin-top: 10px;
	padding: 5px;

	width: 500px;
	font-size: 8pt;

	background: #E9F8F1 url(../images/bg_stripe.gif) repeat 0 0;
}
div#box > div#profile dl dd {
	margin-left: 120px;
}
div#profile dl dd img {
	float: left;
}
/* --- 年表 -------------------------------------------- */
div#chronicle h2, div#chronicle ul {
	margin-left: 20px;
}
div#chronicle h2 {
	padding: 5px 0 0 18px;
	border-bottom: 1px dotted #DBEBC4;

	background: transparent url(../images/i_arrow.gif) no-repeat 0 2px;
}
div#chronicle ul li {
	margin-left: 20px;
	padding: 5px 0;
}
div#chronicle table tr td {
	border: 0px solid #888899;
	border-right: 1px dotted #888899;

	vertical-align: top;
}
.chyear {
	color: #B20000;
	text-align: right;
}

/* --- 個別設定 ---------------------------------------- */
.bd {
	background-image: url(../images/bk_bdmenu.jpg);
}
.cs {
	background-image: url(../images/bk_csmenu.jpg);
}
.wh {
	background-image: url(../images/bk_whmenu.jpg);
}
.bmenu {
	background: transparent url(../images/bk_sept.jpg) no-repeat center center;
}
.cmenu {
	background: transparent url(../images/bk_bean.jpg) no-repeat center center;
}
.counter {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
