/*統一部分*/

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-repeat : repeat-y;
  background-position : center center;
  background-color : #fff0e1;
}
/*リンク部分の色指定*/

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 : 1650px;
  background-color : #ff8000;
  background-image : url(img/koitate_03_7.jpg);
  background-repeat : no-repeat;
  background-position : center bottom;
}
.div_track{
  color : #ff8000;
  position : absolute;
  left : 50px;
  top : 840px;
  font-size : 10pt;
  width : 250px;
  padding-left : 20px;
  line-height : 20px;
  height : 310px;
  background-image : url(img/koitate_03_4.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  padding-top : 10px;
}
.div_staff{
  position : absolute;
  left : 50px;
  top : 1170px;
  font-size : 10pt;
  width : 250px;
  color : white;
  line-height : 20px;
}
.div_title1{
  position : absolute;
  left : 100px;
  top : 810px;
}
/*TD&TEXT要素*/

.img_cv{
  position : absolute;
  top : 840px;
  left : 350px;
}
.img_ex1{
  position : absolute;
  top : 1150px;
  left : 50px;
}
.p_staff{
  font-size : 10pt;
  width : 250px;
  font-weight : bold;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.p_notice{
  font-size : 10pt;
  width : 250px;
  font-weight : bold;
  color : #ff9393;
  background-color : white;
  text-align : center;
}
