#box_01 {
	background: url(../img/h_navi.gif) no-repeat bottom;
	text-align: center;
	font-size: 12px;
	height: 14px;
	width: 120px;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 1em;
}
/*------ link ------*/

a:link     {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:hover    {
	color: #CCCCCC;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:active   {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
