@charset "utf-8";

/*---------------------------------------------------
* Base Modules
*--------------------------------------------------*/
/*   [container]
---------------------------------------*/
.globalNavi {
	margin-bottom: 35px;
}
/*----- clearfix scheme -----*/
.topKeyv ul {
	display: inline-block;
}
.topKeyv ul:after {
	height: 0;
	visibility: hidden;
	content: url("../images/img_spacer.gif");
	display: block;
	clear: both;
}
/* hide MacIE \*/
* html .topKeyv ul {	height: 1em;}
.topKeyv ul {	display: block;}
/* ini */
.topKeyv li {
	float: left;
	display: inline;
	margin-right: 1px;
}
.topKeyv li.lastChild {
	margin-right: 0;
}
