@charset "utf-8";

/*-------------------------------------------------------------- Link
*/
a:hover.tabb_01off, a:hover.tabb_02off, a:hover.tabb_03off {
  text-decoration: none;
}
/*
.linktab_01{color : #787de6;cursor : pointer; text-decoration : none;}
.linktab_01over{color : #ff5a14;cursor : pointer; text-decoration : none;}
.linktab_01off:hover{color : #ff0000;cursor : pointer;}
*/
#New_Link {
  font-size: 90.9%;
  line-height: 1.4em;
  margin: 16px 24px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#New_Link div {
  zoom: 100%;
  border-top: 1px solid #ccc;
  padding: 4px 0;
  overflow: hidden;
}
#New_Link div:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#New_Link img {
  float: left;
  margin: 0 8px 0 0;
}
#New_Link hr {
  display: none;
}

/*-------------------------------------------------------------- Link Page
*/
.Link-Page {
  width: 510px;
  margin: 12px 17px;
  padding-bottom: 1px;
  overflow: hidden;
}
.Link-Page li {
  display: inline;
  font-size: 90.9%;
  line-height: 1.5em;
  background: url('../image/material/link_page_list_border.gif') repeat-x bottom center;
  width: 166px;
  margin: 1px 2px 0;
  padding-bottom: 2px;
  list-style: none;
  float: left;
}
.Link-Page li span {
  display: block;
  background: url('../image/material/link_page_list_marker_on.gif') no-repeat center left;
  margin-left: 4px;
  padding: 0 4px 0 16px;
}
.Link-Page li a {
  display: block;
  text-decoration: none;
  width: 166px;
}
.Link-Page li a:hover {
  text-decoration: none;
  background: url('../image/material/link_page_list_bg.gif') repeat-y;
}
.Link-Page li a span {
  background: url('../image/material/link_page_list_marker.gif') no-repeat center left;
}
.Link-Page li a:hover span {
  background: url('../image/material/link_page_list_marker_on.gif') no-repeat center left;
}

/*-------------------------------------------------------------- New Link2
*/
#New_Link2 {
  font-size: 90.9%;
  line-height: 1.4em;
  width: 488px;
  margin: 16px auto;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#New_Link2 li {
  zoom: 100%;
  border-top: 1px solid #ccc;
  padding: 4px 0;
  overflow: hidden;
  list-style: none;
}
#New_Link2 li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#New_Link2 li p span {
  font-weight: bold;
}
#New_Link2 img {
  float: left;
  margin: 0 8px 0 0;
}
#New_Link2 hr {
  display: none;
}

/*-------------------------------------------------------------- CBLink
*/
.CBLink {
  font-size: 90.9%;
  line-height: 1.4em;
  text-align: center;
  margin-top: 12px;
}

/*-------------------------------------------------------------- Link Banner
*/
#Tbox_Sitl {
  width: 488px;
  margin: 16px auto;
}
#Tbox_Sitl p {
  font-size: 90.9%;
  text-align: center;
}
#Tbox_Sitl ul {
  border-top: 1px solid #ccc;
  padding-top: 2px;
}
div.site_link {
  text-align: left;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  width:488px;
  margin-top: 2px;
}
div.site_link img {
  border: none;
}
div.site_link a {
  font-size: 90.9%;
  display: block;
  width:484px;
  margin: 0 2px 2px 2px;
  overflow: auto;
}
div.site_link a:hover {
  color:#9f48f7;
  background:#f2f2f7;
  text-decoration : none;
}
span.sl_tex {
  text-align: right;
  float: right;
  width: 270px;
  display: block;
}

/*-------------------------------------------------------------- Site Link
*/
li.site_link2 {
  text-align: left;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  width:486px;
  margin-bottom: 2px;
  list-style: none;
}
li.site_link2 img {
  border: none;
}
li.site_link2 a {
  font-size: 90.9%;
  line-height: 1.4em;
  display: block;
  width:484px;
  margin: 0 0 2px 0;
  overflow: hidden;
/*  overflow: auto;*/
}
li.site_link2 a:hover {
  color:#9f48f7;
  background:#f2f2f7;
  text-decoration : none;
}
li.site_link2 br {
  display: none;
}
li.site_link2 a span.sl_tex {
  display: block;
  text-align: right;
  background: url('../image/material/link_list_marker01.gif') no-repeat center right;
  width: 254px;
  padding-right: 16px;
  float: right;
}
li.site_link2 a:hover span.sl_tex {
  background: url('../image/material/link_list_marker01_on.gif') no-repeat center right;
}

/*-------------------------------------------------------------- Link Guide
*/
.Link-Guide {
  font-size: 90.9%;
  line-height: 1.5em;
  margin: 24px auto 8px;
}
.Link-Guide p {
  text-align: center;
}






