.waku {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #000000;


}
.waku2 {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}
.waku3 {
	line-height: 25px;
	border: none;


}
body {
	line-height: 25px;
}
table {
	font-size: 12px;
	line-height: 18px;
}
.waku4 {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;

}
h2 {
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009933;
	border-right-color: #009933;
	border-bottom-color: #009933;
	border-left-color: #009933;
	margin-top: 1px;
	margin-bottom: 1px;

}
.txtred {
	color: #FF0000;
}
a:link {
	color: #003399;
}
a:hover {
	color: #FFFF00;
}
a:visited {
	color: #0066FF;

}
A.btnb {
  display: block;           /* ブロック要素にする */
  width: 100px;              /* 横幅 */
  color: #FFFFFF;
  background-color: #0033FF; /* 背景色 */
  border: outset 2px #ddffdd; /* 枠の色 */
  margin: 0px;
  padding: 3px 5px 1px 0px;
  font-size: 12px;           /* フォントサイズ */
  line-height: 12px;         /* 行の高さ */
  text-align: right;         /* 水平揃え */
  text-decoration: none;     /* 下線を消す */
}
A.btnb:hover {
  color: #FFFFFF;
  background-color: #0033FF; /* 背景色 */
  border: inset 2px #ddffdd; /* 枠の色 */
  margin: 0px;
  padding: 4px 4px 0px 0px;
}
A.btnb:active  {
	color: #FFFFFF;
	background-color: #00CCFF;
}
A.btnb:visited {
	color: #FFFFFF;
	background-color: #0033FF;
}
fieldset {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}


