
body {
   color: #696969;
   background-color: #ffffff;
}


a { text-decoration:none;}


img {border-style: none;
}



h1, h2, h3, h4 {
   padding: 12px 0px 0px 0px;
}




h1 {
   font-size: 23px;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #db7093;
}



h2 {
   font-size: 22px;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #db7093;
}



h3 {
   font-size: 18px;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #4682b4;
}




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



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



a:hover { color: #ffa500;
}







#header {                       /* the header */
   position: absolute;        
   top: 10px;
   left: 20px;
   width: 970px;
   height: 110px;               
   margin: auto;
   border: 2px #fff0f5 solid; 
   background-color: #fff0f5;
}




#logo-header {
   position: absolute;          /* tsubo logo fix upper left */
   top: 15px;
   left: 90px;
}




#ad-header {
   position: absolute;          /* ad-head fix upper right */
   top: 15px;
   left: 530px;
}





#gloval-nav {
   position: absolute;
   top: 130px;
   left: 20px;
   float: left;                /* category divers */
   width: 970px;
   height: 30px;
}


#gloval-nav table {            /* category background color */
   width: 970px;
   height: 20px;
}


#gloval-nav table td {
   font-size: 14px;
   height: 20px;
   width: 125px;
   text-align: center;
   vertical-align: middle;
   padding: 1px;
   border: 1px #e6e6fa solid; 
   background-image: url(../color/graybotan.jpg);
}






/* title */



#title {
   position: absolute;           
   top: 175px;
   left: 40px;
   width: 600px;
   height: 60px;
}






/* company profile */




#company {
   position: absolute;           
   top: 250px;
   left: 40px;
   width: 600px;
   height: 7600px;
   font-size: 17px;
   line-height: 135%;
 }



/* company photo */




#company-photo {
   position: absolute;           
   top: 175px;
   left: 650px;
   width: 300px;
   height: auto;
 }



