﻿@charset "UTF-8";

/*sinpo1.html専用
-----------------------------------------*/
body nav ul li a[href="ooita1.html"] {
color: blue;
background-image:  url(../img/on.png)  ;
background-position: left bottom;
}
nav ul li a[href="ooita1.html"]:hover {
color: white;
background-image:  url(../img/over.png) ;
}
nav ul li li a[href="ooita1.html"] {
opacity: 1.0;
background: #555;
color: #FFF;
}
nav ul li li a[href="ooita1.html"]:hover {
background: #FF9B9B;
color: #FFF;
}
/