body{
font-size:150%;
line-height:1.9;
color:#ffff00;
background:#000000;
}
a{
color:#6699ff;
}
a:visited{
color:#ffccff;
}
h1,h2,h3,h4,h5{
color:#ffffff;
}
input{
font-size:150%;/*文字サイズ*/
}
input.textbox{
width:90%;/*入力欄の幅*/
}
textarea{
width:90%;/*入力欄の幅*/
font-size:150%;/*文字サイズ*/
}
input:focus{
border:2px #6699ff solid;
}
textarea:focus{
border:2px #6699ff solid;
}
div#upper_header img{
display:none;
}
a:focus{
color:#000000;
border:2px #6699ff solid;
background:#6699ff;
}
a:hover img{
border:2px #6699ff solid;
}
a:focus img{
border:2px #6699ff solid;
}
img.left{
float:left;
margin-top:1em;
margin-bottom:1em;
margin-right:10px;
padding:2px;
border:2px #ffffff solid;
}
img.right{
float:right;
margin-top:1em;
margin-bottom:1em;
margin-left:10px;
padding:2px;
border:2px #ffffff solid;
}
object.left{
float:left;
margin-top:1em;
margin-bottom:1em;
margin-right:10px;
}
object.right{
float:right;
margin-top:1em;
margin-bottom:1em;
margin-left:10px;
}
.clear{
clear:both;
}
input:focus{
border:2px #6699ff solid;
}
textarea:focus{
border:2px #6699ff solid;
}