*{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	max-height: 100%;
	font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}

/* BODY -------------------------------------- */
BODY {
  margin: 0px;
  padding: 0px;
  background-color: mintcream;
  color: darkslategray;
  font-size: 14px;
  color: black;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  list-style-type: disc;
  list-style-position: outside;
}
h1 {
  color: darkgoldenrod;
  font-size: 160%;
  font-weight: bold;
}
h2 {
  color: darkslategray;
  font-size: 130%;
  font-weight: bold;
}
h3 {
  color: black;
  font-size: 130%;
  font-weight: bold;
}
td {
  color: darkslategray;
  font-size: 14px;
  line-height: 1.2;
}
th {
  color: darkslategray;
  font-size: 14px;
  line-height: 1.2;
}
.nor {
  color: darkslategray;
  font-size: 14px;
}

/* BACK GROUND ------------------------------- */
.menucol {
  background-color: lemonchiffon;
  font-size: 14px;
}
.todaycol {
  background-color: #eaf5f0;
  font-size: 14px;
}
.whitecol {
  background-color: white;
  font-size: 14px;
}

/* BOX --------------------------------------- */
.denpyou {
  background-color: #fffff0;
  padding: 15pt;
  margin: 2pt;
  border-style: solid;
  border-width: 1pt;
  border-color: #fffff0 #333330 #333330 #fffff0;
}
.frame {
  padding: 12pt;
  margin: 2pt;
  border-style: solid;
  border-width: 1pt;
  border-color: #333330;
}
.frame1 {
  background-color: #ffffcc;
  padding: 12pt;
  margin: 40pt;
  border-style: solid;
  border-width: 1pt;
  border-color: #333330;
}
.titlebar {
  background-color: hotpink;
  padding: 2pt;
  margin: 0pt;
/* color: seashell; */
  color: darkslategray;
}
.titlebar2 {
  background-color: lightgreen;
  padding: 2pt;
  margin: 0pt;
  color: darkslategray;
}
.titlebar3 {
  background-color: sandybrown;
  padding: 2pt;
  margin: 0pt;
  color: darkred;
}
.titlebar4 {
  background-color: skyblue;
  padding: 2pt;
  margin: 0pt;
  color: steelblue;
}
.titlebar5 {
  background-color: Pink;
  padding: 2pt;
  margin: 0pt;
  color: steelblue;
}

/* LIST -------------------------------------- */
UL.nor {
  list-style-type: disc;
  font-weight: bold;
}
DL.nor {
  line-height: 1.3;
}
DT.nor {
  color: #3366cc;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3;
}
DD.nor {
  font-size: 14px;
  line-height: 1.3;
}

/* LINK -------------------------------------- */
a:link, a:visited {
  color: #4060b0;
  background-color: transparent;
  text-decoration: underline;
/*  text-decoration: none; */
}
/*   ↓hoverはNNでは機能しない! なんてこったい!! */
a:hover, a:active {
  color: #ff3300;
  background-color: #ffe0e0;
  text-decoration: none;
}

/* FOOTER ------------------------------------ */
.foot {
  color: #333366;
  font-size: 11px;
}
