body { 	  /* ページ全体の設定 */

}

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

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

.q {	  /* 質問文の文字設定 */
	font-weight: bold;
}

.p {	  /* 選択肢の文字設定 */
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 30;
	padding-right: 30px;
	padding-left: 5px;
}

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

.table {  /* 結果表示の表の設定 */
  margin: 0 30;
  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;
}
  

.enq_h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCFFCC;
	background-image: none;
	padding: 3px;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#page #footer {
	background-color: #00CC33;
}
#page #content #main .inner-box-about #form1 th {
	text-align: left;

}

