/*@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;
}



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

body {

	background-color:#FFEFF6;
}




.text1	{font-size:70%;		line-height:150%;	color:#333333;}
.text2	{font-size:80%;		line-height:150%;	color:#333333;}
.text2h	{font-size:80%;		line-height:170%;	color:#333333;}
.text3	{font-size:90%;	line-height:150%;	color:#333333;}
.text4	{font-size:110%;	line-height:150%;	color:#555555;}
.size10	{font-size:10px;	line-height:150%;	color:#333333;}
.size12	{font-size:12px;	line-height:150%;	color:#333333;}
.text2pink {
	font-size: 80%;
	line-height: 150%;
	color: #801F46;
}

