/* CSS Document */

/*----- contentsStart --------------------------------------------*/
/*------------------------------------------------------
ページタイトル指定
-------------------------------------------------------*/
/* タイトル右の画像指定 */
div#main_tti_box {
	background: url(../../images/business/bg_ttl_main.jpg) no-repeat right;
	width: 800px;
	height: 101px;
}
/* タイトル画像指定 */
div#main_tti_box h1 {
	background: url(../../images/business/i_ttl_main.jpg) no-repeat;
	width: 230px;
	height: 54px;
	text-indent: -1000em;
	overflow: hidden;
}
/* タイトル下のテキスト画像指定 */
div#main_tti_box h2 {
	background: url(../../images/business/i_ttl_explanation.jpg) no-repeat;
	width: 230px;
	height: 47px;
	text-indent: -1000em;
	overflow: hidden;
}
/*------------------------------------------------------
ページタイトル指定
-------------------------------------------------------*/
