@charset "utf-8";

/*=Contents==================================================*/
/*メインコンテンツ内容はw689にて作成*/


/*ページタイトルh2用背景指定*/
#catch01 {
  width: 689px;
  height: 81px;
  padding-top: 2px;
  background: url(../images/03_used_midashi_bgimg.gif) top left no-repeat;
  color: #333;
  font-size: 18px;
  text-align: right;
}

p.text01 span {
  color: #da251d;
}

.image01 {
  float: left;
  margin-right: 14px;
  margin-bottom: 30px;
}

#main p {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#main h3 {
  width: 650px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}




/*===clearfix===*/
#wrapper:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}