/* リンク設定 */
a {text-decoration:none}
a:link { color: #0000FF} 
a:visited { color: #0000FF} 
a:hover {text-decoration:underline}
.font12 {
	font-size: 12px;
	line-height: 140%;
}
.font12_r {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
}
.font12_g {

	font-size: 12px;
	line-height: 20px;
	color: #006600;
}
.font10 {
	font-size: 10px;
	line-height: 140%;
}

body{
	font-size:95%;
	line-height:150%;
}

span{
	font-size:95%;
	line-height:150%;
}