﻿@charset"UTF-8";

/*-------------------------------------------
  タイトル部分
-------------------------------------------*/
#pagespace_desert_body {
  width: 800px;
  margin: 10px 0 0 5px;
}

#pagespace_desert p {
  clear: both;
  text-align: center;
}

#desert_top_text {
  clear: both;
  padding: 10px;
  color: #693B00;
}

.desert_box {
  clear: both;
  margin-top: 10px;
}

.desert_bar {
  clear: both;
  margin-top: 5px;
}

.desert_photo_left {
  float: left;
  width: 160px;
  height: 220px;
}

.desert_photo_right {
  float: right;
  width: 160px;
  height: 220px;
}

.desert_text {
  float: left;
  width: 460px;
  margin-left: 20px;
}

.desert_text img {
  margin-top: 7px;
}

.desert_text span {
  color: red;
  font-weight: bold;
}

