@charset "utf-8";
/* CSS Document */

#menu {
	width:576px;
	padding:0;
	margin:0;
	list-style-type: none;
}
#menu li {
	width:180px;
	padding:0;
	margin:0;
	text-align:center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#menu li a {
	position:relative;
	width:auto;
	color:#fff;
	font-size:80%;
	font-weight:bold;
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	padding:10px 0;
	text-decoration:none;
	display:block;
	
	/*全体のグラデーション*/
	
	background: #3166ff;/*IE9の背景用*/
	background: -webkit-linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);/*Google Chrome、Safari*/
	background: -moz-linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);/*Firefox用*/
	background: -o-linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);/*Opera*/
	background: -ms-linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);/*Internet Explorer*/
	background: linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);

	
	border-left:1px solid #171d91;/*仕切り線*/
	
	
	box-shadow: 1px 0px 0px rgba(225,225,225,0.4) inset,/*1pxのハイライト*/
			    -1px 0px 0px rgba(225,225,225,0.2) inset,/*1pxのハイライト*/
			    0px 1px 1px rgba(0,0,0,0.1) inset,
			    0px -1px 1px rgba(0,0,0,0.3) inset,
			    0px 1px 1px #666;
				
	-pie-background: linear-gradient(top, #e6eaff 0%, #a2b8f6 50%, #7998f2 50%, #3166ff 100%);/*PIE用グラデーション指定*/
	behavior: url("/PIE.htc");

			  
			  
}



#menu li a:hover {
	background:#e6eaff;
	background: -webkit-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -moz-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -o-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -ms-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: linear-gradient(top, #4569cf 1%, #e6eaff 100%);
					
	-pie-background: linear-gradient(top, #4569cf 0%, #e6eaff 100%);
	behavior: url("/PIE.htc");

}


#menu li.active a {
	background:#e6eaff;
	background: -webkit-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -moz-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -o-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: -ms-linear-gradient(top, #4569cf 1%, #e6eaff 100%);
	background: linear-gradient(top, #4569cf 1%, #e6eaff 100%);
					
	-pie-background: linear-gradient(top, #4569cf 0%, #e6eaff 100%);
	behavior: url("/PIE.htc");

}

