


/* スライドコンテンツの大きさと表示位置 */

.coda-slider-wrapper { padding: 0;  position:relative; width:860px; margin:0 auto; float:left; }
.coda-slider { float:left; width: 480px; }
	
/* JavaScriptが使用不能なときでも、箱に含まれるスライダー内容を保つために、これを使ってください（yahoo翻訳にて） */
/* .coda-slider-no-js .coda-slider { overflow: auto !important; } */
	
/* スライドコンテンツの横幅と高さ */
.coda-slider, .coda-slider .panel { width:480px; height:320px; } 
	

/* ローディングバーの表示位置 */
.coda-slider p.loading { padding: 20px; text-align: center; display:none; }

.coda-nav { float:right; width:380px; }


/* ナビゲーションのスタイル */
.coda-nav ul { padding:0 0 0 9px; margin:0; list-style:none; }
.coda-nav ul li { padding:0; margin:10px 0 0 0; float:left; }
.coda-nav a { display:block; }


.coda-nav ul li.tab1 { background:url(img/btn_raq_on.jpg) top no-repeat; width:360px; height:67px; }
.coda-nav ul li.tab1 a.current { display:none; }

.coda-nav ul li.tab2 { background:url(img/btn_ent_on.jpg) top no-repeat; width:360px; height:67px; }
.coda-nav ul li.tab2 a.current { display:none; }
	
.coda-nav ul li.tab3 { background:url(img/btn_comm_on.jpg) top no-repeat; width:360px; height:67px; }
.coda-nav ul li.tab3 a.current { display:none; }
	
.coda-nav ul li.tab4 { background:url(img/btn_kids_on.jpg) top no-repeat; width:360px; height:67px; }
.coda-nav ul li.tab4 a.current { display:none; }


	
/* ベース（触らない方が良い部分） */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }