@charset "euc-jp";

#main_img_bg {
	background-image: url(../img/main_bg.png);
	width: 1045px;
	height: 328px;
	margin: 0 auto 50px auto;
	padding: 3px;
}

#main_img {
	float: left;
	width: 712px;
	height: 328px;
	background-size: cover !important;
	background-position: center center !important;
}

#main_img_txt {
	float: right;
	width: 333px;
	height: 328px;
}

#main_img_txt_name {
	text-align: center;
	padding-top: 160px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

#main_img_txt_commnet {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#news_section {
	width: 750px;
}

#news_title {
	background-image: url(../img/title_news.png);
	width: 680px;
	height: 25px;
	margin: 0;
	padding: 6px 0 0 70px;
	font-weight: bold;
	font-size: 15px;
	font-weight: normal;
}

.news_box {
	padding: 15px 0;
	border-bottom: #FC9 1px solid;
}

.news_day {
	padding-bottom: 5px;
}

.news_txt {
}

#middle_section {
	width: 750px;
	margin-top: 20px;
}

#event_section {
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	height: 393px;
}

#event_title {
	background-image: url(../img/title_event.png);
	width: 406px;
	height: 39px;
	color: #FFF;
	padding: 12px 0 0 65px;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}

#event_box {
	margin: 15px 0 0 0;
}

#event_img {
	float: left;
	width: 200px;
	height: 150px;
	background-color: #fff;
	overflow: hidden;
}

#event_img img {
	width: 100%;

}

#event_txt {
	float: right;
	width: 255px;
}

#event_day {
	padding: 10px 0 8px 0;
}

#event_title {
}

#event_comment {
	padding: 0px 10px 10px 0px;
}

#banner_section {
	float: right;
}

#banner_recruit {
}

#banner_staff {
	margin-top: 20px;
}

.fb_box {
	background: #FFF;
	padding: 20px 0 40px 0;
}