@charset "utf-8";


/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
#home .mainimg {
  margin: 0 auto 20px;
  width: 940px;
  height: 470px;
  position:relative;
	background:#fff url(../images/nivo/loading.gif) no-repeat 50% 50% !important;
}

.news-area {
  background:url(../images/home/bk_news.png);
  padding:2px;
  margin-bottom:20px;
}  
.news-tit {
  padding:4px 10px 4px;
  line-height:1;
  float:left;
  width:100px;
}

.disp-list {
    background: url("../images/common/ico_arrow_w.png") no-repeat scroll 0 50% transparent;
    float: right;
    font-size: 0.85em;
    margin: 7px 12px 0 0;
    padding: 0 0 0 10px;
}
.disp-list a {
    color:#fff;
    text-decoration:none;
}
.news-row {
  background:#FFF;
  padding:15px;
}
.grid-news-photo {
  float:left;
  width:210px;
  background:#FFF
}
.grid-news-list {
  float:right;
  width:440px;
  background:#FFF
}
.tit-news-kiji {
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:0.3em;
}
.tit-news-day {
  font-size: 0.9em;
  color: #666;
}

.row {
  margin-left: -10px;
  margin-bottom: 20px;
  position:relative;
}
.grid-4 {
  float: left;
  _display:inline;
  width:170px;
  margin-left: 10px;
}
.grid-news-photo a:hover,
.grid-4 a:hover
 {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.box-area{
  border: 1px solid #BBBBBB;
  padding:15px;
  line-height:1.3em;
  font-size:0.95em;
  width:168px;
  background:#FFF
  }
.top-none{
  border-top:none;
  }
.box-area-renraku {
  background:#FA9494;
  padding:2px;
  zoom:1;
  }
.tit-renraku {
  background:#FEE9E9;
  padding:5px 8px 4px;
  line-height:1;
  border-bottom:1px solid #FA9494;
  }
.box-area-renraku ul {
    list-style:none;
    margin:0;
    background:#fff;
}
.box-area-renraku ul li {
	  border-bottom: 1px dotted #b6b6b6;
    line-height: 150%;
    padding: 6px 0 6px 1.7em;
    font-size:0.95em;
    background: url("../images/common/ico_arrow.png") no-repeat scroll 1em 11px transparent;
  }
  
.news-tit-area {
  width:710px;
  }
