body{
font-size:150%;
line-height:1.9;
background:#ffffcc;
}
input{
font-size:150%;/*文字サイズ*/
}
input.textbox{
width:90%;/*入力欄の幅*/
}
textarea{
width:90%;/*入力欄の幅*/
font-size:150%;/*文字サイズ*/
}
input:focus{
border:2px #0000ee solid;
}
textarea:focus{
border:2px #0000ee solid;
}
div#upper_header img{
display:none;
}
a:focus{
color:#ffffcc;
border:2px #0000ee solid;
background:#0000ee;
}
a:hover img{
border:2px #0000ee solid;
}
a:focus img{
border:2px #0000ee solid;
}
img.left{
float:left;
margin-top:1em;
margin-bottom:1em;
margin-right:10px;
padding:2px;
border:2px #636363 solid;
}
img.right{
float:right;
margin-top:1em;
margin-bottom:1em;
margin-left:10px;
padding:2px;
border:2px #636363 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 #0000ee solid;
}
textarea:focus{
border:2px #0000ee solid;
}