@charset "utf-8";
p img {text-align:center;
       margin-right:10px;
}
ul.tecmenu{
	     text-align:left;
	     height:26px;
		 display:block;
		 margin-left:20px;
		 list-style:none;
		 border-left:1px solid #CCCCCC;
         }
.tecmenu li {display:block;
	               float:left;
	               text-align:left;
	               margin:0;
				   border-right:1px solid #CCCCCC;
	               overflow:hidden;
                   width:180px;
		           height:26px;
				   font-weight:bold;
			       }
.tecmenu li a{ background:url(../img/con-sub1.gif) top no-repeat;
               display:block;
	               float:left;
	               text-align:left;
	               margin:0;
				   line-height:26px;
				   text-indent:2em;
				   border-right:1px solid #CCCCCC;
	               overflow:hidden;
                   width:180px;
		           height:26px;
				   font-weight:bold;
			       }
.tecmenu li a:hover{background:url(../img/con-sub1.gif) bottom no-repeat;}
/*ＣＳＳハック*/
* html ul.tecmenu{ float:left; width:560px; margin-left:10px; height:25px;}