/* 基本リンク設定 */
a{ color:#0066CC;text-decoration:none}
a:visited { color: #0066CC; text-decoration: none; }

a:active { color: #0066CC; text-decoration: underline; }
a:hover{text-decoration:underline;color:#0066CC}

/* 任意リンク設定 */
A.navi:link { color: #FFFFFF; text-decoration: none; }
A.navi:visited { color: #FFFFFF; text-decoration: none; }
A.navi:active { color: #FFFFFF; text-decoration: underline; }
A.navi:hover { color: #FFFFFF; text-decoration: underline; }

A.sbu:link { color: #F75514; text-decoration: none; }
A.sbu:visited { color: #F75514; text-decoration: none; }
A.sbu:active { color: #F75514; text-decoration: underline; }
A.sbu:hover { color: #F75514; text-decoration: underline; }

A.txt:link { color: #333333; text-decoration: underline; }
A.txt:visited { color: #333333; text-decoration: underline; }
A.txt:active { color: #333333; text-decoration: underline; }
A.txt:hover { color: #F75514; text-decoration: underline; }

/* body設定 */
body{
background-position:center;
color:#333333;
}

/* フォントファミリー設定 */
.p10,.p12,.lead  ,.p14,.p18,.b10,.b12,.b_lead  ,.b14,.b18,.p10h,.p12h,.p14h,.p18h,.b10h,.b12h,.b14h,.b18h{font-family:"ＭＳ Ｐゴシック"}
.p10,.lead  ,.p14,.p18,.b10,.b12,.b_lead  ,.b14,.b18,.p10h,.p12h,.p14h,.p18h,.b10h,.b12h,.b14h,.b18h{font-family:Osaka}

/* フォントサイズ設定 */
.p10,.b10,.p10h,.b10h{ font-size:10px }
.p12,.b12,.p12h,.b12h,.lead  ,.b_lead  { font-size:12px }
.p14,.b14,.p14h,.b14h{ font-size:14px }
.p18,.b18,.p18h,.b18h{ font-size:18px }

/* フォントウェイト設定 */
.b10,.b12,.b12h_lead  ,.b10h,.b12h,.b14,.b14h,.b18,.b18h{ font-weight:700 }

/* フォント行間設定 */
.p10,.b10{ line-height:11px; }
.p10h,.b10h{ line-height:16px; }
.p12h,.b12h{ line-height:18px; }
.lead  ,.b_lead  { line-height:18px; }
.p14h,.b14h{ line-height:130%; }
.p18h,.b18h{ line-height:130%; }

/* フォントカラー設定 */
p12,.p12h {	color: #333333;}
#white{ color:#FFFFFF; }
#red{ color:#FF0000; }
#blue{ color:#019AFF; }
#green{ color:#0E9FA4; }

/* 文字間 */
#mojikan {letter-spacing: 1px;}


/* アンダーライン */
#diarytitle{ text-decoration: underline;}


