#tabMenu li{
	height:88px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	list-style-position: outside;
	width: 450px;
}

#tabMenu{
/zoom : 0
}
#tabMenu:after{ content : ''; display : block; clear : both; height:0; }


#wrapper2{
	width:1024px;

	background:;
	margin-right: auto;
	margin-left: auto;
}

#first, #second, {
	padding:0em;
}

#second{
	display:none;
}

/* Hover */
.hover:hover{ 
	filter:alpha(opacity=70);  /* IE7以下用 */
	-ms-filter:"alpha(opacity=70)"; /* IE8用 */
	-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity:0.7; /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity:0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
