.aly_tx_xxs {font-size: 0.55em; }
.aly_tx_xs {font-size: 0.7em; }
.aly_tx_s {font-size: 0.8em; }
.aly_tx_m {font-size: 1em; }
.aly_tx_l {font-size: 1.2em; }
.aly_tx_xl {font-size: 1.44em; }
.aly_tx_xxl {font-size: 2em; }

.aly_tx_left {text-align: left;}
.aly_tx_center {text-align: center;}
.aly_tx_right {text-align: right;}
.aly_tx_justify {text-align: justify;}

.aly_tx_f_auto{color:rgb(0,0,0);}
.aly_tx_f_black{color:rgb(0,0,0);}
.aly_tx_f_maroon{color:rgb(128,0,0);}
.aly_tx_f_saddlebrown{color:rgb(139,69,19);}
.aly_tx_f_darkslategray{color:rgb(47,79,79);}
.aly_tx_f_teal{color:rgb(0,128,128);}
.aly_tx_f_navy{color:rgb(0,0,128);}
.aly_tx_f_indigo{color:rgb(75,0,130);}
.aly_tx_f_dimgray{color:rgb(105,105,105);}
.aly_tx_f_firebrick{color:rgb(178,34,34);}
.aly_tx_f_brown{color:rgb(165,42,42);}
.aly_tx_f_goldenrod{color:rgb(218,165,32);}
.aly_tx_f_darkgreen{color:rgb(0,100,0);}
.aly_tx_f_turquoise{color:rgb(64,224,208);}
.aly_tx_f_mediumblue{color:rgb(0,0,205);}
.aly_tx_f_purple{color:rgb(128,0,128);}
.aly_tx_f_gray{color:rgb(128,128,128);}
/*.aly_tx_f_red{color:rgb(255,0,0);}*/
.aly_tx_f_red{color:#CC0000;}
.aly_tx_f_darkorange{color:rgb(255,140,0);}
.aly_tx_f_gold{color:rgb(255,215,0);}
/*.aly_tx_f_green{color:rgb(0,128,0);}*/
.aly_tx_f_green{color:#007700;}
.aly_tx_f_cyan{color:rgb(0,255,255);}
.aly_tx_f_blue{color:rgb(0,0,255);}
.aly_tx_f_violet{color:rgb(238,130,238);}
.aly_tx_f_darkgray{color:rgb(169,169,169);}
.aly_tx_f_lightsalmon{color:rgb(255,160,122);}
.aly_tx_f_orange{color:rgb(255,165,0);}
.aly_tx_f_yellow{color:rgb(255,255,0);}
.aly_tx_f_lime{color:rgb(0,255,0);}
.aly_tx_f_paleturquoise{color:rgb(175,238,238);}
.aly_tx_f_lightblue{color:rgb(173,216,230);}
.aly_tx_f_plum{color:rgb(221,160,221);}
.aly_tx_f_lightgrey{color:rgb(211,211,211);}
.aly_tx_f_lavenderblush{color:rgb(255,240,245);}
.aly_tx_f_antiquewhite{color:rgb(250,235,215);}
.aly_tx_f_lightyellow{color:rgb(255,255,224);}
.aly_tx_f_honeydew{color:rgb(240,255,240);}
.aly_tx_f_azure{color:rgb(240,255,255);}
.aly_tx_f_aliceblue{color:rgb(240,248,255);}
.aly_tx_f_lavender{color:rgb(230,230,250);}
.aly_tx_f_white{color:rgb(255,255,255);}

/* 段落の書式 */
.multiple_lines h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
  margin: 0px 0px 0.8em 0px;
}
.multiple_lines h4 {
  margin: 0px 0px 0.8em 0px;
}

/* リスト */
.multiple_lines ul.list,
.multiple_lines ol.olist {
  list-style-position: outside;
  margin: 0px 0px 0.8em 1.5em;
}
.multiple_lines ul.list li {
  list-style: disc;
  padding-bottom: 7px;
}
.multiple_lines ol.olist li {
  padding-bottom: 7px;
}

/* テーブル */
.multiple_lines table.def {
	margin-bottom: 0px;
	background:#CCC;
	border-spacing: 1px;
}
.multiple_lines table.def td,
.multiple_lines table.def th {
	vertical-align: middle;
	line-height: 1.6em;
	padding: 7px 7px 5px 7px;
	background:#FFF;
}
.multiple_lines table.def th,
.multiple_lines table.def td.gr{
	background:#EEE;
}
.multiple_lines table.def th.a {
	background: #FFD7D7;
	text-align: center;
}
.multiple_lines table.def th.b {
	background: #FFEDB7;
	text-align: center;
}
.multiple_lines table.def th.c {
	background: #a3e09e;
	text-align: center;
}
.multiple_lines table.def th.s {
	background: #C8EDFF;
	text-align: center;
}
.multiple_lines table.def td.a {
	background: #FFF5EE;
}
.multiple_lines table.def td.ab {
	background: #FFFACD;
}
.multiple_lines table.def td.b {
	background: #FFFACD;
}
.multiple_lines table.def td.c {
	background: #F0FFF0;
}
.multiple_lines table.def td.s {
	background: #F0F8FF;
}
