/* リンク表示スタイル */
a:link {  color: #336600; text-decoration: none}
a:hover {  color: #336600; background-color: #ffcccc; text-decoration: underline overline}
a:visited {  color: #660000; text-decoration: none}

/* 本文スタイル */
BODY {  background-image: url("images/bgimage.png") ;
	font-size: 14px;
	line-height: 1px;
	color: #333333;
}
.text12 {  font-size: 12px; line-height: 18px; color: #333333}
.text10 {  font-size: 10px; line-height: 14px; color: #333333}
.text14 {  font-size: 14px; line-height: 20px}
.text16 {  font-size: 16px; line-height: 22px; font-weight: bold}
.text20 {  font-size: 20px; line-height: 26px; font-weight: bold}

.tblbody {	background-color: #FFFFFF;
			font-size: 14px;
			line-height: 18px;
			color: #333333;
}

/* 見出しスタイル */
H1 {
  border-top-color: #9999cc; 
  border-bottom-color: #cc9999;
  padding: 2px;
  border-style: double; 
  border-width: 4px 0px;
  line-height: 130%;
}
H2 {
  color: #000000;
  padding-left: 10px;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #FF9999;
  line-height: 110%;
}
H3 {
  color: #000000;
  border-left-color: #cc6666;
  padding: 3px 0px 0px 6px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
}
