@charset "Shift_JIS";

/* ##### 全体の設定 ##### */

/* 再定義 */
body {
	color:#000000; background-color:#F5F5F5; margin-top:0px; margin-bottom:0px; scrollbar-base-color: #EEEEEE;
	font-size:14px;
	font-family:'MS UI Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1 { text-align:center; color:#FF0000; font-size:24px;}
img { border-width:0px;}
hr {
	align:center;
	width:100%;
}
table { font-size:14px;}
td { vertical-align:top;}

/* センタリングカラム設定 */
div.body1 {
	text-align:center;
	height:100%;
}
div.body2 {
	text-align:left; height:100%; background-color:#FFFFFF; margin:0px auto; padding:30px 10px; width:720px;
	border-style: dotted;
	border-width: 0px 2px;
	border-color: #777777;
}

/* ##### 質問テーブル関連の設定 ##### */

/* テーブル全体の表示 */
.question {
	width:100%;
	border-width:0px;
}
.question td { 
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #777777;
}

/* 入力説明注釈文字列 */
.note {
	color:#777777;
	font-size:12px;
}

/* 項目セルの表示 */
td.question_title {
	width: 200px;
}
td.question_required {
	color:#FF0000;
}

/* エラー時の表示 */
.error_coution {
	color:#FF0000;
	font-weight:bold;
}

/* 質問ジャンルタイトル文字列 */
p.question_genre {
	font-size:16px;
	font-weight:bold;
}

/* submitボタンエリア */
div.question_submit {
	text-align:center;
	margin:20px 0px;
}
input.button {
	width: 150px;
}
