/*スライダーbody*/
#coda_body{
	margin:5px 0 5px 3px;
	}

/*パネル内タイトル*/
.panel h2.title{
	display:none;
	}
/*Javascript無効時のメッセージスタイル*/
noscript div{
	background:#e8e8e8;
	border:1px solid #336699;
	margin: 5px;
	padding: 10px;
	}

/* スライドエリアの初期設定 */
.coda-slider-wrapper{
		padding:0;
		}
		
.coda-slider{
		background:#fff
		}

/*Javascript無効時のパネル内のコンテンツの設定*/
.coda-slider-no-js .coda-slider{
			height:185px;
			overflow:hidden !important;
			padding-right:0px;
			}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,.coda-slider .panel{
			width:480px;
			} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,
.coda-slider-wrapper.arrows .coda-slider .panel{
			width:480px;
			}
.coda-slider-wrapper.arrows .coda-slider{
			margin: 0;
			}
	
/* 左右コントローラーの設定 */
.coda-nav-left a,
.coda-nav-right a{
			background:#000;
			color:#fff;
			padding:5px;
			width:10px;
			}
	
/* 表示中のタブの設定 */
.coda-nav ul li a.current{background: #39c;}

/* パネルエリアのpadding */
.coda-slider .panel-wrapper{padding:0;}

/* プリロードの設定 jQueryで書き出している*/
.coda-slider p.loading {padding:20px;text-align:center;}

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #333; color: #fff; display: block; float: left; margin-right: 1px; padding:1px 5px 0 5px; text-decoration: none;font-size:9pt; }
	
	/* Miscellaneous */
	.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; }
	
