/* テーブル */
.table{
	background-color:#ffffff;

}

.menutable{
	background-color:#dddddd;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

/* メニューのリンク */
a.menu:link   { font-size:10pt;color: #666666; text-decoration: none;font-weight:bold;}
a.menu:visited   { font-size:10pt;color: #666666; text-decoration: none;font-weight:bold;}
a.menu:hover   { font-size:10pt;color: #CD6889; text-decoration: none;font-weight:bold; }

/* 基本フォント */
.base{
	color: #333333;
	font-size:10pt;
	line-height:20pt;
	letter-spacing:1pt;
}
.base2{
	color: #333333;
	font-size:10pt;
	line-height:10pt;
	letter-spacing:1pt;
}
.title{
	color: #336600;
	font-weight:bold;
	font-size:13pt;
	line-height:20pt;
	letter-spacing:2pt;
}

/* コピーライト */
.copy{
	color: #333333;
	font-size:8pt;
	letter-spacing:1pt;
}

