

/*------------------------------------
	h_axis（product以下の横軸切り替え）
------------------------------------*/

		ul.h_axis {
			margin : 15px 0;
			padding : 0;
			list-style : none;
			border-left : 1px solid #CCCCCC;
		}
		ul.h_axis:after {
			content: url(/resource/image/common/null.gif);
			display: block;
			clear: both;
			height: 0;
		}
		ul.h_axis {
			display: inline-block;
		}
		ul.h_axis {
			display: block;
		}
		ul.h_axis li {
			float : left;
			width : 111px;
			height : 22px;
			margin : 0;
			padding-top : 6px;
			border-right : 1px solid #CCCCCC;
			text-align : center;
			background : url(/common/img_i/bg_h_axis.gif) 0 0 no-repeat;
		}
		ul.h_axis li.active {
			background : url(/common/img_i/bg_h_axis.gif) 0 -28px no-repeat;
			text-indent : 5px;
			font-weight : bold;
		}
		
		ul.h_axis li a{
			_position:relative; top:3px;
			text-decoration: none !important;
		}
		ul.h_axis li a:hover{
			text-decoration: underline !important;
		}