@charset "UTF-8";

/* ============================================================ */
/*										 	国道トップページ用											 */
/* ============================================================ */
.route-select { 
	padding-top: 10px;
	list-style: none; 
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.route-select ul {
	list-style-type: none;
}

.route-select li { 
	padding: 2px; 
	margin: 0; 
}

.route-select a, 
.route-select a:visited {
	text-transform: uppercase;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 10px;
	color: #000022;
	background: #7fff7f;
	text-decoration: none;
	border: 1px solid #171B20;
	text-align: center;
	border-radius: 5px;
}

.route-select a:hover {
	color: #ff0000;
	background-color: #FAF391;
}

/*---------------------------------------------------------*/
/*										フッターエリアを装飾									 */
/*---------------------------------------------------------*/
.footer {
	border-top: 1px #ffffff solid;
	background: url("../image/sonota/bg_footer.png") repeat-x 0 1px;
	padding-top: 10px;				/* パディング（上） */
	padding-bottom: 10px;				/* パディング（下） */
	color: #ffffff;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
