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

#app_taskforce {
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#app_taskforce tr td a{
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #FFF;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #036;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#app_taskforce tr td a:hover{
	text-align: center;
	background-color: #036;
	border: 1px solid #FFF;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#app_faq tr td {
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#app_faq tr td a {
	color: #036;
	text-decoration: none;
}
#app_faq tr td a:hover {
	color: #036;
	text-decoration: underline;
}
#app_dl tr td {
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#app_dl tr td a {
	color: #036;
	text-decoration: none;
}
#app_dl tr td a:hover {
	color: #036;
	text-decoration: underline;
}
