/*BODY-------------------------*/
body {　background-color: #FFFFFF;/*ページの背景色------------------------*/　}
/*--------リンク---------------*/
a.case:link{color: #0000CC;text-decoration: none;}
a.case:visited{color: #660066;text-decoration: none;}
a.case:hover{color: #FF0000;text-decoration: none;}
a.case:active{color: #FF0000;text-decoration: none;}
/*-----------------------------*/

.table {
	width: 495px;/*テーブルの幅------------------------*/
}
.txt {
	width: 495px;/*テーブルの幅------------------------*/
	background-color: #00A7EB;/*枠の背景色------------------------*/
}
.txt1 {
	font-size: 12px;/*タイトル文字の大きさ------------------------*/
	font-weight: 900;/*タイトル文字の太さ------------------------*/
	color: #FFFFFF;/*タイトルの文字色------------------------*/
	background-color: #00A7EB;/*枠の背景色------------------------*/
	text-align: left;
}
.txt2 {
	font-size: 12px;
	color: #666666;/*コメント1の文字色------------------------*/
	text-align: left;
	vertical-align: top;
	width: 100%;
}