@charset "UTF-8";

/************************
* テキストメニュー
************************/
#textMenuBox{
}

#textMenu{
	text-align:				center;
	font-size:				12px;
	padding-top:			8px;
	padding-bottom:			8px;
/*
	float:					left;
*/
}
#textMenu ul{
}
#textMenu li{
	list-style-type:		none;
	display:				inline;
	color:				#999;
	border-right:			solid 1px #ccc;
	padding:				0 4px 0 4px;
}
#textMenu li.last{
	border-right:			none;
}
#textMenu li a{
	color:					#666;
}
#textMenu li a:hover{
	color:					#63f;
	border-bottom:			dashed 1px #63f;
}

