A.lnk01 {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
// 現在開いているリンク
A.lnk01:active  {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
// 訪問済みリンク
A.lnk01:visited {
  text-decoration:none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
/* マウスカーソルが上に来た時のリンク */
A.lnk01:hover {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background-color: #6699CC; /* 背景色 */
}
A.lnk02 {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
// 現在開いているリンク
A.lnk02:active  {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
// 訪問済みリンク
A.lnk02:visited {
  text-decoration:none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
/* マウスカーソルが上に来た時のリンク */
A.lnk02:hover {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background-color: #99CCFF; /* 背景色 */
}
A.lnk03 {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
// 現在開いているリンク
A.lnk03:active  {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
// 訪問済みリンク
A.lnk03:visited {
  text-decoration:none; /* 文字装飾 */
  color: #4455BB; /* 文字の色 */
}
/* マウスカーソルが上に来た時のリンク */
A.lnk03:hover {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background-color: #CCCCFF; /* 背景色 */
}
.7p {  font-size: 7pt; line-height: normal}
.8p {  font-size: 8pt; line-height: normal}
.8p80 {  font-size: 8pt; line-height: 80%}
.9p {  font-size: 9pt; line-height: normal}
.9p150 {  font-size: 9pt; line-height: 150%}
.11p {  font-size: 11pt; line-height: 130%}
.12p {  font-size: 12pt; line-height: 130%}
.15p {  font-size: 15pt; line-height: 130%}
.18p {  font-size: 18pt; line-height: normal}
.23p {  font-size: 23pt; line-height: 26pt}
.line70 {  font-size: 9pt; line-height: 70%}
.box01yr {
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 11pt;
	margin: auto;

