/*Horizontal  Slide Display */
div#news {width: 980px; height:130px; float: left;  }
div#sidee {width: 80px; height:130px; float: left;  }
div#displays {width: 900px; height:130px; position: relative; float: left;  }


#slide {height:130px;  position: relative; }


/*表示マスク用ブロック*/
#Masck {width: 560px; height:130px;  position: absolute; left: 250px; top: 0px; overflow: hidden; }
/*すべての表示ブロック 560＊Nブロック*/
#slideItems {width: 8400px; position: absolute; left: 0px; top: 10px; float: left;  }

/*表示アイテム 1ブロック分の要素*/
.Box_S { width: 70px; height: 70px; float: left;  text-align: center;  }
.Box_S a {width: 70px; float: left; text-align: center; }


/*スライド用ボタン*/
.leftButton, .rightButton {width: 11px; height: 11px; position: absolute; top: 30px; }
.leftButton  {left: 205px; text-align: left; }
.rightButton {left: 850px; text-align: right; }

/*画像の枠線を消す*/
a img { border-style: none; }
