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

 file name  :flow.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*グローバルメニューオン表示*/
#flow #header #gnav li.nav_flow a{
	background: url(../images/gnav.gif) -525px 35px;
}

/*サブメニューオン表示*/
#flow li.sub_flow a{
	background: url(../images/subnav.gif) -220px -172px;
}

/*ページタイトル*/
#flow #main h2{
	background: url(../flow/images/title.gif) left top no-repeat;
}

/* 旧サイトからのcss移植
----------------------------------------------------------- */
#flow p.flow_text {
	margin: 0 0 25px 50px;
	padding: 0;
	border: 0;
}

/*フローチャートタイトル*/
/*一括設定*/
#flow h3#st_01,
#flow h3#st_02,
#flow h3#st_03,
#flow h3#st_04,
#flow h3#st_05,
#flow h3#st_06,
#flow h3#st_07,
#flow h3#st_08{
	width: 595px;
	height: 38px;
	text-indent: -9999px;
}

/*個別設定*/
#flow h3#st_01 {
	background: url(../flow/images/st_01.gif) left top no-repeat;
}

#flow h3#st_02 {
	background: url(../flow/images/st_02.gif) left top no-repeat;
}

#flow h3#st_03 {
	background: url(../flow/images/st_03.gif) left top no-repeat;
}

#flow h3#st_04 {
	background: url(../flow/images/st_04.gif) left top no-repeat;	
}

#flow h3#st_05 {
	background: url(../flow/images/st_05.gif) left top no-repeat;
}

#flow h3#st_06 {
	background: url(../flow/images/st_06.gif) left top no-repeat;
}

#flow h3#st_07 {
	background: url(../flow/images/st_07.gif) left top no-repeat;	
}

#flow  h3#st_08 {
	background: url(../flow/images/st_08.gif) left top no-repeat;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

