﻿/* For search.cgi */
a:visited { text-decoration: underline; }
a:link { text-decoration: underline; color: #00008b; }
a:hover { color: #cc0077; text-decoration: none; }
body { text-align: center; line-height: 1.8; }
div#wrap { text-align: left; margin: auto; padding: 0 1em; position: relative; z-index: 100; }
h1{ font-size: 18px; line-height: 1.6; }
dl { line-height: 1.6; }
dd { margin: 10px 20px 20px auto; }
dd span { color: Maroon; font-weight: 700; }
font { color: #006400; font-weight:normal; font-size:80%; }
hr { background-color: #0000FF; }
div#display p{ margin-left: 2em; }
p#hit { position: absolute; top: 0; left: 300px; color: Maroon; margin: 0; padding: 0; z-index: 100; }
p#hit span { color: Red; }
/* ------------------------- 500px ------------------------------ */
@media (max-width:500px){
	p#hit { top: 21px; left: 120px; }
}
