@charset "shift-jis";
p.phover:hover{
    background-color: #e1e7ee;
    border-radius: 3px;
    cursor: pointer;
}
a.a_hover:hover{
    color: #356bb3;
    text-decoration: none;
}
#historylist li:hover{
	background-color: #e3edf5 !important;
	cursor: default;
}