h1 {BACKGROUND-COLOR: #9999CC ; FONT-SIZE: 20px;color:#FFFFFF; h2: 100%}
h2 {BACKGROUND-COLOR: #99CC99 ; FONT-SIZE: 20px;color:#FFFFFF; WIDTH: 100%}
h3.memo {BACKGROUND-COLOR: #ffa07a ; font-family:  'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: larger;color:#FFFFFF; WIDTH: 100%;}
h3.title {BACKGROUND-COLOR: #9999CC ; font-family: 'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: larger;color:#FFFFFF; WIDTH: 100%}
/* 印刷したときにくっきり見える */
h3.title_a {BACKGROUND-COLOR: #eeffff ; font-family: 'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: larger;color:#555588; WIDTH: 80%}h3.kakushi {font-family:                           'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: xx-small;color:#eeFFFF; WIDTH: 100%}
h3.kakushi {font-family:                           'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: xx-small;color:#ffffee; WIDTH: 100%}
h3.title2 {font-family:                            'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: large;color:#000000; WIDTH: 100%}
h3.credit {font-family:                            'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: small;color:#666666; WIDTH: 100%}
h3.honbun {font-family:                            'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: normal;color:#444444; font-weight:normal; WIDTH: 100%}
h3.subtitle {font-family:                          'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: smaller ; color:#FF9333; WIDTH: 50%;}
h3.subtitle2 {font-family:                         'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: smaller ;color:#2E9AFE; WIDTH: 50%;}
h3.subtitle_l {font-family:                          'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: large ; color:#FF9333; WIDTH: 80%;}
h3.subtitle2_l {font-family:                         'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; FONT-SIZE: large ;color:#2E9AFE; WIDTH: 80%;}
a:link{color:#00008b}
a:visited{color:#0000A0}
a { text-decoration: none } 
a:hover { text-decoration: underline }
BODY         {font-family: 'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; background-color: #eeFFFF;}
BODY.tokutei {font-family: 'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; background-color: #ffffff;}
TD { font-size: 9pt ; font-family: 'Meiryo UI', 'Verdana', 'メイリオ', 'Meiryo', sans-serif; }
TH { font-size: 12pt }
P { font-size: smaller } 
P.footer { FONT-SIZE: smaller;color:#5f9ea0 } 

div.rem1 { text-indent: 1rem; } 
div.rem2 { text-indent: 2rem; } 
div.red { color:#ff0000; } 
div.green { color:#00ff00; } 
div.blue { color:#0000ff; } 

div.burlywood { color:#deb887; } 
div.peru { color:#cd853f; } 

div.dodgerblue { color:#1e90ff; } 

div.darkorange { color:#ff8c00; } 
div.orangered { color:#ff4500; } 


div.limegreen { color:#90ee90; } 
div.darkgreen { color:#006400; } 


/* https://www.colordic.org/ */


SPAN { BACKGROUND-COLOR: #ffff99 }
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
img.top { vertical-align: text-top; }
img.bottom { vertical-align: text-bottom; }
img.middle { vertical-align: middle; }
