/* 文化ＤＬ スタイルシート(共通) */

/* 色やフォントなどのスタイル属性のデフォルト値を上書きするには、ここで定義します。 */

/* フォントと色 */
/*.HeaderCell    { background-color:#C1D9DB;}*/
.HeaderCell    { background-color:#E4D6DE;}
.HeaderCellRev { background-color:#8AA06F;}
.BaseLargeFont  { font-size: 14pt; font-weight: bold; color:#444444;}
.BaseLargeFontRev { font-size: 14pt; font-weight: bold; color:#FFFFFF;}
.BaseMediumFont  { font-size: 13pt; font-weight: bold; color:#444444;}
.BaseMediumFontRev { font-size: 13pt; font-weight: bold; color:#FFFFFF;}
.BaseSmallFont  { font-size: 11pt; font-weight: bold; color:#444444;}
.BaseSmallFontRev { font-size: 11pt; font-weight: bold; color:#FFFFFF;}
.BaseSmallFont2  { font-size: 10pt; font-weight: bold; color:#444444;}
.BaseSmallFont2Rev { font-size: 10pt; font-weight: bold; color:#FFFFFF;}
.LogoFont  { font-size: 12pt; font-weight: bold; color:#D0B000;}

/* 一覧表示のフォントと色 */
.FontFace  { font-family: ＭＳ Ｐ明朝; }
/*.TitleFont  { font-size: 22pt; font-family: ＭＳ Ｐ明朝; font-weight: bold; color:#FFFFFF;}*/
.TitleFont0  { font-size: 22pt; font-weight: bold; color:#650444;}
.TitleFont0Rev { font-size: 22pt; font-weight: bold; color:#FFFFFF;}
.RubyFont0  { font-size: 10pt; font-weight: bold; color:#650444;}
.RubyFont0Rev { font-size: 10pt; font-weight: bold; color:#FFFFFF;}
.TitleFont  { font-size: 16pt; font-weight: bold; color:#650444;}
.TitleFontA  { font-size: 16pt; font-weight: bold; color:#333333;}
.TitleFontRev { font-size: 16pt; font-weight: bold; color:#FFFFFF;}
.RubyFont  { font-size: 9pt; font-weight: bold; color:#650444;}
.RubyFontA  { font-size: 9pt; font-weight: bold; color:#333333;}
.RubyFontRev { font-size: 9pt; font-weight: bold; color:#FFFFFF;}
.TitleFont2  { font-size: 14pt; font-weight: bold; color:#333333;}
.TitleFont2A  { font-size: 14pt; font-weight: bold; color:#650444;}
.TitleFont2Rev { font-size: 14pt; font-weight: bold; color:#FFFFFF;}
.RubyFont2  { font-size: 8pt; font-weight: bold; color:#333333;}
.RubyFont2A  { font-size: 8pt; font-weight: bold; color:#650444;}
.RubyFont2Rev { font-size: 8pt; font-weight: bold; color:#FFFFFF;}
.TitleFont3  { font-size: 12pt; font-weight: bold; color:#222222;}
.TitleFont3A  { font-size: 12pt; font-weight: bold; color:#650444;}
.TitleFont3Rev { font-size: 12pt; font-weight: bold; color:#FFFFFF;}
.TitleFont4  { font-size: 10pt; font-weight: bold; color:#222222;}

/* ナビゲーションバーのフォントと色 */
.NaviTitleFont  { font-size: 20pt; font-weight: bold; color:#650444;}
.NaviTitleFontRev { font-size: 20pt; font-weight: bold; color:#FFFFFF;}

/* リンクの色 */
a:link { color:#444444; font-size: 14pt; font-weight: bold; }
a:visited { color:444444; font-size: 14pt; font-weight: bold; }
a:active { color:444444; font-size: 14pt; font-weight: bold; }

/* プルダウンメニューのフォントと色 */
.PullDownList  { font-size: 12pt; font-weight: bold; color:#444444; background-color: #FFFFFF;}


