@charset "euc-jp";

/* トップページ特設サイト用 */
DL.speciallySites { padding: 4px; background-color: #DDEEFF; }
DL.speciallySites DT {}
DL.speciallySites DD { border: solid 1px #AABBDD; margin-top: 4px; margin-bottom: 4px; margin-left: 16px; padding: 2px; background-color: #CCDDFF; }

/* サイトポリシー用 */
TABLE.sitePolicy { border-collapse: collapse; background-color: #7788BB; }
TABLE.sitePolicy TH { color: #FFFFFF; text-align: left; font-weight: bold; white-space: nowrap; border: solid 1px #334499; padding: 1px 4px 1px 4px; }
TABLE.sitePolicy TD { text-align: left; font-weight: normal; border: solid 1px #334499; padding: 1px 2px 1px 2px; background-color: #FFFFFF; }

/* 自己紹介用 */
TABLE.profile { border-collapse: collapse; border: solid 2px #334499; }
TABLE.profile TH { text-align: center; font-weight: bold; white-space: nowrap; padding: 1px 4px 1px 4px; border: solid 1px #334499; background-color: #CCDDEE; }
TABLE.profile TD { text-align: left; font-weight: normal; padding: 1px 2px 1px 2px; border: solid 1px #334499; }
TABLE.profile TD UL { list-style-type: none; list-style-image: none; padding-left: 0px; margin-left: 0px; }
TABLE.profile TD UL LI:first-child { border-top: none; }
TABLE.profile TD UL LI { border-top: dotted 1px #334499; }
TABLE.profile TD DL DT:first-child { border-top: none; }
TABLE.profile TD DL DT { border-top: dotted 1px #334499; }

/* 更新履歴用 */
TABLE.logbook { border: solid 1px #334499; border-collapse: collapse; width: 100%; }
TABLE.logbook TD { vertical-align: top; border: dotted 1px #334499; padding: 2px; }
TABLE.logbook TD.date { font-family: monospace; white-space: nowrap; background-color: #EAEAFA; width: 95px; text-align: center; }
TABLE.logbook TD.content {}
TABLE.logbook TD.content DL DT {
	font-weight: bold;
}
DIV.logbookScrollBox {
	border: solid 1px #334499;
	width: 99%;
	height: 300px;
	overflow: auto;
	margin-bottom: 8px;
}
DIV.logbookScrollBox TABLE {
	margin-bottom: 0px;
}

/* 外部リンクリスト用 */
UL.rightLinks {
	float: right;
	width: 150px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	background-color: #EAEEFA;
	border: dotted 1px #000000;
}

/* 最新墜落日記リスト用 */
DIV.tsuirakuScrollBox {
	border: solid 1px #334499;
	width: 99%;
	height: 300px;
	overflow: auto;
	margin-bottom: 8px;
}
DIV.tsuirakuScrollBox TABLE {
	margin-bottom: 0px;
}
TABLE.tsuirakuList {
	border: solid 1px #334499;
	border-collapse: collapse;
	width: 100%;
}
TABLE.tsuirakuList TH.month {
	border: dotted 1px #334499;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	padding: 0px 2px 0px 2px;
	background-color: #EAEAFA;
}
TABLE.tsuirakuList TH.day {
	border: dotted 1px #334499;
	padding: 0px;
	width: 95px;
	vertical-align: top;
	text-align: center;
	padding: 0px 2px 0px 2px;
	background-color: #EAEAFA;
}
TABLE.tsuirakuList TD {
	border: dotted 1px #334499;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

