/* (04/10/17) */

/******** for titi-catch letter(green) */
.s1  {
 color:#008000;
 font-size:17pt;
 font-weight:bold;
 line-height:1.5;
}

/******* for titi,title-top logo(blue) */
.s2  {
 color:#006699;
 font-size:60pt;
 font-weight:bold;
 line-height:1.5;
 font-style:italic;
}

/******* for titi-link letter(blue-white) */
.s3  {
 color:#FFFFFF;
 background-color:#006699;
 font-size:12pt;
 font-weight:bold;
 line-height:1.5;
 }

/******* for honbun left(menu)-background(hada) */
.s4  {
 background-color:#FFCC99;
}
   
/********** for MAILback(greenamime-white) */
.s5  {
 background-image:url('element/5_amime_18.gif');
 color:#FFFFFF;
 font-size:11pt;
 font-weight:bold;
 line-height:1.5;
}

/****** for titi-background image(pinkamime) */
.s6  {
 background-image:url('element/5_amime_31.gif');
}

/********* for MAILbutton */
.s8  {
 color:#FFFFFF;
 font-size:10pt;
 font-weight:bold;
 line-height:1.5;
 background-color:#808000;
}

/********* for MAILcontent(lime-olive) */
.s9  {
 color:#008000;
 background-color:#ccff99;
 font-size:10pt;
 font-weight:bold;
 line-height:1;
}

/******** for honbun left(menu)-link letter(maroon-white) */
.s10 {
 color:#FFFFFF;
 font-size:10pt;
 font-weight:bold;
 line-height:1.5;
 background-color:#800000;
}

/****** for maegaki(content),honbuntop(title),honbunright(each content)-background image(hadaamime-olive) */
.s11 {
 background-image:url('element/5_amime_32.gif');
 color:#808000;
 font-size:11pt;
 font-weight:bold;
 line-height:1.7;
 letter-spacing:0.1em;
}

/* for page-break */
.pagebreak {
 page-break-before:always;
}


