/* 2007-1106より使用、Meiryo, MS UI Gothic,白ベースのCSS */


/* やっぱ極太でしょ */
/*strong {font-family:ＤＦＰ隷書体,ＭＳ Ｐ明朝; font-weight:middle}
b {font-family:ＤＦＰ隷書体,ＭＳ Ｐ明朝; font-weight:normal; font-size:middle}*/

/* それともLicida ? */
address {font-family:Lucida Console,MS UI Gothic; font-style:normal; font-weight:normal; font-size:14px}
em      {font-family:Lucida Console,MS UI Gothic; font-style:normal; font-weight:normal; font-size:14px}


/* 左右にインデント */
/* p  {padding-left:24px; padding-right:24px} */

/* 見出し */
h1 {font-weight:normal; font-size:x-large; color:#f0f0c0; font-family:Lucida Console,Meiryo,MS UI Gothic}
h2 {margin-left:2.5%; margin-right:2.5%; margin-top:32px; background-color:#606870; font-weight:normal}
h3 {padding-left:5%; padding-right:5%; color:#e88020}
h4 {padding-left:5%; padding-right:5%}

/* リンク */
A:link    { text-decoration:underline; color:#a0e0b0 }
A:visited { text-decoration:underline; color:#bbaabb }
A:active  { text-decoration:underline; color:#c0ffd0}
A:hover   { text-decoration:none; color:#e0fff0}

/* インデントとか(独り言固有) */
body {background-image:url('bg2.png'); background-repeat:repeat-y; background-color:#303438; color:#e0e8f0; line-height:150%; font-family:Meiryo, MS UI Gothic; font-size:small}
p {line-height:150%; padding-left:5%; padding-right:5%}
ul {line-height:125%; padding-left:5%; padding-right:5%}
ol {line-height:125%; padding-left:5%; padding-right:5%}
table {line-height:125%; margin-left:5%; margin-right:5%;  font-size:x-small}


/* その他 */
pre {font-size:x-small; background:#ccd0c6; margin-left:5%; margin-right:5%; padding:16px 24px 16px 24px}
hr {color:#808090; background-color:#a0a0b0; width:75%; height:2px; border:2px; border-style:dotted}

/* タイトル文字列 */
.titleA {font-size: x-large; text-decoration: underline; color:#f0f0c0; font-family: Meiryo, MS UI Gothic; padding-top: 8px; padding-bottom: 24px}

/* 書式いろいろ */
/* 作品名を強調 */
.t {color:#20E020}
/* 固有名詞強調 */
.s {color:#00d0ff}
/* ポジティブな強調 */
.p {color:coral}
/* ネガティブな強調 */
.n {color:#c02020}
/* AA張り用 */
.AA {font-family: ＭＳ Ｐゴシック; font-size:12pt; line-height:110%}
