/* font css */

/*
search key "="+"n"

=1_0 text
=2_0 a (footer only)
=2_1 a (common)
*/


/* =1_0 text */

/* hyoujun */
.text1 {
  font-size: 75%;
  color: #4b4b4b;
  line-height: 150%;
  text-align:left;
}

.text2 {
  font-size: 75%;
  color: #666666;
  line-height: 150%;
}

.text_w {
  color: #cccccc;
  font-size: 75%;
}

.text11 {
  font-size: 65%;
  color: #333333;
  line-height: 150%;
  text-align: left;
}

/* =2_0 a(footer only) */

a.footer_menu:link {
  color: #002D60;
  text-decoration: none;
}

a.footer_menu:visited {
  color: #002D60;
  text-decoration: none;
}

a.footer_menu:hover {
  color: #002D60;
  text-decoration: underline;
}

a.footer_menu:active {
  color:#002D60;
  text-decoration: none;
}

