/* ペEジのレイアウト用CSS */
#contents {
  width : 900px;
  background-repeat: repeat-y;
}
#main {
  float: right;
  margin-left:-220px;
  width:100%;
  padding-right:10px;
}
#box {
  margin-left : 140px;
  margin-right : 20px;
}
#tprofile{
  width : 620px;
  margin-bottom : 50px;
  margin-left : 100px;
}
#tprofile TD{
  padding-top : 7px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  font-size : 14px;
}
.guide{
  color : navy;
  text-decoration : underline;
  background-image : url(../images/arrrow.gif);
  background-repeat : no-repeat;
  background-position : left center;
  padding-left : 20px;
}
.col01{
  width : 130px;
}
#tprofile A{
  color : navy;
  text-decoration : underline;
  padding-left : 5px;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
}
#tprofile LI{
  list-style-type : none;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}
#tprofile UL{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#policy LI{
  padding-top : 5px;
  padding-bottom : 5px;
}
#box H3{
  text-align : center;
}
