/**共通**************************************************************/
#titleimg{
	width: 100%
	max-width: 1280px;
	height: 90px;
	margin:10px auto;
	border: solid 1px #ccc;
	background: url(../img/title_bg.png) no-repeat right top;
}
.titletxt{
	padding: 20px 0 0 24px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
}
#Main h2{
	background: #f0f7ff;
	width: 100％;
	height: 28px;
	margin: 10px 0 5px 0;
	color: #333;
	font-size: 16px;
	padding: 5px 0 5px 5px;
}
#Main h3{
	border-left: solid 8px #16607f;
	margin: 20px 0 10px 0;
	font-size: 16px;
	padding: 5px 0 5px 5px;
}
#ContentsBox01{
	width: 100％;
	line-height: 160%;
}
/**トップページー**************************************************************/
#ContentsBox01 div.news{
	margin: 0 15px;
}
#ContentsBox01 ul li{
	float: left;
	margin: 1%;
	width: 48%;
}
#ContentsBox01 ul li a{
	display: block;
	background: url(../../common/img/sub_bg.png) repeat-x center center;
	text-align: center;
	width: 100%;
	height: 65px;
	font-size: 16px;
	padding: 35px 0 0 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 25px;
	color: #16607f;
	border: double 3px #ddd;
}
#ContentsBox01 ul li a:hover{
	background: url(../../common/img/sub_bg_hover.png) repeat-x center center;
	color: #fff;
	text-decoration: none;	
}
#ContentsBox01 ul li span.setsumei{
	font-size: 12px;
	line-height: 110%;
	width: 280px;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
}
/**トップページー**************************************************************/

body.entry00 #Sub div.btn ul li.entry00 a{
	background: url(/liaison/common/img/sub_arrow2.png) 7px 9px no-repeat #a96e1d;
	text-decoration: none;
	color: #fff;
}