@charset "euc-jp";

body{
    font-family:"Century Gothic","Verdana","£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka",sans-serif;
}
body {
    margin:0;
    padding:0;
    background-color:white;
    color:black;
}
a {
    color:blue;
    text-decoration:underline;
  }
a:visited {
    color:purple;
      }
a:hover {
    color:aqua;
  }
a:active {
    color:red;
  }
img {
    border-width:0;
    margin-right:1em;
}
strong {
    font-weight:bold;
    font-style:normal;
    color:red;
}
em {
    font-weight:normal;
    font-style:normal;
    color:red;
}
acronym {
    border-bottom:dotted gray 1px;
}
h1 {
    text-align:center;
    font-weight:normal;
    font-size:3em;
    margin-top:0.3em;
    margin-bottom:0.3em;
    color:dimgray;
    letter-spacing:0.2em;
}
h1:first-letter {
    color:blue;
}
h2 {
    clear:both;
    color:navy;
    border:1px solid navy;
    background-color:#CCF;
    font-size:1.8em;
    margin:0.5em 1em;
    padding-left:0.5em;
}
h3 {
    color:gray;
    font-size:1em;
    margin-top:0;
}
div.ban {
    clear:both;
    text-align:center;
    font-size:smaller;
    margin:0.5em;
}
div.copyright{
    clear:both;
    text-align:center;
    font-size:smaller;
    margin:0.5em;
}
div.sites {
    margin:1em 2em;
}
div.site {
    border:1px solid silver;
	padding:1em;
	margin:2px;
	-moz-border-radius:1em;
	width:270px;
	height:11em;
	float:left;
	overflow: auto
}
p {
    margin:0.5em 1em;
    line-height:150%;
}
