﻿body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

A {
	color: #000000;
 	text-decoration: none
}
A:link {   									/* リンク */
	color: #000000
 	text-decoration: none
}
A:visited {                 /* 既に見たリンク */
 	color: #ff0000;
 	text-decoration: none
}
A:active { color: #00ff00 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
 	color: #ff0000;
 	text-decoration: none     /* 下線を消す */
}

.header {
	text-align: right;
  color: #ffffff;
  font-size: 12px;
	line-height:16px;
}

.footer {
	text-align: center;
  color: #ffffff;
  font-size: 14px;
	line-height:16px;
}

.text14px {
  color: black;
  font-size: 14px;
	line-height:24px;
}

.text12px {
  color: black;
  font-size: 12px;
	line-height:22px;
}

.text16px {
  color: black;
  font-size: 16px;
	line-height:26px;
	font-weight: bold;
}
.ishibashititle {
	font-size: 16px;
	line-height: 26px;
	color: #333300;
	font-weight: bold;

}
.linktitle {
	font-size: 14px;
	line-height: 24px;
}

