@charset "utf-8";
#contenair_main {
	position: relative;
	margin: 0;
	width: 100%;
	background-image: url(../imgs/home_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contenair_news {
	position: relative;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 50px;
	height: 250px;
}
#news_icon {
	width: 126px;
	float: left;
	height: auto;
	margin: 0;
	padding-right: 30px;
}
#news_box {
	width: 740px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	line-height: 18px;
	height: 200px;
	position: relative;
	float: left;
	margin: 0;
}
#news {
	width: 740px;
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}
#news ul {
	list-style-type: none;
	position : relative;
	margin: 0px;
	padding: 0px;
}
#news li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	position : relative;
}
#news li#hn1 {
	float: left;
	position : relative;
	width: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#news li#hn2 {
	float: left;
	position : relative;
	text-align: justify;
	width: 640px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#news a  {
	color: #28469B; /*リンクの色*/
	text-decoration: none;
}
#news a:hover {
	color: #28469B; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
#contenair_map {
	position: relative;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 50px;
	padding-bottom: 15px;
}
