
/*リンクデフォルト*/

a:link { color: #66CCFF; }
a:visited { color: #66CCFF; }
a:active { color: #aaaa80; }
a:hover { color:#33FF99; background-color: #FF0066; font-style: normal;}

/*デフォルト関連*/
body { color: black; background-}
hr{width:75%;}
blockquote{  font-size: 12pt;line-height:20pt;}

/*タイトル*/
.title { color: #8080ff; font-style: italic; font-weight: 900; font-size: 25pt; text-align: center;}

/*サブタイトル*/
.stitle { color: #ff6666; font-weight: 900; font-size: 15pt; }
.stitle2 { color: #ff6666; font-weight: 900; font-size: 15pt; margin:0% 20%;}

/*ノーマル文字*/
.nor {  font-size: 12pt; line-height:20pt; margin:0% 20%;}
.nor_c {  font-size: 12pt; text-align: center; line-height:20pt;margin:0% 20%;}
.nor_r {  font-size: 12pt; text-align: right; line-height:20pt; }
.nor_l {  font-size: 12pt; text-align: left; line-height:20pt; }
.nor_2 {  font-size: 12pt; line-height:20pt; margin:0% 10%; }

/*日付*/
.date { color: #ffa500; font-weight: bold; font-size: 12pt; background-color: #339933;
        text-align: center;width:50%; margin:0% 20%;}

/*リンク詳細*/
.lk { font-weight: 900; font-size: 15pt;} /*ノーマルリンク*/
.slk { font-weight: 900; font-size: 10pt; text-align: left; } /*トップリンク*/

/*ボックス関連*/
.infobox { background-color: #66ccff; padding: 3%; border: outset #33555555; width: 80%; }
.topbox { background-color: #66ccff; padding: 3%; border: outset #555555; width: 50%;}
.listbox { background-color: #000099; padding: 3%; border: outset #000000; width: 50%; }
.listbox2 { background-color: #000099; padding: 3%; border: outset #000000; width: 40%; }

/*強調関連*/
/*赤*/
.rimp1 { color: #ff0000; font-weight: bold; font-size: 12pt;}

.rimp2 { color: #ff0000; font-weight: bold; font-size: 15pt;}

.rimp3 { color: #ff0000; font-weight: bold; font-size: 20pt;}

/*黄色*/
.yimp1 { color: #ffff00; font-weight: bold; font-size: 12pt;}

.yimp2 { color: #ffff00; font-weight: bold; font-size: 15pt;}

.yimp3 { color: #ffff00; font-weight: bold; font-size: 20pt;}

/*青*/
.bimp1 { color: #00ccff; font-weight: bold; font-size: 12pt;}

.bimp2 { color: #00ccff; font-weight: bold; font-size: 15pt;}

.bimp3 { color: #00ccff; font-weight: bold; font-size: 20pt;}

/*緑*/
.gimp1 { color: #00ff00; font-weight: bold; font-size: 12pt;}

.gimp2 { color: #00ff00; font-weight: bold; font-size: 15pt;}

.gimp3 { color: #00ff00; font-weight: bold; font-size: 20pt;}

/*その他の強調*/
.pimp { color: #ff00ff; font-weight: 900; font-size: 12pt;}/*ノーマル紫*/
.dgimp { color: #008b8b; font-weight: 900; font-size: 12pt; }/*ノーマル深緑*/

.imp5 { color: #FFA500; font-weight: 900; font-size: 25pt; text-align: right; }

