@charset "UTF-8";

		.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: 10px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 1px solid #873635; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 750px;
	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: 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: 8px;
	overflow: hidden;
	position: relative;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left: 29px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}

		
		.stripNav a { /* The nav links */
	font-size: 10px;
	text-align: center;
	background: #c6e3ff;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	line-height: 28px;
		}

		
		.stripNav li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/edit/asabged.jpg);
	background-repeat: repeat;
	display: block;
	color: #FFFFFF;
	margin-right: 1px;
	font-size: 12px;
}

		
		.stripNav li a:hover {
		background-image: url(images/edit/asabg2.jpg);
	color: #bbbbbb;
		}
		
		.stripNav li a.current {
	background-image: url(images/edit/asabg2.jpg);
			color: #ffffff;
		}

		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
	display: none;
	height: 40px;
	width: 10px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
.wrapper {
	overflow: hidden;
	position: relative;
	height: 840px;
}
.wrapper img{
	margin-left: 3px;
}
.hides {
	display: none;
	visibility: hidden;
}
.katagaki {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	padding-top: 8px;
	padding-left: 3px;
	padding-bottom: 8px;
}
.henshuh1 {
	font-size: 22px;
	font-weight: bold;
	color: #993333;
	padding-bottom: 2px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
	margin-bottom: 8px;
}
.bunkacapt {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 150%;
}
.floatbx {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	clear: both;
}
.photodouble {
	float: left;
	width: 340px;
	font-size: 14px;
	color: #993333;
	margin-left: 23px;
	line-height: 150%;
}
.photodouble p {
	font-size: 10px;
	display: block;
}
.fortabtop {
	font-size: 12px;
	color: #CC3300;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.fortabtop a {
	color: #993300;
	display: block;
}
.aieditftr {
	position: absolute;
	bottom: 0px;
	width: 735px;
	clear: both;
	margin-top: 3px;
}
.ftnv {
	font-size: 12px;
	background-image: url(images/aieditor/ftrtile.jpg);
	font-size: 14px;
	color: #993300;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	overflow: hidden;
}
.cross-link {
color: #330000;
}
#editkoumoku {
	clear: both;
	width: 735px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.ekoumokuheader {
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 730px;
	color: #FFFFFF;
	background-color: #d2691e;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}
.editelement1 {
	font-size: 14px;
	background-color: #daa520;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
}
.editelement2 {
	font-size: 14px;
	background-color: #cd853f;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
}
.editelement1 a, .editelement2 a{
	color: #000033;
}
.editelement1 a:hover, .editelement2 a:hover{
	color: #FFFFFF;
}

.altabletxt {
	margin-top: 15px;
}
.double {
	width: 730px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.double a{
	float: left;
}
.sponge {
	float: left;
	width: 43px;
	overflow: hidden;
	position: relative;
	height: 190px;
}
.jingibox{
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}

.jingi {
	float: left;
	margin-bottom: 10px;
}
.jingispsr{
	float: left;
	width: 9px;
	overflow: hidden;
	position: relative;
	height: 80px;
}
.jingispsr10{
	float: left;
	width: 10px;
	overflow: hidden;
	position: relative;
	height: 80px;
}
