/******************************************************************************/
/*                                                                            */
/*                                                                            */
/*                                                                            */
/******************************************************************************/

body                /** 下地 **/
{
margin: 0;
background: #fdf5e6;          /* oldlace */
background-attachment: fixed;
}

table               /** 下地規定値 **/
{
margin: 0;
padding: 0;
font-family: 'MS UI Gothic','ＭＳ Ｐゴシック';
font-size: 12pt;
background-color : transparent;
}

td                  /** テーブル内の文字位置 **/
{
vertical-align: text-top;
text-align: left;
background-color : transparent;
}

H1                  /** 見出し文字規定値 **/
{
margin: 0;
padding: 5;
font-family: 'MS UI Gothic','ＭＳ Ｐゴシック';
font-size: 13pt;
text-decoration: underline;
}
/************************************************* リンク文字 */
a:link,
a:visited,
a:active            /** アンカー（通常） **/
{
color: #404099;
text-decoration: none;
font-weight: bold;
}
a:hover             /** アンカー（選択） **/
{
color: #994040;
text-decoration: underline
}

/* ul,dl tag */
ul                  /** 今日の豆知識用 **/
{
margin: 0, 0, 0, 20;
}
dl
{
margin: 0, 0, 0, 10;
}
/************************************************* レイアウト */

table#bd            /** 枠 **/
{
background:#6699ff;           /* WaterBlue */
color: #fffff0;               /* ivory */
}

table#dt, td#dt     /** 中身 **/
{
margin: 2, 10, 2, 10;
padding: 2, 10, 2, 10;
background:#f2f2cc;          /* 濃厚なoldlace */
color: #000000;               /* Black */
}

p.narbee            /** エピソード背景 **/
{
margin: 2, 10, 2, 10;
padding: 2, 10, 2, 10;
background:#6699ff;           /* WaterBlue */
color: #fffff0;               /* ivory */
font-size: 13pt;
}

/************************************************* 表示文字 */

H1#title            /** 項目見出し **/
{
color: #fffff0;               /* ivory */
background:#6699ff;           /* WaterBlue */
}

font#mes            /** コメント文字 **/
{
font-size: 10pt;
color: #000000;               /* Black */
}

H1#date             /** 日付見出し **/
{
margin: 2, 0, 2, 0;
padding: 0;
background:#336699;           /* DarkBlue */
font-size: 15pt;
text-align: left;
text-decoration: none;
font-style: italic;
}

blockquote#comment  /** コメント文字 **/
{
font-size: 12pt;
color: #000000;               /* Black */
margin: 10, 0, 10, 30;
}


