@charset "utf-8";

/* -------------------------------------------------- */
/* リンク */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_link.png) 0 0 no-repeat;
}


/*--------------コンテンツ--------------*/

#linkSe1 {
    margin: 0 auto 100px;
    width: 980px;
    font-size: 134%;
    color: #666666;
    line-height: 1.625;
}

#linkSe1 .left01, #linkSe1 .left02{
  float: left;
}

#linkSe1 .left02 {
  width: 785px;
}

#linkSe1 a:hover, #linkSe1 a:active {
  color: #666666;
}

.rightUrl {
  color: #097c25;
  margin-bottom: 15px;
}

#linkSe1 .left01 {
  margin-right: 30px;
}

#linkSe1 a {
  display: block;
  padding: 27px 30px;
}

#linkSe1 a:hover, #linkSe1 a:active {
  background-color: #f9f9f9;
}

.linkA {
  margin-bottom: 25px;
}

.linkGroup {
  overflow: hidden;
}


