@charset "shift_jis";


/*基本設定*/

body {
  margin: 0;
  padding: 0;
  font-family : Meiryo,メイリオ,sans-serif;
}

.header1 {
  background-color: #fde0a6;
}

.header2 {
  font-size : 12px;
  line-height: 120%;
  color : #000000;
  padding: 5px;
}

.flash {
  background-color: #f9f0de;
}
.footer {
  font-size : 14px;
  text-align: center;
  line-height: 160%;
  color : #000000;
  background-color: #fde0a6;
}


.main {
  font-size : 16px;
  text-align: center;
  line-height: 160%;
  vertical-align: top;
  background-color: #ffffff;

}


.company_a {
  font-size : 16px;
  color : #000000;
  width : 150px;
  height : 10px;
  background-color: #fde0a6;
  text-align: center;
  padding: 5px;
}

.company_b {
  font-size : 16px;
  color : #000000;
  height : 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #fde0a6 solid;
  padding: 5px;
}

.shisetsu_a {
  font-size : 16px;
  color : #000000;
  width : 360px;
  height : 10px;
  text-align: center;
  padding: 5px;
}

.shisetsu_b {
  font-size : 16px;
  color : #000000;
  text-align: left;
  vertical-align: top;
  border: 1px #8ec31f solid;
  padding: 5px;
}

.service_a {
  font-size : 24px;
  color : #000000;
  height : 20px;
  padding: 5px;
  background-color: #8ec31f;

}

.service_b {
  font-size : 18px;
  color : #000000;
  text-align: left;
  line-height: 160%;
  vertical-align: top;
  background-color: #f9f0de;
  padding: 5px;
}


.sen {
  border: 1px #cccccc solid;
}

a:link { color: #4169e1; }

a:visited { color: #4169e1; }

a:hover {
  color:#0000ff;
  cursor: pointer ; 
  text-decoration: underline;
}
