@charset "utf-8";
/* CSS Document */
/*お問合わせ*/
/* ===================================================================== */
/*        コンテンツ詳細設定                                             */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*         グローバルナビゲーション                                      */
/* --------------------------------------------------------------------- */

#glovalNaviArea .list07 a {
	background: url(../../function/images/global_nav.jpg) no-repeat -844px -40px;
}

/* --------------------------------------------------------------------- */
/*         ローカルナビゲーション                                        */
/* --------------------------------------------------------------------- */
#localNav ul{
	list-style: none;
}

#localNav ul li{
	text-indent: -9999px;
	}

/*必要事項をご記入ください*/
#localNav li.list01,#localNav li.list01 a{
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local01_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list01 a:hover{
	background: url(./images/local01_on.jpg) no-repeat 0px 0px;
}

/*内容をご確認ください*/
#localNav li.list02, #localNav li.list02 a{
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local02_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px!important;
}
#localNav li.list02 a:hover{
	background: url(./images/local02_on.jpg) no-repeat 0px 0px;
}

/*送信完了*/
#localNav li.list03, #localNav li.list03 a{
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local03_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list03 a:hover{
	background: url(./images/local03_on.jpg) no-repeat 0px 0px;
}
/* --------------------------------------------------------------------- */
/*         テーブル　　　　　　　                                        */
/* --------------------------------------------------------------------- */
table{
	width: 650px;
}


