@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;
    text-align: center;
}
#contenair_news {
    position: relative;
    width: 1000px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    padding-left: 0px;
    height: auto;
    background-color: #036EB7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
}
#news_icon {
    width: 1000px;
    height: auto;
    margin: 0;
}
#news_box {
    width: 950px;
    height: 340px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    margin-left: 25px;
    margin-top: 25px;
}
#news {
	width: 940px;
	float: left;
	margin: 0;
    font-size: 16px;
    line-height: 20px;
	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;
	margin-left: 30px;
}
#news li#hn2 {
	float: left;
	position : relative;
	text-align: justify;
	width: 810px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#news a  {
	color: #28469B; /*リンクの色*/
	text-decoration: none;
}
#news a:hover {
	color: #28469B; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
#cc1 {
    position: relative;
    width: 100%;
    background-color: #004491;
    height: auto;
    border-bottom: 9px solid #00B3EC;
    text-align: center;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
#contenair2 {
    position: relative;
    width: 1000px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 25px;
    padding-left: 0px;
    height: auto;
}
#mov_box {
    width: 400px;
    float: left;
    margin-top: 0;
    margin-right: 16px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    border: 5px solid #004699;
    background-color: #004699;
}

#menu_box {
    width: 270px;
    float: left;
    margin-left: 16px;
    margin-bottom: 16px;
}
#btn_box1 {
    width: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 80px;
}
#btn_box2{
    width: 320px;
    float: left;
    margin-bottom: 80px;
}