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

#task_chairperson{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	padding-bottom: 20px;
}
#task_title{
	width: 760px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #036;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#task_table_target tr td {
	text-align: left;
	font-size: 14px;
	color: #036;
	padding-bottom: 10px;
}
#task_news_box {
	height: 300px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	background-image: url(../img/task_news_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#task_news_title {
	width: 700px;
	margin-left: 80px;
	font-size: 16px;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 14px;
}
#task_news_iframe {
	height: 205px;
	width: 718px;
	margin-right: auto;
	margin-left: auto;
}
#task_table tr td {
	text-align: left;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding-bottom: 10px;
}
#task_table tr td a {
	color: #036;
	text-decoration: none;
}
#task_table tr td a:hover {
	color: #036;
	text-decoration: underline;
}
#task_table_link tr td {
	text-align: left;
	font-size: 14px;
	line-height: 80px;
	height: 80px;
	color: #036;
	font-weight: bold;
}
#task_table_link tr td a {
	color: #036;
	text-decoration: none;
}
#task_table_link tr td a:hover {
	color: #036;
	text-decoration: underline;
}
#task_list th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	color: #036;
	font-size: 13px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#task_list td {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 120%;
}
