@charset "utf-8";

.div_header{
  background-color : white;
  height : 200px;
  width : 1420px;
  display : block;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}


.div_header_title{
  text-align : left;
  background-color : rgb(66, 77, 102);
  padding-top : 10px;
  padding-bottom : 4px;
  margin-left : auto;
  margin-right : auto;
  height : 60px;
  width : 1420px;
  display : block;
}

.p_header_title{
  font-size : 14pt;
  font-weight : bold;
  color : white;
  margin-top : 0px;
  margin-left : 16%;
  margin-bottom : 0px;
  height : 30px;
  width : 800px;
  display : block;

}

.p_header_msg{
  font-size : 10pt;
  color : rgb(204, 204, 204);
  line-height : 1.2;
  margin-top : -2px;
  margin-left : 16%;
  height : 26px;
  width : 800px;
  display : block;
}

.div_header_menu{
  text-align : center;
  width : 1420px;
  height : 40px;
  display : block;
  margin-left : auto;
  margin-right : auto;
  background-color : rgb(245, 245, 245);
  border-width : 1px;
  border-style : solid;
  border-color : rgb(245, 245, 245) silver gray rgb(240, 240, 240);
}

#div_massage_area{
  margin-top : 10px;
  height : 60px;
  width : 1360px;
  display : inline-block;
  border-width : 2px;
  border-style : solid;
  border-color : rgb(185, 240, 170);
  border-radius : 4px;
  background-color : rgb(242, 255, 230);
}

#p_massage_area{
  text-align : center;
  font-size : 14pt;
  color : rgb(125, 210, 110);
  height : 60px;
  width : 1320px;
  display : inline-block;
}


.btn{
  margin-top : 5px;
  margin-left : 20px;
  font-size : 12pt;
  border-width : 1px;
  border-style : solid;
  border-color : rgb(240, 240, 240) silver gray silver;
  border-radius : 4px;
  background: -moz-linear-gradient(rgb(250, 250, 250), rgb(235, 235, 235));
  background: -o-linear-gradient(rgb(250, 250, 250), rgb(235, 235, 235));
  background: -webkit-linear-gradient(rgb(250, 250, 250), rgb(235, 235, 235));
  background: linear-gradient(rgb(250, 250, 250), rgb(235, 235, 235));
  box-shadow : 1px 1px 1px rgb(200, 200, 200);
  height : 30px;
  width : 140px;
  display : inline-block;
}







