
body { 	  /* ページ全体の設定 */
  background-color: #ffffcc;
  background-image: url();
}

.title {  /* ページ最上部のアンケートタイトルの設定 */
  font-size: 12pt;
}

.sub {	  /*サブタイトルの文字設定 */
}

.q {	  /* 質問文の文字設定 */
  font-weight: bold;
  font-size: 11pt;
  margin: 0 0 0 0;
}

.p {	  /* 選択肢の文字設定 */
  margin: 0 0 0 0;
  font-size: 10pt;
}

.thank {  /* 投票後のメッセージの文字設定 */
  font-size: 12pt;
  font-weight: bold;
}

.table {  /* 結果表示の表の設定 */
  margin: 0 0;
  background-color: #ffffff;
  font-size: 9pt;
}

.toko {	  /* フリーメッセージの文字設定 */
  margin: 0 30;
  font-size: 9pt;
}

.mail {	  /* 不具合時の連絡先案内の文字設定 */
  text-align: center;
  font-size: 9pt;
}

.error {  /* エラー画面の文字設定 */
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
}
  

