@charset "Shift_JIS";


/* 個別スタイル */
.style1 {color: #666666; line-height:1.5; font-size: 90%;}
.style2 {color: #B3D9FF;}
.style3 {
	color: #009900;
	font-weight: bold;
}
.style4 {font-size: 12px;}

/* ページ全体のリンク */
a{ text-decoration:underline; }
a:link{ color:#0066CC; }
a:visited{ color:#0066CC; }
a:hover{ color:#FF6600; text-decoration:none; }
