/* CSS Document */

/* 全体構造
---------------------------------------------------- */

#pre_wrapper {
  width: 720px;
  background-color: #FFFFFF;
  margin: 20px auto;
}

#pre_header {
  margin-bottom: 25px;
}

/* テキスト
---------------------------------------------------- */
.enqcap {
	margin: 0;
	font-size: 0.85em;
	color: #666666;
	line-height: 1.4;
}
.f_white {color:#FFFFFF;}

/* アンケート
---------------------------------------------------- */

#enq_w {
  margin: 20px auto;
  width: 710px;
}
#enq_top {
  margin: 0;
}


/* フッター
---------------------------------------------------- */
#enq_btm {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}




/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}
