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

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

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
  background:url(../img/flow/bg_header_flow.jpg) 0 0 no-repeat;
	height:170px;
}
#gNav li.gNav_about a:hover {
	background:url(../img/flow/menu_flow_on.jpg) -5px 0 no-repeat;
}
#gNav li.gNav_flow a:hover {
	background:url(../img/flow/menu_flow_on.jpg) -261px 0 no-repeat;
}
#gNav li.gNav_job a:hover {
	background:url(../img/flow/menu_flow_on.jpg) -517px 0 no-repeat;
}

/* -----------------------------------------------------------
	#contents > #main
		コンテンツ > メイン
----------------------------------------------------------- */
#contents #main h2 {
  width: 780px;
	height: 33px;
	margin-top:20px;
  background:url(../img/flow/h2_flow.gif) 0 0 no-repeat;
  text-indent:-9999px;
}
#contents #main h3 {
  clear:both;
	display:block;
  width: auto;
	margin-top:30px;
	margin-bottom:30px;
  text-indent:-9999px;
}
#contents #main h3.h3_flow_gotouroku {
	height: 33px;
  background:url(../img/flow/h3_flow_gotouroku.gif) 0 0 no-repeat;
}
*html body #contents #main h3.h3_flow {/*IE6対策*/
	margin-bottom:15px;
	height:80px;
	border-top:1px dashed #CCC;
  background:url(../img/flow/h3_flow.gif) 0 30px no-repeat;
}
#contents #main h3.h3_flow {
	padding-top:30px;
	height:33px;
	border-top:1px dashed #CCC;
  background:url(../img/flow/h3_flow.gif) 0 30px no-repeat;
}
#contents #main table, #contents #main table th, #contents #main table td, #contents #main table td img {
  font-size:0;
	line-height:0;
  margin:0;
}
#contents #main ul li {
  display:block;
	clear:both;
  padding-left:15px;
	background:url(../img/flow/icn_flow.gif) 0 50% no-repeat;
}
#contents #main ul li span {
  display:block;
	float:left;
	width:5em;
  font-weight:bold;
	color:#15669D;
}
