/*@charset  "Shift_JIS";*/


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

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



/* ================================================ */
/* == 背景と文字サイズ ===================================== */
/* ================================================ */





.copy	{font-size:70%;		line-height:150%;	color:#333333;}
.text2	{font-size:80%;		line-height:140%;	color:#333333;}
.text2h	{font-size:80%;		line-height:160%;	color:#333333;}
.text3	{font-size:90%;	line-height:150%;	color:#333333;}
.text4	{font-size:110%;	line-height:150%;	color:#555555;}
.orange	{color:#ED8934;}
.midashi	{
	font-size:100%;
	line-height:160%;
	color:#935420;
	font-weight: bold;
}
.midashi2	{
	font-size:90%;
	line-height:160%;
	color:#F2407A;
	font-weight: bold;
}
.big	{
	font-size:120%;
	line-height:140%;
	font-weight: bold;
}
.blue {color: #4B90E2;}
.green {color: #4B90E2;}
.green {
	color: #2ABCA0;
}
