/*@charset  "Shift_JIS";*/


/* ================================================ */
/* == リンク色設定 ===================================== */
/* ================================================ */

a:link {
	color: #1650A5;
	text-decoration: none;
}
a:visited {
	color: #1650A5;
	text-decoration: none;
}
a:hover {
	color: #599316;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
		text-decoration: none;
}



.text1 {
	FONT-SIZE: 70%; LINE-HEIGHT: 140%}
.text2 {
	FONT-SIZE: 80%; LINE-HEIGHT: 140%
}
.text3 {
	FONT-SIZE: 90%; LINE-HEIGHT: 140%
}
.text4 {
	FONT-SIZE: 110%; LINE-HEIGHT: 140%}
.text32 {
	FONT-SIZE: 90%; LINE-HEIGHT: 120%
}
.text2l {
	FONT-SIZE: 80%; LINE-HEIGHT: 160%}
.text1l {
	FONT-SIZE: 70%; LINE-HEIGHT: 160%
}
.greytd {
	font-size: 90%;
	line-height: 150%;
	color: #333;
	background-image: url(img/grey.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
}
.greentd {
	font-size: 90%;
	line-height: 150%;
	color: #FFF;
	background-image: url(img/green.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 2px;
}

