@charset "utf-8";
/* CSS Document */

body,td,div{
	font-size:12px;
	color:#414141;
	line-height:20px;
	font-family: "Times New Roman", "細明體", "新細明體";
}
span,a {	
	line-height:20px;
}
a{
	text-decoration: none;	
}
a span:hover,.general:hover{
	text-decoration: underline;	
}
.general{
	font-family: "Times New Roman", "細明體", "新細明體";
	color:#6d6e71;
}
.bold{
	font-weight:bold;
}
.blue {
	color:#207eac;
}
.light_gray {
	color:#939598;
}
.small {
	font-size:11px;
	#font-size:10px;	
}
.light_big {
	font-size:14px;	
}
.big {
	font-size:15px;	
}
.huge_big {
	font-size:18px;	
}
.more_line_height {
	line-height:25px;
}