/*統一部分*/

BODY{
  font-size : 10pt;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #3399cc;
  background-repeat : repeat-y;
  background-position : center center;
  background-image : url(img/01_back.jpg);
}
/*リンク部分の色指定*/

A:LINK {
  color: #0000ff;
  text-decoration : none;
}
A:VISITED {
  color: #000080;
  text-decoration : none;
}
A:HOVER {
  color: #ff3300;
  text-decoration : underline;
}
A:ACTIVE {
  color: #ffff00;
}
/*DIV要素*/

#base{
  margin-left : -400px;
  position : absolute;
  left : 50%;
  width : 800px;
  height : 1300px;
  background-color : white;
}
/*TD&TEXT要素*/

.list{
  font-size : 8pt;
  color : gray;
  width : 350px;
  position : absolute;
  line-height : 15px;
  text-align : left;
  top : 220px;
}
.txt01{
  font-size : 10pt;
  color : #0072bc;
  top : 950px;
  position : absolute;
  text-align : left;
  line-height : 17px;
  width : 350px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  padding-top : 10px;
}
.copy{
  top : 1200px;
  position : absolute;
}
.shop{
  position : absolute;
  top : 950px;
  left : 400px;
}
.back{
  font-size : 10pt;
  font-weight : bold;
  position : absolute;
  top : 70px;
  left : 650px;
  color : gray;
  padding-bottom : 3px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
.toinfo{
  font-size : 10pt;
  font-weight : bold;
  position : absolute;
  top : 95px;
  left : 650px;
  color : #ff8080;
  padding-bottom : 3px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
.info{
  color : #ff8080;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #ff8080;
  width : 600px;
  top : 1070px;
  position : absolute;
  font-size : 10pt;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 5px;
}
