@charset "utf-8";
/*--------------------------
　タイトル　ナビ（コンテンツ左）
---------------------------*/
#titleNav{
	width:200px;
	margin-bottom:10px;
	background-image:url(../img/low/title2_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.facilitator_req a{
	background-image:url(../img/low/facilitator.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.facilitator_req a:hover{
	background-image:url(../img/low/facilitator_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.facilitator_intro a{
	background-image:url(../img/low/facilitator_intro_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.facilitator_intro a:hover{
	background-image:url(../img/low/facilitator_intro_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
/*--------------------------
　サブナビ
---------------------------*/
.facilitator a{
	background-image:url(../img/common/facilitator_o.jpg);
	background-repeat:no-repeat;
	width:128px;
	height:88px;
	display:block;
}
.facilitator a:hover{
	background-image:url(../img/common/facilitator_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　バナー　ナビ（コンテンツ左）
---------------------------*/
#bannerNav .facilitator a{
	background-image:url(../img/common/facilitator_intro_o.jpg);
	vertical-align:bottom;
	width:200px;
	height:90px;
	display:block;
}
#bannerNav .facilitator a:hover{
	background-image:url(../img/common/facilitator_intro_o.jpg);
	vertical-align:bottom;
	width:200px;
	height:90px;
	display:block;
}
/*--------------------------
　article　タイトルと記事
---------------------------*/
table{
	border-collapse:collapse;
	margin:0px 0 0 0;
	border-top:solid 1px #deb999;
	border-bottom:solid 1px #deb999;
}
#table_top{
	border-collapse:collapse;
	margin:20px 0 0 0;
	border-top:solid 1px #deb999;
	border-bottom:solid 1px #deb999;
}
table caption{
	color:#9D772F;
	padding:3px;
	margin:0;
	background-color:#F8EFE0;
	font-weight:bold;
}
table .title_top{
	width:250px;
	padding:7px 7px 7px 10px;
	border:solid 1px #deb999;
	border-bottom:solid 1px #deb999;
	background-color:#F1E0C2;
}
table th.date_top{
	width:97px;
}
table .date_top, .title_top, .place_top{
	color:#9D772F;
	text-align:center;
	font-weight:bold;
	border-top:solid 1px #deb999;
	border-bottom:solid 1px #deb999;
	background-color:#F1E0C2;
}
table th{
	width:97px;
	padding:7px 0;
	border-top:solid 1px #deb999;
	color:#333;
	background-color:#F8EFE0;
	font-weight:normal;
}
table td{
	width:180px;
	padding:7px 3px 7px 10px;
	border-top:solid 1px #deb999;
	color:#333;
	vertical-align:middle;
}
table td.title{
	width:250px;
	padding:7px 10px 7px 13px;
	border-top:solid 1px #fff;
	color:#000;
	border:solid 1px #deb999;
	vertical-align:middle;
}


