/*===== html =====*/
html, body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
p, li, th, td, dt, dd {
  line-height: 1.5;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover { color: #800080; }


/*===== all =====*/
#all {
  width: 780px;
  margin: 10px auto 0;
}
#main {
  margin-top: 10px;
 background: url(../images/main_bg_dotted_line_y.gif) repeat-y 172px 0;
}
#menu,
#content {
  float: left;
}
#menu {
  width: 165px;
  z-index: 2;
}
#content {
  width: 580px;
  margin: 0 3px 0 20px;
  padding-top: 1px;
  background: url(../images/content_bg_dotted_line_x.gif) repeat-x 2px 0;
  z-index: 1;
}
#footer { background: #818286; }


/*===== header ======*/
#header .logos {
  padding: 5px;
  position: relative;
}
#header .logos a {
  position: absolute;
  right: 5px;
  top: 11px;
}


/*===== menu ======*/
#menu a,
#menu span {
  display: block;
}
#menu ul { border-top: 1px solid #000; }
#menu li {
  width: 165px;
  border-bottom: 1px solid #000;
}
#menu li a,
#menu li span {
  padding: 3px 0;
}
#menu li a { margin-left: 11px; }
#menu li span,
#menu .active_menu {
  padding-left: 11px;
  background: url(../images/active_page_arrow.gif) no-repeat 0px center;
  color: #679ca7;
}
#menu .active_menu { margin-left: 0; }

/* banner */
#menu .banner {
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
}
#menu .recruit_1 {
  height: 40px;
  width: 160px;
  margin-bottom: 10px;
  background: url(../images/banner_recruit_1_2010.png) no-repeat 0 0;
}
#menu .recruit_3 {
  height: 70px;
  width: 160px;
  margin-top: 36px;
  background: url(../images/banner_recruit_3_2010.png) no-repeat 0 0;
}
#menu .flash_book {
  width: 159px;
  height: 70px;
  margin-top: 12px;
 background: url(../images/banner_flash_book.jpg) no-repeat 0 0;
}
#menu .ipo_service,
#menu .transaction_service,
#menu .ifrs_advisory_service {
  height: 42px;
  width: 160px;
  margin-bottom: 10px;
}
#menu .ipo_service { background: url(../images/banner_ipo_service.png) no-repeat 0 0; }
#menu .transaction_service { background: url(../images/banner_transaction_service.png) no-repeat 0 0; }
#menu .ifrs_advisory_service { background: url(../images/banner_ifrs_advisory_service.png) no-repeat 0 0; }


#menu .recruit_1:hover,
#menu .recruit_3:hover { background-position: -160px 0px; }
#menu .flash_book:hover,
#menu .ipo_service:hover,
#menu .transaction_service:hover,
#menu .ifrs_advisory_service:hover {
  background-position: -160px 0px;
}

/* images */
#menu h3 { margin: 30px 12px 4px; }
#menu .team_minus6 {
  width: 85px;
  margin: 320px 10px 0;
  display: none;
}
#menu .challenge_25 {
  width: 85px;
  margin: 320px 0 0 10px;
  display: none;
}
/* drop_down_menu */
/* #menu .drop_down_menu { position: relative; } */
#menu { position: relative; }
#menu .drop_down_menu div {
  border: 1px solid #000;
  border-bottom: none;
  background: #fff;
  position: absolute;
  left: 160px;
  /* top: -1px; */
  visibility: hidden;
}
#menu .drop_down_menu div a {
  width: 228px;
  margin: 0;
  padding: 3px 5px;
  border-bottom: 1px solid #000;
}

#menu #menu1,
#menu #menu4 { z-index: 10; }

#menu #menu1 { top: 231px; }
#menu #menu4 { top: 306px; }
* html #menu #menu4 { top: 310px; }
/*
#menu #menu1 { top: 181px; }
#menu #menu4 { top: 256px; }
* html #menu #menu4 { top: 260px; }
 */


/*===== content ======*/
.mail_addr,
.mail_addr:hover {
  color: #0000ee;
}

#page_top_link {
  width: 582px;
  margin-left: 181px;
  padding: 10px 0 2px;
  border-top: 1px solid #000;
  text-align: right;
  clear: both;
}


/*===== footer ======*/
#footer {
  padding-bottom: 5px;
  position: relative;
}
#footer ul {
  border-left: 1px solid #fff;
  position: absolute;
  right: 5px;
  bottom: 6px;
}
#footer li {
  padding: 0 11px;
  border-right: 1px solid #fff;
  line-height: 1.1;
  float: left;
}
#footer li a { color: #fff; }
#footer p {
  margin: 0 5px;
  font-size: 10px;
  line-height: 1.2;
}
#footer .copyright {
  margin: 2px 10px;
  font-size: 11px;
}





/*=======================================================*/
/* BugFix */

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
