<!--
/* ベース設定　※背景色：薄いベージュ */
body { background: #fffcf0; margin-top: 0px; margin-left: 0px; }
/* リンク色設定　今のところ全部同じ */
a:link { color: #e87400; }
a:active { color: #e87400; }
a:visited { color: #e87400; }
a:hover { color: #e87400; }
/* 画像セルの設定  */
.img { vertical-align: top; }
/* アンケート番号部分のセル　縦横align指定あり  */
.n { text-align: right; vertical-align: top; font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 文字色：明るい茶色 */
/* アンケート質問部分のセル　縦align指定あり  */
.q { background-color: #fffffb; vertical-align: top; font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：暗めのベージュ、文字色：明るい茶色 */
/* アンケート回答部分のセル　縦align指定あり  */
.a { background-color: #fffffb; vertical-align: top; font-size:12px; line-height:160%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：暗めのベージュ、文字色：明るい茶色 */
/* 会員登録項目部分のセル　縦align指定あり  */
.mem_q { background-color: #fffcf0; vertical-align: top; font-size:12px; line-height:140%; font-weight: bold; font-decoration: none; color: #673c1b;}  /* 背景色：暗めのベージュ、文字色：明るい茶色 */
/* 会員登録回答部分のセル　縦align指定あり  */
.mem_a { background-color: #fffcf0; vertical-align: top; font-size:12px; line-height:160%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：暗めのベージュ、文字色：明るい茶色 */
/* 各ページタイトル部分のセル  */
.ttl { background-color: #f0efe1; font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：暗めのベージュ、文字色：明るい茶色 */
/* テキスト部分のセル1  */
.tx { background-color: #fffffb; font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：極薄のベージュ、文字色：明るい茶色 */
/* テキスト部分のセル2  */
.txw { background-color: #ffffff; font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;}  /* 背景色：白、文字色：明るい茶色 */
/* ほかクラス */
.main {font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.main_s {font-size:10px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.main_d {font-size:12px; font-weight: bold; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.main_ds {font-size:10px; font-weight: bold; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.main_l {font-size:14px; line-height:140%; font-weight: normal; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.mainb2 {font-size:12px; line-height:140%; font-weight: bold; font-decoration: none; color: #92530d;}  /* 文字色：明るい橙色 */
.mainb {font-size:12px; line-height:140%; font-weight: bold; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.mainb_s{font-size:10px; line-height:140%; font-weight: bold; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.mainb_l {font-size:14px; line-height:140%; font-weight: bold; font-decoration: none; color: #673c1b;} /* 文字色：明るい茶色 */
.gr{font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #5c544e;} /* 文字色：黒 */
.gr_b{font-size:12px; line-height:140%; font-weight: bold; font-decoration: none; color: #5c544e;} /* 文字色：黒 */
.bl {font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #000000;} /* 文字色：黒 */
.ent {font-size:16px; line-height:140%; font-weight: bold; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */
.ent12b {font-size:12px; line-height:140%; font-weight: bold; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */
.ent12 {font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */
.ent10 {font-size:10px; line-height:140%; font-weight: normal; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */
.ent10b {font-size:10px; line-height:140%; font-weight: bold; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */
.w {font-size:12px; line-height:140%; font-weight: normal; font-decoration: none; color: #fffffc;} /* 文字色：明るい茶色 */
.white { font-size:12px; line-height:140%;font-weight: bold; font-decoration: none; color: #ffffff;} /* 文字色：明るい茶色 */
.beige { font-size:12px; line-height:140%;font-weight: bold; font-decoration: none; color: #bdb79b;} /* 文字色：明るい茶色 */
.name {font-size:18px; line-height:140%; font-weight: bold; font-decoration: none; color: #e87400;}  /* 文字色：明るい橙色 */

-->