/* h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left } */

body { color: #000; font-size: 16px; font-family: "Times New Roman", Times, serif, Georgia; font-stretch: extra-condensed; line-height: 20px; width: 820px; text-align: left; left: 0; margin: 10px auto; padding-top: 5px; padding-left: 8px; }
iframe { margin-top: 0px; }
#base { width: 820px; border: solid 1px #000987; text-decoration: none; padding-top: 10px; padding-right: 10px; padding-left: 10px; }
.tyosei { margin-top: -10px; }
.copyright { color: #000987; font-size: 10px; text-align: right; right: 20px; bottom: -5px; margin-top: 50px; margin-right: 20px; margin-bottom: -20px; }
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 }

* { 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 { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

h1 {
font-size:22px;
font-weight:bold;
padding:0;
margin-bottom:0.3em;
}

h2 {
font-size:20px;
font-weight:bold;
padding:0;
margin-bottom:0.3em;
}

h3 {
	font-size:18px;
	font-weight:bold;
	padding:0em;
	margin-bottom:0.2em;
}

h4 {
	font-size:16px;
	font-weight:bold;
	padding:0em;
	margin-bottom:0.2em;
}

p#cross-links { background: black url(../img/glossyback.gif) repeat-x left bottom; color: #000987; font-size: 14px; font-weight: bold; font-style: normal; font-variant: normal; line-height: normal; display: block; position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto; padding: 4px 0 4px 10px; text-decoration: 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: 20px 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; 
border: solid 1px #000987; /* this is the border. should have the same value for the links */
margin: auto;
width: 375px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 520px;
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;
/* -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: 405px; /* 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;
}

.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: 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: 14px;
font-weight: bold;
text-align: center;
line-height: 32px;
background: #c6e3ff;
color: #fff;
text-decoration: none;
display: block;
padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00f }
.stripNav li.tab6 a { background: #00c }
.stripNav li a:hover {
background: #333;
}

.stripNav li a.current {
background: #b0e0e6;
color: #000987;
}

.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("img/arrow-left.gif") no-repeat center;
}

.stripNavR {
background: url("img/arrow-right.gif") no-repeat center;
}

/*---------glossymenu---------*/

.glossymenu{ width: 200px; max-width: 200px; margin-right: 5px; }

.glossymenu a.menuitem{ color: #000987; font-size: 14px; font-weight: bold; font-style: normal; font-variant: normal; line-height: normal; background-image: url(../img/glossyback.gif); background-position: left bottom; display: block; position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto; padding: 4px 0 4px 10px; text-decoration: none; height: 16px; }


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000987;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../img/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-image: none; text-indent: 10px; }

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{ border-right: 1px solid blue; border-bottom: 1px solid #00f; border-left: 1px solid blue; }

.glossymenu div.submenu ul li a{ display: block; color: #2f379e; font-size: 13px; font-weight: normal; font-style: normal; font-variant: normal; line-height: normal; text-decoration: none; padding: 2px 0 
 }

.glossymenu div.submenu ul li a:hover{ background-color: #dfdccb; background-image: none; background-position: 0 0; colorz: white; }
/*----------------------青いテーブル-------------------------*/
.colorplate{ text-align: left; clear: both; width:590px; margin-left: 10px; }
.colorplate1{ width:100%; height:20px; background:url(../img/en/box1.gif) no-repeat; text-align: left; }
.colorplate2{ width:530px; _width:570px; background:url(../img/en/box2.gif) repeat-y; text-align:left; padding-left:15px; padding-bottom:10px; padding-right:50px; font-size:14px; }
.colorplate3{ background-color: transparent; background-image: url(../img/en/box3.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left; width:570px; height:30px; }
/*画像名1=上のプレート名、画像名2=中のプレート名、画像名3=下のプレート名に変更。「colorplate2」のpadding-leftとpadding-rightとwidthの合計が幅です。余白の調整は、この数値を変更。*/

/*----------------------赤いテーブル-------------------------*/
.colorplate_b{ clear: both; width:570px; margin-left: 10px; }
.colorplate_b1{ width:100%;height:20px; background:url(../img/en/box4.gif) no-repeat; margin-bottom:0px;}
.colorplate_b2{ width:530px; _width:570px; background:url(../img/en/box5.gif) repeat-y; text-align:left; padding-left:15px; padding-bottom:10px; padding-right:50px; font-size:14px; }
.colorplate_b3{ background-color: transparent; background-image: url(../img/en/box6.gif); background-repeat: no-repeat; background-position: 0 0; width:570px; height:30px; }
.downarrow{ background-color: transparent; background-image: url(../img/en/order_down_arrow.gif); background-repeat: no-repeat; position: relative; left: 247px; width: 63px; height: 54px; z-index: 0; margin-top: -25px; margin-bottom: -10px; }
.kakomi{ clear: both; margin-top: -15px; margin-bottom: -2px; _margin-top: 0px; _margin-bottom: 0px; padding: 5px; border: solid 1px black; }
*:first-child+html .kakomi{ clear: both; margin-top: 0px; margin-bottom: 0px; padding: 5px; border: solid 1px black; }
.note{ color: #a70e12; font-size: 14px; line-height: 12px; clear: both; }