/* 要素の初期化 */


/* 初期値設定 */

/*a img{
	border:none;
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}*/


/* メインコンテナ */
#ajax{
	margin:0 auto;
	text-align:center;
	position:relative;
	height:279px;
	background:url(../img/ajax/ajaxbg.jpg) repeat-x 0 0;
}

/* スライド表示エリア */
#gallery{
	width:958px;
	overflow:hidden;
	margin:0 auto;
}
/* 結合されたスライド */
#slides{
	height:279px;
	width:958px;
	overflow:hidden;
	
}
/* 個々のスライド要素 */
.slide{
	width:958px;
	float:left;
}


/* ナビゲーションメニュー */
#slideNavi{
	height:0px;
	position:absolute;
	top:0;
	display:none;
}
#slideNavi li{
        width:30px;
        display:inline-block;
        list-style:none;
        overflow:hidden;
    }