@charset "utf-8";
.welcome {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #fc6e21;
	text-decoration: none;
}
.welcome_gray {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #5f5e5e;
	text-decoration: none;
}
.welcome_title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.welcome_title2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.welcome_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	
}
.welcome_green {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #81b312;
	text-decoration: underline;
	
}
.welcome_orange{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fc6e21;
	text-decoration: underline;
	
}
.date {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #529f12;
	text-decoration: none;
}
.title2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #529f12;
	text-decoration: underline;
}
.footer{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
