.font01 {
	font-size: 12px;
	line-height: 20px;

}
.font02 {
	font-size: 14px;
	color: #666666;

}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.font3 {
	font-size: 16px;
	font-weight: bold;
}
.font4 {
	font-size: 15px;
}
.font-red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.doubleline {/*二重取り消し線*/
background-image:url(index/w-line.gif);
background-repeat:repeat-x;
background-position: center;
}
