html {
	height: 100%;
}
body {
	background-image: url(img//new/mainButton_01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	background-color: #56b53d;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7C7C;
}
.img01 {
	margin-top: 15px;
	margin-left: 10px;
}
.td01 {
	line-height: 30px;
	padding-left: 15px;
}
.link01 {
	color: #333333;
	text-decoration: none;
}
.link02 {
	text-decoration: none;
	text-transform: uppercase;
	color: #707070;
}
.link03 {
	font-size: 22px;
	color: #8dbe2a;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.link04 {
	color: #0000FF;
}
.link01:hover {
	font-weight: bold;
	text-decoration: underline;
}
.font01 {
	font-size: 15px;
	color: #56b53d;
}
.link05 {
	color: #0000FF;
	text-decoration: underline;
}
.link05:hover {
	font-weight: bold;
	text-decoration: underline;
}
.f01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.pic01 {
	border: 1px solid #666666;
}

a.button:link, a.button:visited, a.button:active {
   display: block;
   width: 130px;
   padding:5px;
   background: #FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333333;
   text-decoration: none;
   line-height: 15px;
   border:1px solid #CCC;
}
a.button:hover {
   display: block;
   width: 130px;
   padding:5px;
   background: #8dbe2a;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333333;
   text-decoration: none;
   line-height: 15px;
   border:1px solid #CCC;
}