

html {
	font-size:100%;
}

body { 
	width:100%;
	margin:0px;
	font-family: 'メイリオ' , sans-serif; 
	
}


div  li.active{
background:#ffa500;
color: #ffffff;
cursor:default;
}
li.active div.Nav_Title{
	color:white;
}
 

footer{				/* フッターがなかったので雑に作っておきました*/
	height: 50%;
	padding : 1em;
	font-size: 100%;
	text-align: center;
	background-color:#73e600;
	color: #ffffff;
        font-family: 'メイリオ' , sans-serif;
     
}