/*文字設定*/
.black{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.black a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.grey{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.white{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


.light_blue{
	font-size: 11px;
	font-weight: normal;
	color: #cde7ff;
	font-family: Arial, Helvetica, sans-serif;
} 
.red{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
} 

.beige{
	font-size: 11px;
	font-weight: normal;
	color: #b49b85;
	font-family: Arial, Helvetica, sans-serif;
} 
