.font_10 {
	font-size: 10px;
	color: #333333;
}

.font_12 {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#333333;
}

.font_15 {
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color:#333333;
}

.font_14 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.line_dot {
	border: thin dotted #999999;
}

.line_dot_tate {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}

.bold_l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.bold_r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

A:link{color:#006600}
A:visited{color:#006600}
A:active{color:#FF9900}
A:hover{color:#FF9900}


