/* ＢＯＤＹ句 */
BODY                {
                      background-color:#ffffff;
                      color:#505050;
                      font-size:12pt;
                    }

/* リンク関係 */
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

/* フォーム */
FORM                {
                      margin: 0px;
                      padding: 0px;
                    }

/* 入力フォーム */
input,textarea      {
                      border-color:#FCC08F;
                      border-style:solid;
                      border-width:0.5pt;
                      background-color:#ffffff;
                    }

/* ボタン */
input.button        {
                      border-color:#FFB03C;
                      border-style:solid;
                      border-width:0.5pt;
                      background-color:#FFE9C8;
                    }

/* ラジオボタン */
input.radio         {
                      border-style:none;
                      color:#505050;
                      background-color:transparent;
                    }

/* タイトル */
.windowtitle        {
                      color:#FF9933;
                      font-size:24pt;
                      font-weight:bold;
                      text-align:center;
                      padding-top:10px;
                    }

/* Homeなどのメニュー */
.menu               {
                      text-align:right;
                    }

/* 管理人メッセージ */
/* 枠 */
table.ktable        {
                      border-color:#F09A84;
                      border-style:solid;
                      border-width:2pt;
                      background-color:#fffcf3;
                      width:40%;
                    }

/* タイトル */
.ktitle             {
                      color:#FF9933;
                      font-size:16pt;
                      font-weight:bold;
                      text-align:center;
                    }

/* メッセージ */
.kmessage           {
                      color:#B47551;
                      padding:12px;
                    }

/* 日付 */
.kdate              {
                      text-align:right;
                      font-size:10pt;
                    }

/* 枠 */
TABLE.waku          {
	width:100%;
	color:#505050;
	font-size:12pt;
                    }

/* カテゴリ */
.category           {
                      text-align:left;
                      font-size:12pt;
					  font-weight: bold;
					  line-height: 150%;
                      border-color:#FFB03C;
                      border-width:0px 0px 1px 24px;
                      border-style:solid;
                      padding-left:12px;
                      width:100%;
                    }

/* リスト */
.list               {
                      list-style-type:square;
                      margin-top:10px;
                      margin-bottom:32px;
                    }

/* リスト */
LI.ll               {
                      font-size:10pt;
					  line-height: 150%;
                    }

/* 個別表示時の枠 */
TABLE.wakuk         {
                      width:100%;
                    }

/* 個別表示時の質問 */
.question           {
                      font-size:12pt;
					  font-weight: bold;
                      border-color:#FFB03C;
                      border-width:0px 0px 1px 24px;
                      border-style:solid;
                      padding-left:12px;
                      width:100%;
                    }

/* 回答 */
.answer             {
                      padding:4px 12px 34px 12px;
                      margin-left:1em;
                      background-color:#ffffff;
                      font-size:10pt;
                    }

/* 日付 */
.date              {
                      text-align:right;
                      font-size:10pt;
                      padding-bottom:12px;
                    }

/* 個別表示時のカテゴリ */
.kotecate           {
                      text-align:center;
                      font-size:14pt;
                      padding-bottom:24px;
                      font-weight:bold;
                    }
td {
	font-size: 12px;
}
.writing {
	font-size: 12px;
	line-height: 140%;
}
.txt11 {
	font-size: 11px;
}
.ex {
	font-size: 10px;
	line-height: 150%;
	color: #3366CC;
}.txt10 {
	font-size: 10px;
	line-height: 110%;
}