/* 各ページ共通設定 */

a. { FONT-SIZE: 12px;line-height:110%}
a:link {TEXT-DECORATION:none;COLOR:#FF0000}
a:visited {TEXT-DECORATION:none;COLOR:#FF0000}
a:hover {TEXT-DECORATION:underline;COLOR:#FF6600}
a:active {
	TEXT-DECORATION:none;
	COLOR: #000;
	font-weight: bold;
}


.READ {
	COLOR:#FF6633;
	font-size: 16px;
	line-height:150%;
	font-style: normal;
	font-weight: bold;
}
.TITLEETC { COLOR:#222222; font-size: 13px; line-height:160% ;}
.TITLE { COLOR:#ff0066; font-size: 13px; line-height:160% ;}
.TEXT { COLOR:#222222;font-size: 12px; line-height:150% ;}
.COPY { COLOR:#222222;font-size: 10px; line-height:130% ;}

td {
	font-size: 10px;
	line-height:150%;
	color: #F00;
}

