


body {
   color: #000000;
   background-color: #ffffff;
   font-family: "Hiragino Kaku Gothic ProN","メイリオ", "sans-serif";
 }



img {border-style: none;
}



h1, h2, h3, h4 {
   margin: 0px 0px 7px 0px;
}




h1 {
   font-size: 20px;
   font-weight: normal;
   font-family: Verdana, Helvetica, Arial;
   text-align: center;
   color: #111111;
   transform: scale(1.0, 1.1);
}



h2 {
   font-size: 20px;
   font-weight: normal;
   font-family: Verdana, Helvetica, Arial;
   padding-top: 7px;
   text-align: center;
   color: #FF1493;
}


h3 {
   font-size: 20px;
   font-weight: normal;
   font-family: Verdana, Helvetica, Arial;
   padding-top: 7px;
   text-align: center;
   color: #0000CC;
}



h4 {
   font-size: 18px;
   font-weight: bold;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #696969;
}



a:link {
   text-decoration: none; 
   color: #111111;
}



a:visited { 
   text-decoration: none;
   color: #111111;
} 



a:hover { color: #ffa500;
}





/* header */



#header {                       
   position: absolute;        
   top: 5px;
   left: 0px;
   width:420px;
   height: 80px;               
   margin-left: auto;
   margin-right: auto;
   border-bottom: solid 2px; 
   color: #cccccc;
}



#logo-header {
   position: relative;
   top: 0px;
   left:100px;
   width: 300px;  
}




#logo-text {                    
   position: absolute;        
   top: 50px;
   left: 40px;
   width: 340px;
   height: 20px;               
}


#logo-text dd {
   font-size: 16px;
   margin: auto;
   float: left;
   width: 360px;
   font color: black;
}





#england {                    
   position: absolute;        
   top: 100px;
   left: 30px;
   width: 30px;
   height: 20px;       
}



#thailand {                    
   position: absolute;        
   top: 100px;
   left: 85px;
   width: 30px;
   height: 20px;               
 }


#myanmar {                    
   position: absolute;        
   top: 100px;
   left: 140px;
   width: 30px;
   height: 20px;               
}


#cambodia {                    
   position: absolute;        
   top: 100px;
   left: 195px;
   width: 30px;
   height: 20px;               
}


#china {                    
   position: absolute;        
   top: 100px;
   left: 250px;
   width: 30px;
   height: 20px;               
}


#vietnam {                    
   position: absolute;        
   top: 100px;
   left: 305px;
   width: 30px;
   height: 20px;               
}



#japan {                    
   position: absolute;        
   top: 100px;
   left: 360px;
   width: 30px;
   height: 20px;               
}






#madeinjapan {                    
   position: absolute;        
   top: 147px;
   left: 30px;
   width: 360px;
   height: 20px;               
}


#madeinjapan dd {
   font-size: 18px;
   margin: auto;
   float: left;
   width: 360px;
   text-align: center;
}




/* header menu */


#dropmenu{
  position: absolute;        
  list-style-type: none;
  top: 195px;
  left: 20px;
  width: 380px;
  height: 100px;
  margin: auto;
  padding: 0;
  color: #555555;
}


#dropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 17px 0 5px;
  color: #555555;
  line-height: 1;
  height: 28px;
  font-size: 16px;
  border: 1px solid #696969;
}


#dropmenu li:hover > a{
  background: #eeeeee;
  color: #333333;
}

#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}



#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #555555;
  z-index: 1;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}



#dropmenu li ul li a{
  padding: 10px 15px;
  background: #ffffff;
  text-align: left;
  font-size: 16px;
  color: #555555;
  font-weight: normal;
  border: 1px solid #cccccc;
}


#dropmenu li:hover ul li{
  overflow: hidden;
  height: 40px;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 1px solid #bbbbbb;
}

#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}




/* show */



#show {                       
   position: absolute;        
   top: 320px;
   left: 10px;
   width: 380px;
   height: 300px;               
}



.slideshow-images {
	height: 300px; width: 380px;
}	

.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-next { 
	opacity: 0;
}





#performance {                    
   position: absolute;        
   top: 320px;
   left: 80px;
   width: 300px;
   height: 120px;               
   margin: auto;
}



#text-left {                    
   position: absolute;        
   top: 710px;
   left: 20px;
   width: 380px;
   height: 420px;               
   margin: auto;
}


#text-left dl {
   width: 380px;
   height: 220px;
}


#text-left dt {
   font-size: 20px;
   text-align: center;
}


#text-left dd {
   font-size: 18px;
   margin: 30px 0px 10px 0px;
   float: left;
   width: 380px;
   line-height: 165%;
}







/* the second column */


#pic-left {                    
   position: absolute;        
   top: 1150px;
   left: 10px;
   width: 380px;
   height: 270px;               
   margin: auto;
}






#text-right {                    
   position: absolute;        
   top: 1460px;
   left: 20px;
   width: 380px;
   height: 300px;               
   margin: auto;
}


#text-right dl {
   width: 380px;
   height: 220px;
}


#text-right dt {
   font-size: 20px;
   text-align: center;
}


#text-right dd {
   font-size: 18px;
   margin: 20px 0px 0px 0px;
   float: left;
   width: 380px;
   line-height: 165%;
}






/* the theird column */


#type {                    
   position: absolute;        
   top: 1940px;
   left: 20px;
   width: 380px;
   height: 420px;               
   margin: auto;
}


#type dl {
   width: 370px;
   margin: 10px 20px 20px 0px;
   height: 400px;
   border: solid 1px;
}


#type dt {
   font-size: 18px;
   margin-left: 3px;
   color: #FF1493;
}


#type dd {
   font-size: 18px;
   margin: 10px 10px 5px 15px;
   float: left;
   width: 350px;
   color: #777777;
   line-height: 150%;
}





#merit {                    
   position: absolute;        
   top: 2400px;
   left: 20px;
   width: 380px;
   height: 380px;               
   margin: auto;
   }


#merit dl {
   width: 370px;
   margin: 10px 20px 20px 0px;
   height: 340px;
   border: solid 1px;
}


#merit dt {
   font-size: 18px;
   margin-left: 3px;
   color: #FF1493;
}


#merit dd {
   font-size: 18px;
   margin: 10px 10px 5px 15px;
   float: left;
   width: 350px;
   line-height: 130%;
}



#other-content {
   position: absolute;           
   top: 2800px;
   left: 10px;
   width: 390px;
   height: 1060px;
}


#other-content dl {
   width: 380px;
   height: 250px;
   text-align: center;
   float:left;
   margin:  6px;
 }


#other-content dt {
   text-align: center;
   font-size: 18px;
}


#other-content dd {
   margin: 3px;
}



.image-resize {
  width: 300px;
  height: 200px;
  -ms-interpolation-mode: bicubic;
}



/* navigation */



#gloval-nav {
   position: absolute;
   top: 3890px;
   left: 0px;
   float: left;                
   width: 420px;
   height: 80px;
   border-top: solid 2px;
}


#gloval-nav table {            
   width: 410px;
   height: 40px;
   margin-top: 5px;
}


#gloval-nav table td {
   font-size: 12px;
   width: 60px;
   text-align: center;
   vertical-align: middle;
}




#gloval-nav2 {
   position: absolute;
   top: 3930px;
   left: 10px;
   float: left;                
   width: 400px;
   height: 20px;
}


#gloval-nav2 table {            
   width: 410px;
   height: 20px;
   margin-top: 5px;
}


#gloval-nav2 table td {
   font-size: 12px;
   text-align: center;
   vertical-align: middle;
}


#address {
   position: absolute;           /* copy right */
   top: 3980px;
   left: 40px;
   width: 350px;
   height: 40px;  
   margin: auto;
   font-size: 18px;
}


