@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#head_box {
  height:165px;
  background:url(../images/cmn_images/sub_back.jpg) 50% 0;
}

#head_info {
  width:980px;
  height:155px;
  padding-top:10px;
  margin:0 auto;
  overflow:hidden;
  background:url(../images/cmn_images/sub_pen.png) 475px 0 no-repeat;
}

#head_info h1 {
  font-size:10px;
  font-weight:normal;
  color:#3198ee;
  margin-bottom:3px;
}

#nav_box {
  padding-top:5px;
  background-color:#3198ee;
}

/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
.news h2 {
  height:62px;
  line-height:62px;
  padding-left:65px;
  background:url(../images/news_images/news_t.jpg) 0 0 no-repeat;
  color:#ffffff;
  font-size:16px;
}

.news_box {
  margin-bottom:20px;
  padding:25px;
  border-left:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c;
  border-bottom:1px solid #7c7c7c;
  overflow:hidden;
  font-size:12px;
}

.news_box p { margin-bottom:10px; }

.news_box img {
  max-width:630px;
  margin-bottom:10px;
}
