@charset "Shift_JIS";



/*基本文字サイズ、ページ背景色*/
body {  font-size: 100%; background-color: #ffffff}

/*基本リンク色(青)*/
a:link {  color: #0033cc}

/*訪問済みリンク色（紫）*/
a:visited {  color: #663366}

/*ロールオーバー時の反応色（オレンジ）*/
a:hover {  color: #ff6633}


.font{
	font-size: 80%;
	line-height: 20px;
}

.font1{
	font-size: 90%;
	line-height: 20px;
}

.font2{
	font-size: 100%;
	line-height: 20px;
}

.font3{
	font-size: 110%;
	line-height: 20px;
}


.font4{
	font-size: 110%;
	line-height: 30px;
}




.large{
	font-size: 12px;
	line-height: 14px;
	width: 100px;
	font-weight: bold;
	color: #003366;
}





