@charset "utf-8";
/* CSS Document */


body
{
  font-family: arial, verdana, sans-serif;
  font-size: 100%;
  background-color:#808080;
}

.image
{
float:right;
margin-left:7px;
margin-right:20px;
}

.adsense
{
float:left;
margin-right:7px;
margin-left:20px;
width:336px;
height:280px;
}

#wrap
{
 width: 1000px;
 margin: 10px auto 10px auto;
 border: 5px groove black;
 background-color: #d3d3d3;
 }

#sidebar-box
{
 background: #ffffff;
 padding: 10px;
 margin: 20px 40px 20px 40px;
 border: 1px solid #483d8b;
 }
 
 #left ul
 {
 list-style: none;
 display: block;
 font-weight: bold;
 width: 400px;
 float:left;
 }
 
 #right ul
 {
 list-style: none;
 display: block;
 font-weight: bold;
 width: 400px;
 float:right;
 }

.article
{
 margin: 20px;
 }
 
 
 a:link
{
 color: #000000;
 }
 
a:hover
{
 color: #8b008b;
 }
 
a:active
 {
  color: #008000;
  }
 
h2
{
 text-align: center;
 }
 
 #footer
 {
  font-size: x-small;
  }