@charset "euc-jp";
/* CSS Document */
.pdr15 {
	padding-right:15px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	text-align : center;
	width: 750px;
	border:2px solid #c7c7c7;
	border-width: 0 2px; 
	background: url("../../images/history_navi_bg.jpg") repeat-x top;
}
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 750px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 635px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}	
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 750px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px 0;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	height:52px;
	list-style: none;
}
.stripNav ul li {
	width:40px;
	height:41px;
	float: left;
	margin-top: 6px;
	margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav ul li.current{
	background: url("../../images/history_nav_on.jpg") no-repeat bottom center;
}
.stripNav a { /* The nav links */
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #101010;
	text-decoration: none;
	display: block;
	padding: 0;
	border:1px solid #c8c8c8;
	padding:9px 0 0;
	width:38px;
	height:25px;
	_width : 40px;
	_height : 36px;
}
.stripNav li a:hover {
	color:#fff;
	background: #8c1b21;
	border:1px solid #8c1b21;
}
.stripNav li a.current {
	color:#fff;
	background: #8c1b21;
	border:1px solid #8c1b21;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	width : 30px;
	height : 95px;
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}	
.stripNavL a, .stripNavR a {
	display: block;
	height: 95px;
	width: 30px;
}
.stripNavL {
	left: 10px;
	z-index: 100;
}
.stripNavR {
	right: 10px;
	z-index: 100;
}	
.stripNavL {background: url("../../images/arrow-left.png") no-repeat center;}
*:first-child+html .stripNavL {background: url("../../images/arrow-left.gif") no-repeat center;}
* html .stripNavL {background: url("../../images/arrow-left.gif") no-repeat center;}
.stripNavR {background: url("../../images/arrow-right.png") no-repeat center;}
*:first-child+html .stripNavR {background: url("../../images/arrow-right.gif") no-repeat center;}
* html .stripNavR {background: url("../../images/arrow-right.gif") no-repeat center;}

div.btn_campaign{
	text-align:right!important;
	width:100%;
	clear:both;
	height:65px;
	padding-top:3px;
}
div.btn_campaign a {
	background:url(../../images/btn_campaign_o.gif) no-repeat left 0;
	width:258px;
	height:65px;
	display:block;
	text-align:right;
	float:right;
}
div.btn_campaign a:hover img{
	display:none;
}
