@charset "shift_jis";
/* CSS Document */

#bsX,#bsX div{ width:900px;height:300px; }/*★必須。スライド画像の縦と横のサイズ*/

#bsX{
position:relative;/*★基準位置指定。必ずposition:●●;を使用して指定すること*/
margin:10px auto 11px;/*★中央配置(上、 左右、下）。お好みで*/
overflow:hidden;/*★必須。bsX領域からはみ出た分は非表示*/

}
#bsX div{position:absolute;}/*★必須*/
-->