@charset "shift_jis";

.n_menu_left {
	position:relative;
	top:20px;
	left:20px;
	width:110px;
	height:40px;
	text-shadow:1px 1px 1px #696969;
	float:left;
	border-right: 2px #fff solid;
	text-align:center;
	line-height:40px;
	background-color:#DCDCDC;
	background: -moz-linear-gradient(top , #A9A9A9, #F5F5F5 50%, #A9A9A9);
	background: -webkit-gradient(linear, left top, left bottom,from(#A9A9A9), color-stop(0.5,  #F5F5F5),  to(#A9A9A9));
	-webkit-border-radius: 14px 0px 0px 14px;
	border-radius: 14px 0px 0px 14px;

}
.n_menu_center {
	position:relative;
	top:20px;
	left:20px;
	width:110px;
	height:40px;
	text-shadow:1px 1px 1px #696969;
	float:left;
	border-right: 2px #fff solid;
	text-align:center;
	line-height:40px;
	background-color:#DCDCDC;
	background: -moz-linear-gradient(top , #A9A9A9, #F5F5F5 50%, #A9A9A9);
	background: -webkit-gradient(linear, left top, left bottom,from(#A9A9A9), color-stop(0.5,  #F5F5F5),  to(#A9A9A9));

}
.n_menu_right {
	position:relative;
	top:20px;
	left:20px;
	width:110px;
	height:40px;
	text-shadow:1px 1px 1px #696969;
	float:left;
	text-align:center;
	line-height:40px;
	background-color:#DCDCDC;
	background: -moz-linear-gradient(top , #A9A9A9, #F5F5F5 50%, #A9A9A9);
	background: -webkit-gradient(linear, left top, left bottom,from(#A9A9A9), color-stop(0.5,  #F5F5F5),  to(#A9A9A9));
	-webkit-border-radius: 0px 14px 14px 0px;
	border-radius: 0px 14px 14px 0px;

}
.cleard {
	clear: lert;
}

A.topN1:link 	{ color:#000; text-decoration:none;}
A.topN1:visited { color:#000; text-decoration:none;}
A.topN1:active 	{ color:#000; text-decoration:none;}
A.topN1:hover 	{ color:#FF4500; text-decoration:none; background-color:; text-shadow:1px 1px 1px #FF4500;}

