@charset "utf-8";

#wrapper {
margin-left: 50px;
}

#header {
width: 650px;
text-align: center;
}

#contents {
width: 650px;
line-height: 1.5;
}

#footer {
clear: both;
margin-top: 30px;
width: 650px;
text-align: center;
}

h1 {
font-size: 120%;
}
h2 {
font-size: 110%;
font-weight: normal;
padding-left: 20px;
background-image: url("../image/kajou.gif");
background-repeat: no-repeat;
}

div.item {
width: 550px;
margin-top: 5px;
margin-bottom: 20px;

}

div.grid
{
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

div.grid div.section
{
  float:left;
  height: 220px;
  width: 220px;
  padding:6px 0px 0px 0;
  text-align: center;
}

div.grid div.section img
{
  margin: 0;
  padding: 0;
  vertical-align: bottom; 
  border: 1px solid #ffffff;
}
  
div.grid div.active img
{
  border: 1px solid #666666;
}

div.grid div.section div.title
{
  margin: 0; 
  padding: 0; 
  width: 200px;
  height: 1.5em;
  background-color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

div.grid div.active div.title
{
  background-color: #333333;
}

div.grid div.section div.title h3
{
  margin: 0 3px 0 3px;
  color: #777777;
  font-size: 0.9em;
  text-align:center;
  font-weight: normal;
}

div.grid div.section h3 a:link,
div.grid div.section h3 a:visited,
div.grid div.section h3 a:hover,
div.grid div.section h3 a:active
{ 
 color: #333333;
 text-decoration: none;
}

div.grid div.active h3 a:link,
div.grid div.active h3 a:visited,
div.grid div.active h3 a:hover,
div.grid div.active h3 a:active
{ 
 color: #ffffff;
 text-decoration: none;
}

