/*body{
	background-image: url("../link/bg.gif")
}*/

.frame {
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	letter-spacing: 1px;
	word-spacing: 1px;
	width:750px;
}
.waku {
	width:750px;
}
table.frame,table.waku {
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
}
.frame td{
	margin:0;padding:5px;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	width:80%;
}
.waku td{
	margin:0;padding:0px;
	border-right:solid 1px #666666;
}
.frame th{
	margin:0;padding:3px;
	font-weight:bold;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	width:20%;
}
.frame tr:nth-child(1) th{	background-color:#ffdddd;}
.frame tr:nth-child(2) th{	background-color:#ddffdd;}
.frame tr:nth-child(3) th{	background-color:#ddddff;}
.frame tr:nth-child(4) th{	background-color:#ffffdd;}
.frame tr:nth-child(5) th{	background-color:#dddddd;}
	
.frame td{ background-color:#ffffff;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}