/*コンテンツ部*/
#content p {
  padding : 0 30px 0 30px;
}

#content h2 {
  margin: 0 0 0 30px;
}

#content h3 {
  margin: 0 0 0 30px;
}

/*フォント*/
.f-red {
  color: #cc0000; 
  font-weight: bold;
}

/* 親ボックス */
div.rboxOya {
  width: 710px;
  height: 1555px;
  position: relative;
  top: 20px;
  left: 40px;
}

/* 子ボックス左上 */
div.rboxLeftUp {
  width: 335px;
  height: 560px;
  background: #FFFF99;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 2px dashed #FFFF99;
  border-right: 2px dashed #FFFF99;
  border-bottom: 2px hidden #FFFF99;
  border-left: 2px dashed #FFFF99;
}

/* 子ボックス右上 */
div.rboxRightUp {
  width: 335px;
  height: 705px;
  background: #DDDDDD;
  position: absolute;
  top: 0px;
  left: 375px;
  border-top: 2px dashed #DDDDDD;
  border-right: 2px dashed #DDDDDD;
  border-bottom: 2px hidden #DDDDDD;
  border-left: 2px dashed #DDDDDD;
}

/* 子ボックス左下 */
div.rboxLeftDown {
  width: 335px;
  height: 430px;
  background: #FFDDDD;
  position: absolute;
  top: 925px;
  left: 0px;
  border-top: 2px dashed #FFDDDD;
  border-right: 2px dashed #FFDDDD;
  border-bottom: 2px hidden #FFDDDD;
  border-left: 2px dashed #FFDDDD;
}

/* 子ボックス右下 */
div.rboxRightDown {
  width: 335px;
  height: 430px;
  top: 925px;
  left: 375px;
  background: #DDDD99;
  position: absolute;
  border-top: 2px dashed #DDDD99;
  border-right: 2px dashed #DDDD99;
  border-bottom: 2px hidden #DDDD99;
  border-left: 2px dashed #DDDD99;
}

/* 子ボックス左上に続く子ボックス */
div.rboxLeftUpChild {
  width: 335px;
  height: 325px;
  background: #FFFF99;
  position: absolute;
  top: 560px;
  left: 0px;
  border-top: 2px hidden #FFFF99;
  border-right: 2px dashed #FFFF99;
  border-bottom: 2px dashed #FFFF99;
  border-left: 2px dashed #FFFF99;
}

/* 子ボックス右上に続く子ボックス */
div.rboxRightUpChild {
  width: 335px;
  height: 180px;
  background: #DDDDDD;
  position: absolute;
  top: 705px;
  left: 375px;
  border-top: 2px hidden #DDDDDD;
  border-right: 2px dashed #DDDDDD;
  border-bottom: 2px dashed #DDDDDD;
  border-left: 2px dashed #DDDDDD;
}

/* 子ボックス左下に続く子ボックス */
div.rboxLeftDownChild {
  width: 335px;
  height: 180px;
  background: #FFDDDD;
  position: absolute;
  top: 1355px;
  left: 0px;
  border-top: 2px hidden #FFDDDD;
  border-right: 2px dashed #FFDDDD;
  border-bottom: 2px dashed #FFDDDD;
  border-left: 2px dashed #FFDDDD;
}

/* 子ボックス右下に続く子ボックス */
div.rboxRightDownChild {
  width: 335px;
  height: 180px;
  top: 1355px;
  left: 375px;
  background: #DDDD99;
  position: absolute;
  border-top: 2px hidden #DDDD99;
  border-right: 2px dashed #DDDD99;
  border-bottom: 2px dashed #DDDD99;
  border-left: 2px dashed #DDDD99;
}
