/*--全体構図--*/

body     {
          margin:0;
          padding:0;
          font-size:12px;
          background: url(../image/head.jpg) left top no-repeat;
          font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif,Osaka;
         }

a        { text-decoration:none; }
/*--ヘッダー--*/

#header  {
          width:690px;
          height:21px;
          margin-left:10px;
          margin-top:60px;
          background: url(../image/menu-all.jpg) left top no-repeat;
         }
#header ul {
            margin:0px;
            list-style: none;
           }
#header li {
            margin-top:14;
            padding:0;
            position: absolute;
            top: 46px;
            }

#header li#home     {left:10px; width:67px;}
#header li#product  {left:78px; width:67px;}
#header li#catalog  {left:146px; width:67px;}
#header li#support  {left:214px; width:67px;}
#header li#company  {left:282px; width:67px;}
#header li#contact  {left:350px; width:67px;}
#header li a {
              text-decoration: none;
              display: block;
              float:left;
              height: 20px;
              width:100%;
              text-indent:-100px;
              overflow:hidden;
             }

#header li#home a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  0 -21px;}
#header li#product a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  -68px -21px;}
#header li#catalog a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  -136px -21px;}
#header li#support a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  -204px -21px;}
#header li#company a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  -272px -21px;}
#header li#contact a:hover {
                         background: url(../image/menu-all.jpg) no-repeat  -340px -21px;}
/*--言語選択--*/

#lang    {
          position:absolute;
          left:610px;
          top:80px;
          width:80px;
          height:15px;
          font-size:8pt;
         }


/*--コンテンツ--*/

#content     {
              position:absolute;
              margin-left:10px;
              margin-top:10px;
              width:690px;
              height:1000px;
              color:#000000;
              border-style:solid;
              border-top-style:none;
              border-width:1im;
              border-color:#ffffff;
              font-size:10pt;
             }

h1           {
              background: url(../image/index-flame.jpg) left top no-repeat;
              font-size:10px;
              position:static;
              width:690px;
              height:32px;
             }

h2           {
              background: url(../image/index-flame2.jpg) left top no-repeat;
              font-size:10px;
              position:static;
              width:690px;
              height:32px;
             }

h3           {
              background: url(../image/index-flame4.jpg) left top no-repeat;
              font-size:10px;
              position:static;
              width:690px;
              height:32px;
             }
table        {             
              margin-left:20px;
              font-size:12px;
              
              }


/*--フッター--*/
#footer  {
          position:absolute;
          left:10px;
          top:1100px;
          width:690px;
          height:10px;
          font-size:8pt;
          padding-top:5px;
          background: url(../image/under.jpg) left top no-repeat;
         }


