* {
  font-family: Tahoma;
}

/* en-main
 */


#header {
}
#header h1.en-header {
  background: url(../images/header_logo_en.gif) no-repeat;
}

#en-main-top {
  background: url(../images/en_top_image2.jpg) no-repeat;
  width: 800px;
  height: 180px;
  margin-bottom: 10px;
}

#en-main-image {
  margin-right: 10px;
}

#en-main-rl {
  float: left;
  width: 260px;
  margin-bottom: 15px;
}
#en-main-c {
  float: left;
  width: 255px;
  margin-bottom: 15px;
  margin-left: 15px;
}
#en-main-rr {
  float: left;
  width: 255px;
  margin-bottom: 15px;
  margin-left: 15px;
}
#en-main-right-sitemap h3 {
  border-bottom: dashed 1px #999;
  margin-bottom: 10px;
}
#en-main-right-sitemap h3 a ,
#en-main-right-sitemap h3 a:hover {
  color: #3f3f3f;
  text-decoration: none;
}
#en-main-right-sitemap h3 a:hover {
  color: #aaa;
}
#en-main-right-sitemap {
  
}
#en-main-right-sitemap ul {
  
}
#en-main-right-sitemap ul li {
  list-style: circle;
  margin-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  font-size: 1.1em;
}

/* p
 */
#en-intro {
 text-align: right;
 padding: 10px;
}
table tr.sep td {
  border-top: double 3px #999;
  border-collapse: separate;
}


/* global navi
 */
#en-global-navi {
 clear: both;
}
#en-global-navi ul {
  height:40px;
  background: url(../images/gnavi_bg.gif) repeat-x;
  border-bottom: solid 5px #cfcfcf;
  margin: 0;
  padding: 0;
}

#en-global-navi ul li {
  margin: 0;
  padding: 16px 0 0 18px;
  font-size: 1.0em;
  font-weight: bold;
  float: left;
  list-style: none;
}
#en-global-navi ul li a {
  text-decoration: none;
  font-family: Arial;
}
#en-global-navi ul li a:hover {
  text-decoration: underline;
}

/* side menu
 */
#en-sidemenu {
  width: 190px;
  margin-bottom: 15px;
}

#en-sidemenu li {
  list-style: none;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}
#en-sidemenu li li {
  padding-left: 8px;
  font-weight: normal;
}
#en-sidemenu li a {
  display: block;
  padding: 8px 0 8px 14px;
  text-decoration: none;
  background: #fff url(../images/en_li.gif) -2px 7px no-repeat;
}
#en-sidemenu li a:hover {
  background-color: #eff6e8;
  text-decoration: underline;
}

