/*COMMON*/
.font-s{font-size:0.7em;line-height:1.8em;letter-spacing:0.1em;}
.font-m{font-size:0.8em;line-height:1.8em;letter-spacing:0.1em;}
.font-l{font-size:0.9em;line-height:1.8em;letter-spacing:0.1em;}
.font-ll{font-size:1.0em;line-height:1.8em;letter-spacing:0.1em;}
.font-xl{font-size:1.4em;line-height:1.7em;letter-spacing:0.1em;}

.bold{font-weight:bold;}
.red{color:#E10D44;}
.orange{color:#EF9D00;}
.green{color:#1F5935;}
.blue{color:#23347B;}
.gray{color:#7E7E7E;}
.white{color:#FFFFFF;}

.center{text-align:center;}
.right{text-align:right;}
.top{vertical-align:top;}
.bottom{vertical-align:bottom;}

/*LINK*/
.pdf{padding-left:30px;background-image: url(../images/icon-pdf.gif);background-position: top left;background-repeat: no-repeat;}
.jyuyou{padding-left:30px;background-image: url(../images/icon-jyuyou.gif);background-position: top left;background-repeat: no-repeat;}
#.pdf{padding-left:30px;background-image:url(http://www.dosanko.co.jp/kitasorachi/images/icon-pdf.gif);background-position: top left;background-repeat: no-repeat;}

.alpha {
list-style-type: lower-alpha;
}
.roman {
list-style-type: lower-roman;
}