@charset "UTF-8";

div, span, p {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* Clickable image */
.bClickable img  { 
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
}

/* #### BODY #### */
body {
  font-size: 100%;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
}

/* ### HEADER ### */
#bHeader {
  width: 765px;
}

#bHeaderLOGO {
}

#bHeaderAux {
  position: absolute;
  top: 0px;
  left: 251px;
  width: 525px; /* 775px-10px-logoWidth(240px) */
  height: 70px;
  display: inline;
}

#bHeaderBlueback {
  position: relative; 
  top: 0px; 
  left: 82px;
  width: 440px;
  padding: 4px 0px 4px 4px;
  background-color: #c1d1e1;
}

#bHeaderCurrentRegion {
  vertical-align: text-top;
  font-size: 70%;
  height: 16px;
  padding: 6px 3px 3px 0px;
  display: inline;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: gray;
}

#bHeaderWorldwide {
  vertical-align: text-top;
  font-size: 70%;
  height: 16px;
  padding: 6px 0px 3px 0px;
  display: inline;
}

.bHeaderLinkText {
  vertical-align: text-top;
  float: right;
  font-size: 70%;
  height: 16px;
  margin: 5px 2px 0px 2px;
  display: inline;
}

.bHeaderLinkItem {
  float: right;
  display: inline;
}

.bHeaderLangSelector {
  font-size: 100%;
  height: 16px;
  margin: 5px 2px 0px 2px;
}

#bHeaderSearchBox {
   float: right;
   position: absolute;
   right: 0px;
   top: 0px;
}

.bHeaderSearchText {
  position: relative;
  top: -2px;
  right: 6px;
}

.bHeaderSearchButton {
  position: relative;
  top: 3px;
  right: 3px;
}


/* ### for VoiceNavigationItem ### */
.bVoiceNaviItem {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 0px;
  font-size: 0%;
  border: none !important;
}

.bVoiceNaviItem img {
  border: 0px !important;
  width: 1px !important;
  height: 1px !important;
}

/* ### GLOBAL NAVI ### */
#bGlobalNaviArea{
  margin: 0px;
  padding: 0px;
  width: 780px; /* Extra 15px width */
}

#bGlobalNavi {
  list-style-type: none;
  margin: 0px 0px 3px 0px; /* Bottom margin */
  padding: 0px 0px 0px 0px;
  position: relative; 
  left: 0px; 
}
 
#bGlobalNavi li {
  margin: 0px 1px 0px 0px;
  padding: 0px;
  display: inline;
  float:left;
}

#bGlobalNavi .currentItem {
}

#bGlobalNavi * .paddingItem {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: inline;
}

#bGlobalNavi .paddingItem img {
  height: 20px;
 }

#bGlobalNavi .bHomeOnly img {
  width: 696px;
  background-color: red;
}

#bGlobalNavi .bFull img {
  width: 215px;
  background-color: red;
}

#bGlobalNavi .bFullFull img {
  width: 7px;
  background-color: red;
}

/* ### BREADCRUM ### */
#bBreadcrumb {
  margin: 0px 0px 0px 0px;
  padding-bottom: 5px;
  width: 765px; /* 775px-10px */
  line-height: 110%;
  clear : both;
}

#bBreadcrumb span {
/*  font-size: 80%; for V3 template */
  margin: 0px;
  display: inline;
}

#bBreadcrumb .currentItem {
}


/* ### CONTENTS BODY ### */
#bContentsBody {
  margin-top: 10px;
  margin-bottom: 10px;
/*  font-size: 80%; for V3 template */
  line-height: 125%;
  width: 765px; /* 775px-10px */
}

/* ### FOOTER ### */
#bPreFooter {
  clear: both;
  height: 10px;
  width: 765px;
}

#bFooter {
  width: 775px; /* Extra 10px width */
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#bFooter span {
  margin: 0px 1px 0px 0px;
  padding: 0px;
  float:left;
}

#bFooter .paddingItem {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}


#bFooter .paddingItem  img {
  height: 20px;
  width: 83px;
  background-color: red;
}

#bFooter #copyrightItem {
}

/* Contents Area */
#bMain {
}

#bExtra {
}

#bExtra2 {
}