/*------------------------------------------------
 * グローバルナビのスタイル
 *----------------------------------------------*/

.menu {
	padding:0;
	margin:0 auto 0 auto;
	width:960px;
	height:165px;
}


/* メニューロールオーバー */

.si_01 a{
  display:block;
  margin:0;
  padding:0;
  width:191px;  height:165px;
  background:url(../images/m01.png) no-repeat;
  float:left;
}

.si_01 a:focus,
.si_01 a:hover,
.si_01 a:active{
  background:url(../images/m01a.png) no-repeat;
}

.si_02 a{
  display:block;
  margin:0;
  padding:0;
  width:192px;  height:165px;
  background:url(../images/m02.png) no-repeat;
  float:left;
}

.si_02 a:focus,
.si_02 a:hover,
.si_02 a:active{
  background:url(../images/m02a.png) no-repeat;
}


.si_03 a{
  display:block;
  margin:0;
  padding:0;
  width:192px;  height:165px;
  background:url(../images/m03.png) no-repeat;
  float:left;  
}

.si_03 a:focus,
.si_03 a:hover,
.si_03 a:active{
  background:url(../images/m03a.png) no-repeat;
}

.si_04 a{
  display:block;
  margin:0;
  padding:0;
  width:192px;  height:165px;
  background:url(../images/m04.png) no-repeat;
  float:left;  
}

.si_04 a:focus,
.si_04 a:hover,
.si_04 a:active{
  background:url(../images/m04a.png) no-repeat;
}

.si_05 a{
  display:block;
  margin:0;
  padding:0;
  width:193px;  height:165px;
  background:url(../images/m05.png) no-repeat;
  float:left;  
}

.si_05 a:focus,
.si_05 a:hover,
.si_05 a:active{
  background:url(../images/m05a.png) no-repeat;
}