@charset "UTF-8";
/* CSS Document */

/* ========================
	information style
======================== */

div.info_list {
  width: 720px;
  padding: 0 0 30px 0;
}

div#list_top_menu {
  width: 720px;
}

div#list_top_menu ul {
  width: 720px;
  padding: 25px 0 20px 0;
  font-size: 16px;
  color: #495b91;
  font-weight: bold;
}

div#list_top_menu ul li {
  width: 200px;
  padding: 10px 0 0 0;
  float: left;
}

div#list_top_menu ul li a {
  color: #333333;
}


div#japanese_list {
  width: 720px;
  padding: 20px 0;
  margin: 30px 0 0 0;
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
  border: dotted #495b91 1px;
}

div#japanese_list div#japanese_list_inner {
  width: 680px;
  margin: 0 0 0 20px;
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
}

div#japanese_list  div#japanese_list_inner span {
  width: 136px;
  float: left;
  display: block;
  background: transparent url(../img/common/arrow_icon.png) no-repeat left center;
}

div#japanese_list div#japanese_list_inner span a {
  width: 121px;
  margin: 0 0 0 15px;
  display: block;
}









