﻿/* For search.php */
a:visited { text-decoration: underline; }
a:link { text-decoration: underline; color: #00008b; }
a:hover { color: #cc0077; text-decoration: none; }
body{ font-size:100%; text-align:center; line-height:1.6; }
div#wrap{ text-align:left; margin:auto; padding:0 2em; position:relative; z-index:100; }
h1{ font-size:18px; line-height:1.4; }
dl { line-height:1.4; }
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:2px; left:300px;
	color:Maroon; margin:0; padding:0; z-index:100;
}
p#hit span{ color:Red; }
/* ------------------------- 500px ------------------------------ */
@media (max-width:500px){
	div#wrap{ padding:0 0; }
	dd{ margin:10px 10px 20px auto; }
	p#hit{ position:absolute; top:72px; left:160px; font-size:90%; line-height:1; }
}
/* ------------------------- end ------------------------------ */
