body {
	font-size: 12px;
	font-family: "MS P?S?V?b?N", sans-serif;
	background-image: url(../img/back3.gif);
}
tr,td {
	 font-size: 12px;
}
.font {
	 font-size: 18px;
	 font-weight: bold;
}
.red {
	 color: #FF0000;
}
.mark_red {
	 color: #FF0000;
}
.mark_blue {
	 color: #0000FF;
}
.mark_green {
	 color: #609970;
}
th {
	font-size:12px;
	font-weight:bold;
	color:000000;
	background-color:#F4F4F4;
}
a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
	color:#EB4D55;
}
.buttonStyle {
	cursor:hand;
	color:#006699;
}
.b_red {
	font-size:12px;
	font-weight: bold;
	color: #FF0000;
}
.b_blue {
	font-size:12px;
	font-weight: bold;
	color: #0000FF;
}
.b_blue2 {
	font-size:12px;
	font-weight: bold;
	color: #006699;
}
table.help {
  table-layout: fixed;
  width: 650px;
  height: 150px;
  border-collapse: collapse;
}
table.help th {
  color: #555555;
  background-color: #F4F4F4;
  border: 1px solid #999999;
}
table.help td {
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
table.help p {
  margin: 20px;
  color: #555555;
}

table.explan {
  table-layout: fixed;
  height: 150px;
  border-collapse: collapse;
}
table.explan th {
  color: #555555;
  background-color: #F4F4F4;
  border: 1px solid #999999;
}
table.explan td {
  background-color: #FFFFFF;
  border: 1px solid #999999;
}

p {
  margin: 20px;
}

ul {
  line-height: 130%;
}
li.mark {
  list-style-type: none;
}
li.mark img {
  position:relative;top:6;
  margin-right:10px;
}
