.idea-navi{
	width:760px;
	background-color:gray;
	margin-top:5px;
	}
.idea-navi th{
	color:black;
	text-align:left;
	font-size: small;
	font-weight:normal;
	text-indent:5px;
	background-color:#FFD700;
	margin-left:5px;
	}
.idea-navi td{
	color:red;
	text-align:left;
	font-size: small;
	font-weight:normal;
	text-indent:5px;
	background-color:white;
	margin-left:5px;
	}
.idea-navi a{
	display:block;
	width:100%;
	padding:3px;
	text-decoration:none;
	color: blue;
	}
.idea-navi a:hover{
	color: white;
	background-color: red;
	}
.license{
	color:red;
	text-align:center;
	font-size: x-small;
	font-weight:normal;
	width:758px;
	background-color:white;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid gray;
	}