/******************************************************************************/
/*                                                                            */
/*                                                                            */
/*                                                                            */
/******************************************************************************/

/********************************************************************* 規定値 */
body						/** 背景（基本） **/
{
margin: 0;
color: #dcdcdc;				/* gainsboro */
background: #222244;
background-attachment: fixed;
}

table						/** テーブル **/
{
margin: 0;
padding: 0;
font-family: 'MS UI Gothic','ＭＳ Ｐゴシック';
font-size: 12pt;
background-color : transparent;
margin: 2, 10, 2, 10;
padding: 2, 10, 2, 10;
}

td						/** テーブルTD **/
{
vertical-align: text-top;
text-align: left;
background-color : transparent;
}

H1						/** 見出し１（H1） **/
{
font-family: 'MS UI Gothic','ＭＳ Ｐゴシック';
font-size: 14pt;
}
/***************************************************************** リンク文字 */
a:link,
a:visited,
a:active					/** アンカー（通常） **/
{
color: #4169e1;				/* royalblue */
text-decoration: none;
font-weight: bold;
}
a:hover						/** アンカー（選択） **/
{
color: #cd5c5c;				/* indianred */
text-decoration: underline
}
/********************************************************* レイアウト（共通） */
H1#title					/** 見出しレイアウト **/
{
margin: 0;
text-decoration: underline;
color: #dcdcdc;				/* gainsboro */
background: #442244;
font-size: 22pt;
}
H1#subtitle					/** 見出しレイアウト（サブ） **/
{
margin: 0;
text-decoration: underline;
color: #dcdcdc;				/* gainsboro */
background: #442244;
font-size: 16pt;
}
/************************************************************* 各種レイアウト */
td#eptitle					/** 目次のタイトル領域 **/
{
vertical-align: middle;
background: #228b22;			/* forestgreen */
color: #dcdcdc;				/* gainsboro */
}
td#epcomment					/** 目次のコメント領域 **/
{
background: #220082;			/* indigo */
color: #dcdcdc;				/* gainsboro */
}
td#ep						/** 各エピソードのディテール **/
{
font-size: 13pt;
}
td#epstart					/** 各エピソードの冒頭文字列 **/
{
font-family: 'HG正楷書体-PRO','ＭＳ 明朝';
font-size: 16pt;
}
td#epend					/** 各エピソードのキャスト文字列 **/
{
font-family: 'HG正楷書体-PRO','ＭＳ 明朝';
font-size: 14pt;
}
td#toraki					/** とらきのホームページ領域 **/
{
background: #00deab;			/* honeydewtab */
color: #000000;				/* black */
font-family: 'ＭＳ ゴシック';
font-size: 12pt;
font-weight: bold;
}
/*********************************************************** 各種文字フォント */
font#epcomment					/** 目次のコメント文字 **/
{
font-size: 10pt;
}
font#eptitle					/** 各エピソードのタイトル文字列 **/
{
font-family: 'HG正楷書体-PRO','ＭＳ 明朝';
font-size: 24pt;
font-weight: bold;
text-decoration: underline;
}
font#narbee					/** Ｎ君のセリフ **/
{
color: #dc143c;				/* crimson */
}
font#burdee					/** ブーデーのセリフ **/
{
color: #daa520;				/* goldenrod */
}
font#other					/** その他のセリフ（私、私が無い時の脇役） **/
{
color: #f5deb3;				/* wheat */
}
font#other2					/** その他のセリフ2（Ｉ君、Ｋ君） **/
{
color: #90ee90;				/* lightgreen */
}
font#other3					/** その他のセリフ3（店長系） **/
{
color: #6495ed;				/* cornflowerblue */
}
font#other4					/** その他のセリフ4（女性・Ｗさん・Ｍさん） **/
{
color: #dda0dd;				/* plum */
}

