/* CSS Document */


		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { padding-left: 5px; margin-left: 30px; text-align: left; width: 600px;}

		p.intro img { padding-right: 10px; }		
		
		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 }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		body {
			font: 10px Verdana, Arial, sans-serif;
			background-color: black;
			color: #FFF;
			width: 975px;
			margin: auto;
			xtext-align: center;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 10px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}


		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 90%; height: 460px; margin: auto; background: #000; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 465px;
			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;
			height: 400px;
			/* -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: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			
		}
		
		.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 */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			padding-bottom: 25px;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: url(images/diagonal.png) no-repeat;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0 0 55px;
		}
		
		x.stripNav li.tab1 a { background: #60f }
		x.stripNav li.tab2 a { background: #60c }
		x.stripNav li.tab3 a { background: #63f }
		x.stripNav li.tab4 a { background: #63c }
		x.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: url(images/diagonalblue.png) no-repeat;
		}
		
		.stripNav li a.current {
			background: url(images/diagonalblue.png) no-repeat;
			color: #39C;
		}
		
		div#outterwrapper2 .stripNavL, div#outterwrapper2 .stripNavR {
			display: none;
		}

		.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/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		

div#outterwrapper, div#outterwrapper2 {
	width: 975px;
	height: 525px;
	margin-top: -10px;
	background: url(images/bg.png) no-repeat;
}


.innerwrapper {
	width: 898px;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	height: 400px;
}


/*
DESCRIPTION
*/
.description {
	width: 200px;
	height: 400px;
	background-color: #444;
	float: left;
	color: #CCC;
	text-align: left;
	font-size: 12px;
}

.description div {
	padding: 10px;
}

div.office ul {
	margin: 0 !important;
	padding: 10px 0;
	text-align: left;
	list-style-type: none;
	font-size: 10px;
}

div.office{
	background-color: #555;
	margin-bottom: 10px;
}

div.office p{
	margin-top: 2px;
	font-size: 10px;
}

div.office h1{
	color: #FFF;
	font-size: 14px;
}

.description div.office ul li.active {
	color: #CCC;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;

}

div.report {
	background: url(images/report.png) no-repeat bottom center;
	width: 180px;
	height: 380px;
}

/*
CATEGORY
*/
.category {
	width: 25px;
	height: 400px;
	float: left;
}

/*
MAIN CONTENT
*/
.maincontent {
	width: 670px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

div#outterwrapper2 .maincontent {
	width: 650px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	xtext-align: center;
	xbackground-color: blue;
	float: left;
}

div.maincontentimg {
	padding: 10px;
}


.kenji1 a:hover {
	background-image: url(images/kenji1a.jpg);
}

span.gkdi {
	display: none;
}

span.gkgroup {
	display: none;
}


a:hover.kenji {
	background-image: url(images/kenji1a.jpg);
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

/*
ACCORDION
*/

.accordion2 {
	height: 300px;
}

.accordion {
	width: 650px;
	height: 300px;
}
.accordion h3 {
	background-color: #555;
	padding: 7px 15px;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
	border-bottom: solid 1px #000;
	cursor: pointer;
}


.accordion2 h3 {
	background-color: #555;
	padding: 4px 15px;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
	border-bottom: solid 1px #000;
	cursor: pointer;
}


.accordion h3:hover, .accordion2 h3:hover{
	background: url(images/arrowblk.png) no-repeat left;
	background-color: #444;
	color: #39C;
}
.accordion h3.active, .accordion2 h3.active {
	background-position: right 5px;
	color: #FFF;
	background: url(images/arrow2.png) no-repeat left;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #39C;
}

.accordion p {
	background: #000;
	margin: 0;
	padding: 20px 15px 20px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border: none;
	font-size: 10px;
	height: 125px;
}


.accordion2 p {
	background: #444;
	margin: 0;
	padding: 5px 15px 20px;
	border: none;
	font-size: 10px;
	height: 40px;
}

.accordion p img {
	float: left;
	margin-right: 15px;
}

.accordion2 p a {
	padding-right: 15px;
	background: url(images/arrow2.png) no-repeat right;
}

/*
BIG CONTAINER
*/

div#bigcontainer {
	display: hidden;
}

/*
THUMBS
*/

ul.gallery2, ul.gallery3, ul.gallery4 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	xbackground: green;
}

ul.gallery2 li, ul.gallery3 li, ul.gallery4 li {
	width: 40px;
	float: left;
	margin: 0;
	padding: 2px;
}

ul.gallery2 img, ul.gallery3 img, ul.gallery4 img {
	border: 1px solid #CCC;
}

.caption {
	padding-top: 2px;
	text-align: left;
	width: 650px;
	float: right;
	font-size: 10px;
	letter-spacing: .1px;
	line-height: 11px;
	position: relative;
}

#main_image2, #main_image3, #main_image4 {
	padding-top: 10px;
	padding-left: 16px;
}

/*
PGS NAV
*/

#outterwrapper2 div.stripNav ul {
	padding-left: 95px;
}

/*
JAPANESE LINK
*/

p.languagelink {
	text-align: center;
}

p.languagelink a{
	color:#3399CC;
	font-family: Verdana,Arial,sans-serif;
	font-size:12px;
	xfont-weight:bold;
	text-decoration:none;
	padding: 10px;
}

p.languagelink a:hover {
		background: url(images/arrow2.png) no-repeat left center;
}