@charset "utf-8";

p.intro {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding: 20px 0 30px 0;
text-align: center; width: 100%
}
		
p#cross-links { text-align: center }
		
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
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; }
		
a:focus { outline:none }

.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 */
margin: 0 0 30px 0;
position: relative;
width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.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: 570px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 409px;
clear: both;
background-image:url(../images/rekishi_bg.jpg);
}
		
.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: 570px; /* Also specified in  .stripViewer  above */
height: 409px;
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 20px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
top: 409px;
position: absolute;
margin: 0 -425px;
}
		
.stripNav ul { /* The auto-generated set of links */
position:absolute;
right:10px;
width: 570px;
margin: 0 2px 0 0;
clear: both;
display: block;
overflow: hidden;
}
		
.stripNav ul li {
float: left;
padding: 0;
margin: 0 -108px 0 0;
text-indent: -9000em;
}
		
.stripNav a { /* The nav links */
font-size: 10px;
text-align: center;
line-height: 32px;
color: #fff;
text-decoration: none;
display: block;
height: 40px;
}
		
.stripNav li.tab1 a { background-image:url(../images/rekishi_menu_01_rollout.gif); width: 143px; }
.stripNav li.tab2 a { background-image:url(../images/rekishi_menu_02_rollout.gif); width: 143px; }
.stripNav li.tab3 a { background-image:url(../images/rekishi_menu_03_rollout.gif); width: 142px; }
.stripNav li.tab4 a { background-image:url(../images/rekishi_menu_04_rollout.gif); width: 142px; }
		
.stripNav li.tab1 a:hover { background-image:url(../images/rekishi_menu_01_rollover.gif); width: 143px; }
.stripNav li.tab2 a:hover { background-image:url(../images/rekishi_menu_02_rollover.gif); width: 143px; }
.stripNav li.tab3 a:hover { background-image:url(../images/rekishi_menu_03_rollover.gif); width: 142px; }
.stripNav li.tab4 a:hover { background-image:url(../images/rekishi_menu_04_rollover.gif); width: 142px; }

.stripNav li.tab1 a.current { background-image:url(../images/rekishi_menu_01_rollover.gif); width: 143px; }
.stripNav li.tab2 a.current { background-image:url(../images/rekishi_menu_02_rollover.gif); width: 143px; }
.stripNav li.tab3 a.current { background-image:url(../images/rekishi_menu_03_rollover.gif); width: 142px; }
.stripNav li.tab4 a.current { background-image:url(../images/rekishi_menu_04_rollover.gif); width: 142px; }

.stripNav li a:hover {
}
		
.stripNav li a.current {
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 230px;
text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
display: block;
height: 40px;
width: 40px;
}
		
.stripNavL {
left: 0;
}
		
.stripNavR {
right: 0;
}
		
.stripNavL {
background: url(../images/btn_next.gif) no-repeat center;
}
		
.stripNavR {
background: url("images/arrow-right.gif") no-repeat center;
}




.stripViewer .panelContainer .panel .wrapper p.aisatsu {
font-family: "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
display: block;
width: 470px;
padding: 0 0 8px 5px;
line-height: 1.8em;
color: #000;
}

.stripViewer .panelContainer .panel .wrapper p.kaisetsu {
font-family: "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
display: block;
width: 300px;
padding: 0 0 0 65px;
font-size: 1.2em;
line-height: 1.7em;
color: #000;
letter-spacing: 1px;
}

.stripViewer .panelContainer .panel .wrapper p.kaisetsu02 {
font-family: "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
display: block;
width: 330px;
padding: 0 0 0 35px;
font-size: 1.2em;
line-height: 1.7em;
color: #000;
letter-spacing: 0.7px;
}

/*--------------IE--------------*/
*html .stripViewer .panelContainer .panel .wrapper p.kaisetsu02, *+html .stripViewer .panelContainer .panel .wrapper p.kaisetsu02 {
letter-spacing: 1px;
}

.stripViewer .panelContainer .panel .wrapper img.rekishi_shou {
padding: 0 0 80px 0;
}

.stripViewer .panelContainer .panel .wrapper img.hounou {
padding: 6px 0 0 10px;
}