/* 共通 */
BODY{
  background : url(back.jpg) no-repeat 100% 50px;
  font-family : Verdana;
  color : #222222;
  margin : 30px 0px 30px 0px;
  text-align : center;
  font-size : x-small;
}
A{
  color : #999999;
}


/* トップ用 */
.t0{
  border-right : 39px solid #cccccc;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t0 A{
  color : #544a47;
  text-decoration : none;
}
#top A:hover{
  color : #aa363d;
  font-weight : bold;
  text-decoration : none;
}
.t1{
  border-right : 39px solid #aa363d;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t2{
  border-right : 39px solid #6f599c;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t3{
  border-right : 39px solid #396dad;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t4{
  border-right : 39px solid #769164;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t5{
  border-right : 39px solid #fdb933;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.t6{
  border-right : 39px solid #000000;
  letter-spacing : 3px;
  font-size : xx-small;
  text-align : right;
  padding-right : 11px;
}
.title{
  font-family : Verdana;
  font-size : 11px;
  text-align : left;
}
.title H1{
  padding-top : 60px;
  color : #cccccc;
  font-size : 30px;
  font-weight : bold;
  line-height : 100%;
  border-bottom : 1px solid #cccccc;
  letter-spacing : 10px;
  margin : 0px;
}
.foot{
  letter-spacing : 1px;
  color : #666666;
  font-size : xx-small;
  text-align : right;
}
.foot P{
  margin : 0px;
}
.foot A{
  text-decoration : none;
}

/* 各ページ用 */
.topic{
  background : #cccccc;
  padding : 0 60px 0 0px;
  text-align : right;
}
.topic H1{
  background : #ffffff;
  letter-spacing : 3px;
  font-size : xx-small;
  padding : 0 11px 0 11px;
  margin : 0px;
  display : inline;
}
.topic A{
  background : #ffffff;
  letter-spacing : 3px;
  font-size : xx-small;
  padding : 0 11px 0 11px;
  text-decoration : none;
}
.lay{
  width : 70%;
  margin : auto;
  text-align : left;
  padding : 30px;
}
