.idea-navi{
	width:748px;
	background-color:gray;
	margin-top:5px;
	margin-bottom:10px;
	}
.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:748px;
	background-color:white;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid gray;
	}

/*最上部ナビ*/
#rogo{
	margin-top:5px;
	margin-bottom:5px;
	}
/*最上部ナビ*/
.sitenavi table{
	width:600px;
	margin-top:5px;
	margin-bottom:0px;
	border-top: 1px solid #09f;
	border-right: 1px solid #09f;
	}
.sitenavi th {
	color:red;
	font-size:12px;
	background-color:white;
	text-align: center;
	vertical-align: middle;
	width:150px;
	border-left: 1px solid #09f;
	}
.sitenavi td {
	font-size:12px;
	background-color:white;
	text-align: center;
	vertical-align: middle;
	width:150px;
	border-left: 1px solid #09f;
	}
.sitenavi a {
	display:block;
	width:100%;
	padding:4px 0px;
	text-decoration:none;
	color: blue;
	}
.sitenavi a:hover {
	color: red;
	background-color:yellow;
	}
