/*
グローバルメニューCSS
*/



.nav-wrap { 
	margin: 10px 0 0 0;
	padding:0;
/*background-color: rgba(0,0,0,0.1); */
float:right;
width:515px;
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example Two */
#example-two { 
	margin: 0 auto; 
	padding:0;
	list-style: none; 
	position: relative; 
	float:right;
}
#example-two li { 
	display: inline-block; 
}
#example-two li a { 
	position: relative; 
	z-index: 200; 
	color: #000000;  
	display: block; 
	float: left; 
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	font-size:12px;
	line-height:100%;
}
.mac #example-two li a { 
	position: relative; 
	z-index: 200; 
	color: #000000;  
	display: block; 
	float: left; 
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	font-size:12px;
	line-height:100%;
}
#example-two li a:hover { 
	color: #FFFFFF; 
}
#example-two #magic-line-two { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100px; 
	background: #FFFFFF; 
	z-index: 100; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.current_page_item_two a { 
	color: #999999 !important; 
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}