/*
========== ========== ========== ========== ==========
Style for Each Color : BLUE
========== ========== ========== ========== ==========
HAMAMATSU Nano Technology Inc.
AKIRA FUJITA
2010/06/11
2011/04/26：added Logic to print all panels together
*/

#menu {
background-image:url("../../images/keyVisual/key_blue.png");
}
.logo1 {
color:#00aef0;
}
a {
color:#00aef0;
}
input,
select,
textarea {
border: 1px solid #00aef0;
}
hr {
border-top:1px solid #00aef0;
}
/* Slide Contents (Same As Default) */

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden;
border: 5px solid #00aef0; /* this is the border. should have the same value for the links */
margin: auto;
/*width: 557px;*/
	width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 460px;
clear: both;
background: #222233;
}
.stripNav li a.current {
background-color: #00aef0;
text-align:right;
color: #ffffff;
}
#container #content .slider-wrap #slider1 .panelContainer .panel .wrapper h3 {
color: #00aef0;/*font-weight:bold;*/
}

/* Print all panels together (see also "slide.css") : 20110426 AKIRA FUJITA */
@media print {
.stripViewer {
height: auto;
}
}

