@charset "ISO-2022-JP";
/* navi_functions */

.bg_functions{
	width:221px;
	background-image:url(../img/bg_functions.gif);
	background-repeat:repeat-y;
	background-position:center center;
}

.bg_functions a{
	width:197px;
	padding:8px 15px 8px 9px;
	display:block;
	background-image:url(../img/ic_arrow_functions.gif);
	background-repeat:no-repeat;
	background-position:208px center;
	font-size:12px;
}


* html body .bg_functions{ width:221px}
* html body .bg_functions a{ width:217px}

*:first-child+html body .bg_functions{ width:221px}
*:first-child+html body .bg_functions a{ width:217px}


