@charset "UTF-8";

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ==
　 Land/Ocean/Cycle

=============================================================================== */
div.contents_text p.zu img{
  padding-top:20px;
  }
div.contents_text p.link{
  padding-top:20px;
  }



div.contents_text p.link a{
  text-decoration:none;
  color:#219FBF;
  font-weight:bold;

  }
div.contents_text p.link a:hover {
  text-decoration:none;
  color:#ECE847;
  }

div.contents_text p.link a:visited {
  text-decoration:none;
  color:#219FB;
  font-weight:bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.contents_text p.link_text{
  padding-bottom:20px;
  text-decoration:none;
  color:#219FBF;


  }
