_/*
	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.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #fff; border: 1px solid #900; width:740px; margin:0;}

	/* スライドコンテンツの大きさと表示位置 */

.coda-slider-wrapper {
	position:relative; 
	
	width:740px;
	padding:50px 0 0 0;}
	
	
.coda-slider { background: #fff;}
	
	/* JavaScriptが使用不能なときでも、箱に含まれるスライダー内容を保つために、これを使ってください（yahoo翻訳にて） */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: hidden; !important;}
	
	/* スライドコンテンツの横幅と高さ */
	.coda-slider{ width:670px; height:auto; overflow:visible; z-index:1; }
	.coda-slider .panel { width:670px; border-top:5px solid #999; overflow:visible; } 
	.panel_inner{
		padding:20px;}	
/* ローディングバーの表示位置 */
.coda-slider p.loading { padding: 20px; text-align: center; text-indent:-9999px; }


/* ベース（触らない方が良い部分） */
.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 ul{
position:absolute;
top:5px;

left:80px;
}

.coda-nav ul li{ 
	float:left; list-style:none;
}







	
.coda-nav-left a, 
.coda-nav-right a{ 
display: block; 
text-align: center; 
text-decoration: none }


	
#coda-nav-1 ul li a{
	color:#000;
	margin-right:10px;
	border:1px solid #CCC;
	padding:15px 0 30px 0;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	text-align:center;
	z-index:-100;
	background:#fff;
	display:block;
	width:120px;
	height:15px;}
	
#coda-nav-1 ul li a:hover{
	margin-right:10px;
	border:1px solid #CCC;
	padding:15px 0 30px 0;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	text-align:center;
	z-index:-100;
	background:#FC6;
	display:block;}

#coda-nav-1 ul li a.current{
	margin-right:10px;
	border:1px solid #CCC;
	padding:15px 0 30px 0;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	text-align:center;
	z-index:-100;
	background:#FC9;
	display:block;}




