@charset "UTF-8";
/* 目次などの寄せ */
.divFloatL {
	float: left;
	padding-bottom: 3%;
	padding-left: 1%;
	padding-right: 4%;
	padding-top: 1%;
}
.divFloatR {
	float: right;
	padding-left: 5%;
}
.divFloatN {
	clear: both;
}
/* 日曜祝日のテイブル定義 */
div.dailyDivSun {
	border-color: red;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: thick;
}
.dailyDivSun2 {
	border-color: red;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 12px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding-left: 2%;
	margin-bottom: 2%;
}
div.dailyDivSunFooter {
	border-color: red;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: thick;
	border-bottom-width: 1px;
	border-right-width: 0px;
	height: 20px;
}
.dateSun {
    color: #fff8e7;
    background-color: red;
    font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width: 150px;
	height: 150%;
}
/* 月曜金曜のテイブル定義 */
div.dailyDivMon {
	border-color: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: thick;
}
.dailyDivMon2 {
	border-color: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 12px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding-left: 2%;
	margin-bottom: 2%;
}
div.dailyDivMonFooter {
	border-color: #000099;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: thick;
	border-bottom-width: 1px;
	border-right-width: 0px;
	height: 20px;
}
table.dateTableMon {
	border-color: #000099;
	text-align: right;
}
.dateMon {
    color: lime;
    background-color: #000099;
    font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width: 111px;
}
/* 土曜のテイブル定義 */
div.dailyDivSat {
	border-color: blue;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: thick;
}
.dailyDivSat2 {
	border-color: blue;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 12px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding-left: 2%;
	margin-bottom: 2%;
}
div.dailyDivSatFooter {
	border-color: blue;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: thick;
	border-bottom-width: 1px;
	border-right-width: 0px;
	height: 20px;
}
table.dateTableSat {
	border-color: blue;
	text-align: right;
}
.dateSat {
    color: #fff8e7;
    background-color: blue;
    font-weight: bold;
	text-align: center;
	white-space: nowrap;
	width: 111px;
}
h1 {
	text-align: center;
	font-size: medium;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: smaller;
}
/* ［▼aiboYYMMDD▲］Boxの定義 */
div.aiboDiv {
	border-style: dotted;
	border-color: #cccccc;
/*	background-color: silver; */
}
/* やや小さい文字 */
.fontSmall {
	font-size: 80%;
}
/* 小さい文字 */
.fontXSmall {
	font-size: 64%;
}
/* 太字 */
.fontBold {
	font-weight: bold;
}
.fontGoBold {
  font-family : "ＭＳ ゴシック";
  font-weight : 900;
}/* 中央寄せ */
.divCenter {
	text-align: center;
}
/* 左寄せ */
.divLeft {
	text-align: left;
}
/* 右寄せ */
.divRight {
	text-align: right;
}
/* float右寄せ */
.floatRight {
	float: right;
}
.fontStrong{
  font-weight : 400;
}
q {
	color: #000096;
	font-style: italic;
}
/* ハイパーリンクにマウスが乗ったとき */
a:hover {
	background-color: #afffda;
}
.divQuote {
	color: brown;
	background-color: white;
	line-height: 128%;
}
.divAA {
	color: darkblue;
	background-color: white;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size  : 16px;
	line-height: 18px;
}
.table1 {
	border: 1px solid #000064;
	border-collapse: collapse;
	font-family: 'Georgia';
}
.table2 {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 0px;
}
.td0 {
	background-color: #eeeeee;
	border: 1px solid silver;
}
.td1 {
	background-color: #e6e6fa;	/* lavender */
	border: 1px solid silver;
}
.td2 {
	background-color: white;
	border: 1px solid silver;
}
.td3 {
	background-color: #e0ffff;	/* lightcyan */	
	border: 1px solid silver;
}
.spanUL {
	text-decoration: underline;
}
.spanUL3 {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	vertical-align: top;
}
.ulNone {
	list-style-type: none;
}
.divShort {
  height: 200px;
  overflow: scroll;
}
.divShortW300 {
  overflow: scroll;
  white-space: nowrap;
  width: 300px;
}
.spanBare {
	background-color: #fff8e7;
  color: #fff8e7;
}
.listSq {
	background-color: white;
  list-style-type: square;
}
.bookPhoto {
  text-align: center;
  vertical-align: bottom;
}
.divTopic {
	margin-left: 1%;
	margin-bottom: 1%;
	border-color: silver;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 2px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	padding-left: 2%;
}
img {
	border: none;
}
/* テーブル配置 */
.tbl {
	display: table;
	width: 100%;
}
.tblRow {
	display: table-row;
}
.tblCell {
	display: table-cell;
}
/* 補足事項<aside>向け水平線 */
.dotline {
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
}
