/*
	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: 0px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 ;
	}
	.coda-slider {
	background-image: url(../img/top/bg_top.jpg);
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 300px;
	overflow: auto !important;
	width: 100%;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider{
	width: 100%; margin:0 auto 0 auto;
	}
	.coda-slider .panel {
	width: 100%;
} 
	

	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider{width: 100%;text-align:center;margin: 0 0px ;} 
	.coda-slider-wrapper.arrows .coda-slider .panel { width: 480px }
	
	

	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	padding: 0px;
	width: 100%;
}
	
	/* Preloader */
	.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{
		width: 400px;
}

	.coda-nav ul {
	width: 400px;
	display: block;
	overflow: hidden;
	position:absolute;
	text-align:center;
	top:320px;
	left:450px;
	z-index:4;
	background-color:#CC3;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	display:none;
}
	.coda-nav ul li {
	display:inline-block;
	width:12px;
	height:12px;
	float: left;
	margin-left:10px;
}
	.coda-nav ul li a {
	color: #fff;
	width:12px;
	height:12px;
	display: block;
	float: left;
	text-decoration: none;
	background-image: url(../img/home/btn_slide_01_A.gif);
	background-repeat: no-repeat;
}

	/* Tab nav */
	.coda-nav ul li a.current { background-image: url(../img/home/btn_slide_01.gif); }
	
	
	/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	width: 956px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	overflow: hidden;
	z-index:2;
	height: 300px;
	margin-bottom: 20px;
}
	.coda-slider {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
	.coda-slider .panel {
	display: block;
	position:relative;
	left:240px;
	float: left;
	z-index: 2;
}
	.coda-slider .panel-container {
		}
		/* Arrow styling */
	.coda-nav-left a{
	color: #fff;
	width:255px;
	height:350px;
	display: block;
	float: left;
	text-decoration: none;
	background-image: url(http://www.sdm.keio.ac.jp/en/img/home/btn_left.png);
	background-repeat: no-repeat;
	padding:0px;
	}
	.coda-nav-right a { color: #fff;
	width:255px;
	height:350px;
	display: block;
	float: right;
	text-decoration: none;
	background-image: url(http://www.sdm.keio.ac.jp/en/img/home/btn_right.png);
	background-repeat: no-repeat;
	background-position:right;
	padding:0px;
	}
	.coda-nav-right a:hover {background-image: url(http://www.sdm.keio.ac.jp/en/img/home/btn_right_on.png);}
	.coda-nav-left a:hover {background-image: url(http://www.sdm.keio.ac.jp/en/img/home/btn_left_on.png);}
.coda-nav-left {
	position: absolute;
	left:0px; top:0px;z-index:4;
	text-indent:-9999px;
}
	.coda-nav-right {
	position: absolute;
right:0px; top:0px;z-index:3;
text-indent:-9999px;
}

	
#menu{
	height:80px;
	background-image: url(../img/home/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
	position: absolute;
	top: 375px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*:first-child+html #menu{
	height:80px;
	background-image: url(../img/home/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
	position: absolute;
	top: 375px;
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}
