@charset "utf-8";
a:link {
  text-decoration: none;
}

body {
  background: url(../img/other/back.jpg) repeat;
  /*background-color: #f0f4fd;*/
 }

.osusume {
 margin-top: 10px;
 margin-bottom: 10px;
 color: #C30;
 font-weight: bold;
 line-height: 150%;
 letter-spacing: 0.2em;
}

#main h1 {
  background: url(../img/other/midasih1.png) no-repeat;
  color: #fff;
  height: 29px;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 18px;
  padding: 5px 20px;
}

#main h2 {
  margin: 0px 0 0 16px;
}

#main h4 {
  background-color: #d2691e;
  padding-left: 5px;
  color: #fff;
}

#main h5 {
  padding-left: 5px;
  color: #FF0000;
}

#main h6 {
  text-align: center;
}

table.soto {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 8px;
  /*border: solid 1px #000;  */  
}

table.uti {
  border-collapse: separate;
  border-spacing: 4px;
  border: solid 1px #4a7fec;
  line-height: 120%;    
}

/* a:  */
a:link {
  text-decoration: none;
  color: #333300;
}

a:hover {
  color: #a52a2a;
}
/* 終わりa:  */

/*　横並びメニュー　*/
.table-ul {
  margin: 5px auto;
  background-color: #cda743;
  display: table;
  table-layout: fixed;
  text-align: center;
  /*width: 600px;*/
}

.table-ul li {
  width: 95px;
  border-right: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
}

.table-ul li:last-child {
  border-right: 0;
}

.table-ul li a {
  color: #330;
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 0;
}

.table-ul li a:hover {
  color: #a52a2a;
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 0;
}
/*　終わり横並びメニュー　*/

/* ##########################################################################*/
.block {
  width: 720px;
  display: table;
  table-layout: fixed;
  margin: 5px 10px 0 20px;
}
.block_element {
  display: table-cell;
  width: 155px;
  padding: 5px;
  line-height: 140%;
  /*border: 1px solid #900;*/
}
.block h3 {
  color: #5f7e1f;
  font-weight: bold;
}
.kakaku {
  font-size:18px;
  font-weight: bold;
  color: #ee2400;
}
.tubosu {
  font-weight: bold;
  color: #980e29;
}

.shosai {
  padding: 5px 0 0 50px;
}
  


