#nav{
/*	position:relative;*/
margin:0 auto;
width:950px;
clear:both;
}

#nav li{
	float: left;
	position:relative;
}

img.newfukidashi{
position:absolute;
top:5px;
right:10px;
}


#nav ul{
	display:none;
	position:absolute;
	bottom:38px;
	left:0;
}

* html #nav ul{
	line-height:0;
}

#nav ul li{
	float:none;
}

#nav ul{
/*	width:230px;
	 サイズを指定しておかないとIE7で出現の仕方がちょっと変 */
}

#nav ul ul{
	bottom:-139px;
	left:221px;
	width:230px;
}

#nav ul a {
	display:block;
	background:#fff;
	padding:0.5em;
	color:#000;
	font-weight:bold;
	font-size:80%;
	text-align:left;
	border-bottom:1px solid #fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	zoom:0;
	line-height:1;
}

#nav ul a.hover{
	background:#999;
	text-decoration:none;
}

/* clearfix */
.cf{/zoom:1;}
.cf:after{content:'';display:block;clear:both;height:0;}





/* 上部イメージロールオーバーcss */

#main_v{
margin:0 auto;
width:950px;
}

#main_vi{
float:left;
width:743px;
}
 
#main_v_btn{
float:right;
width:207px;
}