/* 小さい */
.css0{
	font-size: 9px;
	line-height: 13px;
	text-decoration: none
}

/* 少し小さい */
.css1{
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}

/* 標準 */
.css2{
	font-size: 12px;
	line-height: 18px;
	text-decoration: none
}

/* 少し大きい */
.css3{
	font-size: 14px;
	line-height: 21px;
	text-decoration: none
}

/* 大きい */
.css4{
	font-size: 18px;
	line-height: 27px;
	text-decoration: none
}


/* リンク */
A:hover,A:active{
	color: #f7170a;
	text-decoration: none
}

