/* ************************************************************************************
 *   index.css
 *
 *                                                (C)2009 YAMAGATA Co.,Ltd. V&M Div.
 * ********************************************************************************** */

/* key visual */
DIV.key_visual {
  width : 677px ;
  height : 260px ;
  background-color : white ;
}

DIV#ix_top {
  margin-bottom : 3em ;
}
DIV#ix_top H3 {
  margin : 0.5em 4em 0em 3em ;
  padding : 0.4em 0.1em 0.4em 1em ;
  font-size : 11pt ;
  font-weight : normal ;
  color : #050b7A ;
  border-top : 3px solid silver ;
}
DIV#ix_top TABLE {
  margin : 0em 0em 0em 4em ;
  border-collapse : separate ;
  /* border-spacing : 1em ; */
}
DIV#ix_top TD {
 padding : 0.5em ;
}
DIV#ix_top IMG {
  margin-right : 1em ;
  vertical-align : middle ;
}
DIV#ix_top A {
  display : block ;
  width : 255px ;
  height : 63px ;
  padding : 0em 1em 0em 0em ;
  text-decoration : none ;
  color : #404040 ;
  border : 1px solid gray ;
}
DIV#ix_top A:hover {
  /* color : #F8BA11 ; */
  border : 1px solid #F8BA11 ;
}

DIV#ix_left {
  float : left ;
  width : 325px ;
}
DIV#ix_left H3 {
  margin : 1em 1em 0.5em 3em ;
  padding : 0.4em 1em ;
  font-size : 11pt ;
  font-weight : normal ;
  color : #050b7A ;
  border-top : 3px solid silver ;
}
DIV#ix_left UL {
  margin : 0em 0em 1em 0.5em ;
  padding : 0em 0em 0em 4em ;
  /* line-height : 150% ; */
}
DIV#ix_left LI {
  padding : 0.3em 0em ;
  list-style-type : none ;
}
DIV#ix_left IMG {
  margin-right : 0.3em ;
}
DIV#ix_left A {
  color : #404040 ;
  text-decoration : none ;
}
DIV#ix_left A:hover {
  color : #F8BA11 ;
}

DIV#ix_right {
  float : left ;
  width : 325px ;
}
DIV#ix_right H3 {
  margin : 1em 2em 0.5em 1em ;
  padding : 0.4em 1em ;
  font-size : 11pt ;
  font-weight : normal ;
  color : #050b7A ;
  border-top : 3px solid silver ;
}
DIV#ix_right UL {
  padding : 0em 0em 0em 2.5em ;
  line-height : 150% ;
}
DIV#ix_right LI {
  list-style-type : none ;
}
DIV#ix_right A {
  color : #404040 ;
  text-decoration : none ;
}
DIV#ix_right A:hover {
  color : #F8BA11 ;
}
