@charset "utf-8";

/* --------------------------------
#table_01
-------------------------------- */
table#table_01 {
  width: 650px;
  border: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing:1px;
  color: #333;
  margin: 0 0 20px 0;
}
table#table_01 th {
  padding: 5 5 5 10;
  border: #999 solid;
  border-width: 0 0 1px 1px;
  background: #EEE;
  line-height: 120%;
  text-align: left;
  font-weight: normal;
}
table#table_01 td {
  padding: 5 5 5 10;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
}

/* --------------------------------
#photo
-------------------------------- */
.photo	{
width: 650px;
height: 200%;
}
.photo:after {
height:0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
.photo li {
list-style-type: none;
float: left;
line-height:0;
font-size:1%;
margin-bottom:0px;
}
.photo a {
display: block;
width: 130px;
border: 0px solid #CCC;
text-decoration:none;
line-height:normal;
}
.photo a:hover {
border: 0px solid #2D88B3;
}
img {
border:none;
}