tr td {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	line-height: 14pt;
}
.bodycopy {  font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
 font-size: 13px; line-height: 18px}
.catch1 {  font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro"; font-size: 13px; line-height: 15px}
.unnamed1 {  font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro"; font-size: 10px; line-height: 13px}
.green {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
	font-size: 10pt;
	font-weight: normal;
	color: #009999;
}
.blue{
	font-family: "Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
	font-size: 10pt;
	font-weight: normal;
	color: #0033cc;
}
.waku {
	padding: 3px;
	width: 280px;
	margin-right: 80px;
	margin-left: 80px;
	border: 0.5pt solid #009999;
	text-align: center;


}


	
	
	
/* ---------------------------------------------------------------- *
	表組みの設定です
 * ---------------------------------------------------------------- */
table#data {
    width: 490px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#data th {
    padding: 5px;
    border: #666666 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#data td.name {
	padding: 5px;
    font-weight: bold;
	border: 1px #666666 solid;
	border-width: 0 0 1px 1px;
    text-align: center;
	white-space: nowrap;
	background-color: #FFFF99;
}
table#data td {
    padding: 5px;
    border: 1px #666666 solid;
    border-width: 0 0 1px 1px;
	text-align: left;
}

table#data td.no {
    padding: 5px;
    border: 1px #666666 solid;
    border-width: 0 0 1px 1px;
	text-align: center;
}
	   
	
	
/* ---------------------------------------------------------------- *
	レイアウト用の表組みの設定です
 * ---------------------------------------------------------------- */
table#style {
    width: 490px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#data td.caption {
	padding: 1px;
	border: 0;
	text-align: left;
	white-space: nowrap;
	background-color: #FFFF99;
	font-size: smaller;
	color: #999999;
}
table#data td {
	padding: 5px;
	margin: 5px;
}


	
