/*------------------------------------------------
 * グローバルナビのスタイル
 *----------------------------------------------*/
/* 基本画像のスタイル */
img {
	border:none 0px;
	vertical-align:top;
}

/* 基本テーブルのスタイル */
table,td,th {
	line-height:150%;	
 	text-align:left;
	font-weight:normal;
}

caption {
	display:none;
}

.no {
	display:none;
}

/* サイドメニューロールオーバー */
.s_01 a{
  display:block;
  margin:2px auto;
  padding:11px 0 0 15px;
  width:155px;
  height:24px;
  background:url(../img/menu_bg1.jpg) no-repeat;
  font-weight:bold;
  font-size:150%;  
}
.s_01 a:focus,
.s_01 a:hover,
.s_01 a:active{
  background:url(../img/menu_bg2.jpg) no-repeat;
}

/* リンクのスタイル */
.s_01 a:link { color:#000000;	text-decoration:none;	}
.s_01 a:active  { color:#000000;	text-decoration:none;	}
.s_01 a:visited  { color:#000000;	text-decoration:none;	}
.s_01 a:hover  { color:#000000;	text-decoration:none;	}
