@charset "utf-8";
/* ===================================================================
CSS information

 file name  :link.css
 author     :JTM(admin)
 style info :ページ専用要素
=================================================================== */

/* -----------------------------------------------------------
	#contents > #main
		コンテンツ > メイン
----------------------------------------------------------- */
#contents #main h2 {
  width: 780px;
	height: 33px;
	margin-top:20px;
  background:url(../img/link/h2_link.gif) 0 0 no-repeat;
  text-indent:-9999px;
}
#contents #main h3 {
  clear:both;
	display:block;
  width: auto;
	margin-top:30px;
	margin-bottom:20px;
  text-indent:-9999px;
}
#contents #main h3.h3_link_kanren_a {
	height: 33px;
  background:url(../img/link/h3_link_kanren.gif) 0 0 no-repeat;
}
*html body #contents #main h3.h3_link_kanren_b {/*IE6対策*/
	margin-bottom:15px;
	height:60px;
	border-top:1px dashed #CCC;
  background:url(../img/link/h3_link_kanren.gif) 0 20px no-repeat;
}

#contents #main h3.h3_link_kanren_b {
	padding-top:20px;
	height:33px;
	border-top:1px dashed #CCC;
  background:url(../img/link/h3_link_kanren.gif) 0 20px no-repeat;
}
