




* { margin: 0; padding: 0 } /* 今だけ */

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
.stripNavL, .stripNavR { /* The left and right arrows */
	display:none; /* 消します */
}

			
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin-left:46px;
	position:relative;
	width: 457px;
	height:472px;
	border-bottom: 1px solid #DEDEDE;
	background-color:#FFF;
}
/* These 2 lines specify style applied while slider is loading */
.csw { height: 450px; width: 457px; background: #fff; overflow: scroll}
.csw .loading {margin: auto; text-align: center; font-size:12px;}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	background-color:#FFF;
	width: 457px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 450px;
	clear: both;
}
.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;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	text-align:center;
	width:457px;
}
.stripViewer .panelContainer .panel .wrapper .cap {
	font-size:10px;
	line-height:1.25;
	margin-top:15px;
}


#navi_wrap {
	width:407px;
}
#stripNavL0,
#stripNavR0 {
	width:20px;
	float:left;
}
#stripNavL0,
#stripNavR0 {
	position:absolute;
	bottom:0; /* 右矢印はHTMLファイルに直接書く */
}
a.arrow_left,
a.arrow_right {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:10px;
	width:20px;
	line-height:20px;
	text-align:center;
	border-top: 1px solid #DEDEDE;
}
a.arrow_right {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}


a.arrow_left,
a.arrow_right {
	color:#000;
	text-decoration:none !important;
}
a.arrow_left:hover,
a.arrow_right:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none !important;
	border-top: 1px solid #DEDEDE;
}
a.arrow_right:hover {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
a.arrow_left:focus,
a.arrow_right:focus {
	outline:none;
}


.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position:absolute;
	bottom:0;
	left:20px;
}
.stripNav ul { /* The auto-generated set of links */
	list-style:none;
}
.stripNav ul li {
	float:left;
}
.stripNav a { /* The nav links */
	font-family:"Times New Roman", Times, serif;
	display:block;
	font-size:10px;
	text-align:center;
	width:20px;
	line-height:20px;
	background:#fff;
	color:#000;
	text-decoration:none !important;
	border-left:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
}
.stripNav li a:hover {
	background:#000;
	color: #fff;
}
.stripNav li a.current {
	background:#000;
	color: #fff;
}

