@charset "utf-8";

body{
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	background:url(../images/bg.png);
	line-height:1.5;
}
#container{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}
#wrapper{
	width:780px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}

/*---------------------------------------------------------
  						navi
---------------------------------------------------------*/

/*top_navi link*/
#top_navi_home a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_home.png);
	text-indent:-9999px;
}
#top_navi_institution a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_institution.png);
	text-indent:-9999px;
}
#top_navi_work a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_work.png);
	text-indent:-9999px;
}
#top_navi_news a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_news.png);
	text-indent:-9999px;
}
#top_navi_info a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_info.png);
	text-indent:-9999px;
}
#top_navi_link a:link{
	width:129px;
	height:30px;
	background:url(../images/top_navi_link.png);
	text-indent:-9999px;
}

/*top_navi hover*/
#top_navi_home a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_home_h.png);
	/*
	text-indent:-9999px;
	*/
}
#top_navi_institution a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_institution_h.png);
	/*
	text-indent:-9999px;	
	*/
}
#top_navi_work a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_work_h.png);
	/*
	text-indent:-9999px;
	*/
}
#top_navi_news a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_news_h.png);
	/*
	text-indent:-9999px;
	*/
}
#top_navi_info a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_info_h.png);
	/*
	text-indent:-9999px;
	*/
}
#top_navi_link a:hover{
	width:129px;
	height:30px;
	background:url(../images/top_navi_link_h.png);
	/*
	text-indent:-9999px;
	*/
}

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/

/*
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
}
*/

/*---------------------------------------------------------
  						header
---------------------------------------------------------*/

#header{
	width:780px;
	height:68px;
	margin:0 auto;
	padding-top:50px;
	}
	
#header h1{
	float:right;
}

/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/
	
.header-box{
	width:780px;
	height:30px;	
	padding-top:25px;
}

/*---------------------------------------------------------
  						SlickNav
---------------------------------------------------------*/

/*
.head-nav{
	padding-top:25px;
	clear:both;
}
*/

/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/

ul#menu-headnav{
	position:relative;
	}
ul.menu li{
	float:left;
	position:relative;
	}
ul.menu li a{
	cursor:pointer;
	display:block;
	}
/*サブメニュー*/
ul#menu-headnav ul{
	position:absolute;
	background:url(../images/slick_bg.png);
	zoom:100%;
	}
ul#menu-headnav ul>li{
	color:#fff;
	line-height:2.5;
	float:none;
	text-align:center !important;
	}
ul#menu-headnav ul>li a{
	color:#888889;
	border:none !important;
	display:block;
	width:129px;
	height:auto !important;
	text-decoration:none;
	}
ul#menu-headnav ul>li a:hover{
	color:#E50011;
	border:none !important;
	display:block;
	width:129px;
	height:auto !important;
	text-decoration:none;
	}
ul#menu-headnav{
	zoom: 100%;	
	}
ul#menu-headnav:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}
#menu-headnav ul.sub-menu li{
	position:relative;
	}
#menu-headnav ul.sub-menu li ul.sub-menu{
	position:absolute;
	background:url(../images/slick_bg.png);
	z-index:9999;
	zoom:100%;
	left:129px;
	top:0;
	}
#menu-headnav ul.sub-menu  ul>li{
	color:#fff;
	line-height:2.5;
	float:none;
	text-align:center !important;
	}
#menu-headnav ul.sub-menu  ul>li a{
	border:none !important;
	display:block;
	height:auto !important;
	}

/*---------------------------------------------------------
                         contents
---------------------------------------------------------*/

#contents {
	width: 780px;
	height: auto;
	margin-top: 25px;
	/*
	clear: both;
	*/
}

/*---------------------------------------------------------
                         Footer
---------------------------------------------------------*/

#footer_navi{
	width:780px;
	height:130px;
	float:left;
}
#footer_navi ul{
	width:780px;
	height:130px;
	list-style:none;
}
/*footer_navi link*/
#footer_navi_home a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_home.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
#footer_navi_institution a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_institution.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
#footer_navi_work a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_work.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
#footer_navi_news a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_news.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
#footer_navi_info a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_info.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
#footer_navi_link a:link{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_link.png);
	display:block;
	float:left;
	text-indent:-9999px;
}
/*footer_navi hover*/
#footer_navi_home a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_home_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}
#footer_navi_institution a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_institution_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}
#footer_navi_work a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_work_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}
#footer_navi_news a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_news_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}
#footer_navi_info a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_info_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}
#footer_navi_link a:hover{
	width:129px;
	height:130px;
	background:url(../images/footer_navi_link_h.png);
	/*
	display:block;
	float:left;
	text-indent:-9999px;
	*/
}

#footback{
	width:774px;
	height:70px;
	background:url(../images/back.png);
	background-repeat:no-repeat;
	margin-top:20px;
	float: left;
}
#foot_info{
	width:380px;
	font-size: 13px;
	line-height:16px;
	color:#878788;
	padding-top:12px;
	float:right;
}

footer{
	width:774px;
	height:40px;
	padding-top:20px;
	text-align: right;
	letter-spacing: normal;
	float: left;
}
footer p{
	color:#878788;
	text-align:center;
}

/*---------------------------------------------------------
                    簡易margin_padding
---------------------------------------------------------*/

.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt12 {
	margin-top: 12px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mr20 {
	margin-right: 20px;
}
.mr15 {
	margin-right: 15px;
}
.mr10 {
	margin-right: 10px;
}
.mr5 {
	margin-right: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb10 {
	padding-bottom: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt15 {
	padding-top: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl15 {
	padding-left: 10px;
}
.fs18 {
	font-size: 18px;
}
.fs16 {
	font-size: 16px;
}
.fs14 {
	font-size: 14px;
}
.fs12 {
	font-size: 12px;
}
.fs10 {
	font-size: 10px;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
/*20150630*/
.clear{
	clear:both;
}
.imgs {
}
