* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-size: 14px;
  background-color: #ffeecc;
}

p {
  margin: 5px 5px 24px 5px;
  color: #222222;
}
img {
  border: 0;
}

/*** 構造部分 ***/
#myBody {
  margin: 0 60px;
  padding: 10px;
  border-left: 1px solid #666666;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  background-color: #ffffff;
}
#myHeader {
  height: 100px;
}
#myContents {
  padding: 20px;
}
#myFooter {
  clear: both;
  border-top: 1px dashed gray;
  text-align: center;
  padding-top: 14px;
}

/*** ヘッダー ***/

h1 {
  font-size: 20px;
  padding: 10px;
  height: 203px;
}
p.description {
  margin: 10px;
  font-size: 12px;
  color: #666666;
  text-align: right;
  position: absolute;
  top: 50px;
  right: 70px;
}
#topbanner {
  float: left;
  width: 320px;
}
#head {
  text-align :right;
}
#myHeader a {
  display: block;
}



/*** 右メニュー ***/
h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  padding: 3px 3px 3px 35px;
  background-image: url(img/bullred.gif);
  background-repeat: no-repeat;
  background-position: left top;
  
}
h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 15px;
  padding: 3px 3px 3px 28px;
  background-image: url(img/bullxred.gif);
  background-repeat: no-repeat;
  background-position: left top;
}


/*** 対話部 ***/
.cman {
  color: blue;
  padding: 10px 0 10px 28px;
  background-image: url(img/sadao.gif);
  background-repeat: no-repeat;
  background-position: left middle;
}
.cwoman {
  color: red;
  padding: 10px 0 10px 28px;
  background-image: url(img/yosiko.gif);
  background-repeat: no-repeat;
  background-position: left middle;
}
p.taiwa {
  line-height: 200%;
  margin: 30px;
}

/*** メニューテーブル ***/
#myMenuTable {
  margin-top: 20px;
  font-size: 12px;
  line-height: 150%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  background-color: #fff0ee;
  width: 80%;
}
#myMenuTable h3 {
  background: none;
  font-size: 12px;
  padding: 0;
}
#myMenuTable td {
  vertical-align: top;
}
#myMenuTable ul {
  margin: 0 0 10px 50px;
}
#myMenuTable li ul {
  margin: 0 0 10px 20px;
  list-style: none;
  line-height: 100%;
}

/*** 質問集 ***/
.qaul {
  margin-left: 60px;
  color:#333;
  font-size: 12px;
  line-height: 140%;
}
