@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_o.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.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;
}
/*--------------------------
　コンテンツ
---------------------------*/
em{
	font-weight:bold;
	color:#9D772F;
}
#article_inner a{
	color:#9D772F;
}