@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

/* ---------- globalNav ---------- */

#globalNav ul li#navi-inquiry a{
	width: 123px;
	margin-left: 2px;
	background: url(../../images/common/globalNav.jpg) no-repeat -636px -27px;
}


/* ---------- left menu ---------- */

#menu-title-estimate {
	background: url(../../images/common/menu-estimate.gif) no-repeat -180px;
}


/* CSSハック Start */
/* Safari以外適用 */
#menu-estimate-flow a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: -216px 3px;
}

/* Safariのみ適用 */
html:\66irst-child #menu-estimate-flow a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/* CSSハック End */


/* ---------- flow ---------- */

#flow-table{
	margin-top: 30px;
	width: 510px;
}

#flow-table td{
	padding: 6px;
	line-height: 1.25em;
}

.flow-phase{
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-image: url(../../images/common/back-01.gif);
}

#flow-client{
	text-align: center;
	background-color: #8FBF00;
	font-weight: bold;
	color: #FFFFFF;
}

.flow-client-inquiry{
	text-align: center;
	background-image: url(../../images/common/back-02.gif);
}

.flow-client-payment{
	text-align: center;
	background-image: url(../../images/common/back-02.gif);
}

.flow-client-work{
	text-align: center;
	background-image: url(../../images/common/back-02.gif);
}

#flow-company{
	text-align: center;
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
}

.flow-company-inquiry{
	text-align: center;
	background-image: url(../../images/common/back-03.gif);
}

.flow-company-payment{
	text-align: center;
	background-image: url(../../images/common/back-03.gif);
}

.flow-company-work{
	text-align: center;
	background-image: url(../../images/common/back-03.gif);
}