﻿@charset "utf-8";

#headertop
{
  position:relative;
  background:url(/Images/header.jpg) no-repeat;
  height:125px;
  width:950px;
}

#headertop A
{
  text-indent: -9999px;  
  overflow:hidden;
  display:block;
}

#headertop A.logo
{
  position:absolute;
  font-size:medium;
  left:3px;
  top:48px;
  width:247px;
  height:73px;
}

#headertop UL
{
  margin:0px;
  padding:0px;
}

#headertop LI
{
  list-style-type:none;
}

/* 右上ボタン */
#headertop UL#header_guide {
  position:absolute;
  left:717px;
  top:48px;
}
#headertop UL#header_guide LI#bigger
{
  position:absolute;
  top:0px;
  left:0px;
}
#headertop UL#header_guide LI#smaller
{
  position:absolute;
  top:0px;
  left:40px;
}
#headertop UL#header_guide LI#bigger A,
#headertop UL#header_guide LI#smaller A
{
  width:39px;
  height:37px;
  text-indent: -9999px;  
  overflow:hidden;
  display:block;
}

#headertop UL#header_guide LI#addruby
{
  position:absolute;
  left:81px;
  top:0px;

}
#headertop UL#header_guide LI#textspeech
{
  position:absolute;
  left:131px;
  top:0px;
}
#headertop UL#header_guide LI#changecolor
{
  position:absolute;
  top:0px;
  left:181px;
}
#headertop UL#header_guide LI#addruby A,
#headertop UL#header_guide LI#textspeech A,
#headertop UL#header_guide LI#changecolor A
{
  width:49px;
  height:37px;
}

/* サイトマップ */
#headertop #sitemap
{
  position:absolute;
  top:91px;
  left:846px;
}
#headertop #sitemap A 
{
  width:100px;
  height:21px;
}

/* 翻訳 */
#headertop UL#translang
{
  position:absolute;
  top:108px;
  left:770px;
}

#headertop UL#translang LI#en
{
  position:absolute;
  top:0px;
  left:0px;
}
#headertop UL#translang LI#en A
{
  width: 60px;
  height: 16px;
}

#headertop UL#translang LI#ko
{
  position:absolute;
  top:0px;
  left:70px;
}
#headertop UL#translang LI#ko A
{
  width: 56px;
  height: 16px;
}
#headertop UL#translang LI#cn
{
  position:absolute;
  top:0px;
  left:138px;
}
#headertop UL#translang LI#cn A
{
  width: 40px;
  height: 16px;
}


#headertop #searchform
{
  position:absolute;
  top:9px;
  left:444px;
}

#headertop #searchform #search INPUT.text
{
  position:absolute;
  background-color:transparent;
  margin:0px;
  padding:3px;
  font-size:14px;
  border:0px;
  line-height:16px;
  outline: 0;
  
  top:1px;
  left:0px;
  height:16px;
  width:438px;
  display:block;
}

#headertop #searchform A#doSearchBtn
{
  position:absolute;
  top:0px;
  left:454px;

  height:22px;
  width:46px;
  
  text-indent: -9999px;  
  overflow:hidden;
  display:block;
}
