@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#main_image{
  height:357px;
  background:url(../images/index_images/main_image.png) 50% 0 no-repeat;
}

#about{
  background:url(../images/index_images/about_back.jpg) 100% 69px no-repeat;
}
#about p{
  width:420px;
}

/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#news{
  margin-bottom:10px !important;
}
#news dd a{
  color:#10a669;
  text-decoration:underline;
}
#news dt{
  padding-left:15px;
  margin-bottom:5px;
  background:url(../images/index_images/news_icon.gif) 0 50% no-repeat;
}
#news dd{
  padding:0 0 15px 20px;
  margin-bottom:15px;
  border-bottom:#74b877 dashed 1px;
}
#news dd a{
  color:#10a669;
  text-decoration:underline;
}
#news dd a:hover{
  color:#6bb36e;
}
/*-------------------------------------------------------------------------
▼update
-------------------------------------------------------------------------*/
#update dd a{
  color:#10a669;
  text-decoration:underline;
}
#update dt{
  padding-left:15px;
  margin-bottom:5px;
  background:url(../images/index_images/news_icon.gif) 0 50% no-repeat;
}
#update dd{
  padding:0 0 15px 20px;
  margin-bottom:15px;
  border-bottom:#74b877 dashed 1px;
}
#update dd a{
  color:#10a669;
  text-decoration:underline;
}
#update dd a:hover{
  color:#6bb36e;
}
/*-------------------------------------------------------------------------
▼access
-------------------------------------------------------------------------*/
#access{
  overflow:hidden;
}
#access .L{
  width:325px;
}
#access .L iframe{
  border:2px solid #090;
}
#access .R{
  width:340px;
}
#access .R li{
  padding-left:34px;
  margin-top:20px;
  background:url(../images/index_images/access_icon.gif) 0 0 no-repeat;
}