@charset "UTF-8";

/*
 *	Style Sheet for JSSEAS WEB site
 *	リンク集用のスタイルシート
 */

@import "jsseas.css";

a:visited,
a:active, 
a:link { text-decoration: none; }
a:hover { color:#FF0000; }

h3 { margin-top: 2em; margin-bottom: 1em; }
h3 a:link,
h3 a:visited { color: black; text-decoration: none; }
h3 a:hover { color: red; text-decoration: underline; }

ul#legend { margin-top: 0; margin-bottom: 0; }
ul#legend li { margin-bottom: 0; }

div#linkvmain { font-size: 85%; margin-bottom: 5em; }

dt, dd { line-height: 1; margin-bottom: 0.5em; }
dt { font-weight: bold; }
dd { padding-left: 1em; }

div.nav { font-size: 90%; text-align: right; }
}

form { margin: 0.5em 0; }

span.new { color: #ff0000; }
span.pointer { font-size: 80%; color: #0E00B0; }

input#word { width: 10em; }

