/*　コピーライト。GPLのため改変不可。
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* 最も一般的なものに変更する必要があります */

	.coda-slider-wrapper {
	padding: 0px 0px 0px 0px
}
	/*	.coda-slider { background: #ebebeb }*/
	
	/* JavaScriptが無効になっていてボックスに含まれているスライダのコンテンツを保持するのに使用します */
	.coda-slider-no-js .coda-slider {
	height:400px;
	overflow: hidden !important;
	padding-right: 20px;
}
	
	/* 全体のスライダの幅を変更する（dynamic arrowsなし） */
	.coda-slider, .panel {
	width: 660px
} 
	.panel-wrapper {
	width:660px;
	position:relative;
}
	
	/* マージンとスライダの幅を変更する (dynamic arrowsあり) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 740px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
		
	/* 矢印のスタイル。画像にする/非表示にする場合はjquery.coda-slider-2.0.jsを改変。 */
	.coda-nav-left a, .coda-nav-right a { background: #F9B041; color: #fff; padding: 5px; width: 70px }
	
	/* タブナビゲーション */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider {
	position:relative;
}
	.panel-wrapper {

}

	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	.h20 {height: 20px;}
	.h80 {height: 80px;}
	.h200 {height: 200px;}



/* Don't change anything below here unless you know what you're doing
あなたは何をやっている知っている限り、ここで下に何も変更しないでください*/

	/* タブナビゲーション。今回非表示にしている。 */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* その他 */
	.coda-slider-wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 660px;
}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel {
	float: left;
	width: 660px;
}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { float: left }
	.coda-nav-right {

	position: absolute;
	left: 660px;
}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
