@import "common.css";
@import "common_recruit.css";

/*** menu ***/
#recruit{
  background-image:url(../img/recruit_h.gif);
}

/*** main ***/
#mainContents{
  position:relative;
  top:-19px;
  min-height:700px;
  overflow:auto;
}

/*** left Content's ***/
#leftContents{
  float:left;
  width:200px;
}

/*** right Content's ***/
#rightContents{
  min-height:700px;
  float:right;
  width:540px;
  background-color:#fde5b5;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

#mainContents h1{
  font-weight:bold;
  font-size:24px;
  color:white;
  background-color:#4b291d;
  padding-top:5px;
  padding-left:20px;
  padding-bottom:3px;
  margin:10px;
}

#Contents{
  margin:10px;
  border:1px solid red;
  background-color:#F5F5DC;
}

#president{
  background-image:url("../img/president.jpg");
  background-repeat:no-repeat;
  height:200px;
  margin:20px 10px 0px 20px;
}

#president dl{
  margin-left:140px;
  padding-top:155px;
}

#president dt{
  color:#000080;
}

#president dd{
  color:#000080;
}

#p_message dl{
  padding:10px;
}

#p_message dd{
  margin-left:10px;
}

#president_catch_img{
  background-image:url("../img/president_catch.gif");
  background-repeat:no-repeat;
  height:60px;
  margin-left:20px;
}
