@charset "utf-8";
/* CSS Document */

/***** FNavi EST *****/

.index_fnavi {
	margin			:	20px 0 0 0;
	padding			:	0 0 0 30px;
	float			:	left;
}

.index_fnavi li {
	margin			:	5px 0 0 0;
	padding			:	0;
	list-style		:	none;
}

.index_fnavi li a {
	display			:	block;
	text-indent		:	-9999px;
	height			:	29px;
	overflow		:	hidden;
}



/*** Normal ***/
.index_fnavi li.index_fnavi_01 a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_01.gif) no-repeat;
}

.index_fnavi li.index_fnavi_02 a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_02.gif) no-repeat;
}

.index_fnavi li.index_fnavi_03 a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_03.gif) no-repeat;
}



/*** Mouse Over ***/
.index_fnavi li.index_fnavi_01 a:hover {
	background		:	url(../images/common/index_fnavi_01.gif) 0px -29px no-repeat;
}

.index_fnavi li.index_fnavi_02 a:hover {
	background		:	url(../images/common/index_fnavi_02.gif) 0px -29px no-repeat;
}

.index_fnavi li.index_fnavi_03 a:hover {
	background		:	url(../images/common/index_fnavi_03.gif) 0px -29px no-repeat;
}



/* Stay */
.index_fnavi li.index_fnavi_01_stay a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_01.gif) 0px -29px no-repeat;
}

.index_fnavi li.index_fnavi_02_stay a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_02.gif) 0px -29px no-repeat;
}

.index_fnavi li.index_fnavi_03_stay a {
	width			:	608px;
	background		:	url(../images/common/index_fnavi_03.gif) 0px -29px no-repeat;
}


.index_home_btn {
	margin			:	10px 0 0 0;
	padding			:	0 20px 0 0;
	float			:	right;
}

