@charset "Shift_JIS";
/*COMPANY共通ヘッダ*/
#activity-top{
  width : 1055px;
  height : 110px;
  background-image : url(../activity/img/title.png);
  padding-top : 70px;
  background-repeat : no-repeat;
}

#activity-header{
  background-image : url(../activity/img/activity-header.gif);
  background-repeat : repeat-x;
}

/*activityタイトル*/

/*三社大祭*/
#title-festival{
  height : 130px;
  background-image : url(../activity/img/activity-title01.gif);
  background-repeat : no-repeat;
}
/*企業スポーツ活動*/
#title-sports{
  height : 130px;
  background-image : url(../activity/img/activity-title02.gif);
  background-repeat : no-repeat;
}
/*オフィシャルパートナー*/
#title-partner{
  height : 130px;
  background-image : url(../activity/img/activity-title03.gif);
  background-repeat : no-repeat;
}
/*レクリエーション*/
#title-recreation{
  height : 130px;
  background-image : url(../activity/img/activity-title04.gif);
  background-repeat : no-repeat;
}

/*企業活動TOPの４分割の写真のやつ*/
#activity1{
	width : 488px;
text-align : center;float : left;
margin-right : 20px;
}
#activity1 a{
  color: #000000;
  text-decoration: none;
}
#activity1 a:hover{
  color: #ff0033;
  text-decoration: none;
}

#activity2{
	width : 488px;
text-align : center;float : left;
margin-right : 0px;
}
#activity2 a{
  color: #000000;
  text-decoration: none;
}

#activity2 a:hover{
  color: #ff0033;
  text-decoration: none;
}


#rec a{
      /* ▼リンクの装飾 */
      color: #00dbf2;          /* ←文字色 */
      text-decoration: none; /* ←下線なし */
   }