.style1 {
	font-size: x-small;
	line-height: 16px;
	color: #333333;
}
.style2 {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.style3 {
	font-size: 12px;
	line-height: 17px;
	color: #A7833C;
}
.style4 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.style5 {line-height: 16px; color: #666666; font-size: 12px;}
.style6 {
	color: #FFFFFF;
	font-size: 12px;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #A7833C;
	text-decoration: underline;
}


.waku {
	width: 100%;
	overflow: auto;
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background: #fff;
}
.waku th {
	padding: 5px 5px 5px 10px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background: #c09e3a left;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	vertical-align:middle;
}
.waku td {
	padding: 5px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 12px;
}
