/*地域生活支援班ホームページ用の設定*/

 h1 {color: orange; font-size:"x-large"; font-style:bold; text-align:center;line-height: 1.5em}
 h2 {color: blue; font-size:"large"; font-style:bold;line-height: 1.5em}
 h3 {color: green; font-size:"medium"; font-style:bolder; text-decoration;underline;line-height: 1.5em}
 h4 {color: purple; font-size:"medium";text-decoration;underline}
 h5 {color: black; font-size:"medium";text-decoration;underline}
 p.note{border: dotted medium black;font-size: small;line-height: 1.5em}
 p.note2{border: dotted medium black;font-size: medium;line-height: 1.5em}
 p.brief{font-size: large;line-height: 2em;}
 p.body{line-height: 1.5em;}
 p.colum{border: thick gray outset;margin: 1em 2em;padding: 1em;font-size: medium;line-height: 1.5em;background: #ffffe0;}
 span.xxl{font-size: xx-large;}
 span.xl{font-size: x-large;}
 span.l{font-size: large;}
 span.xxs{font-size: xx-small;}
 span.xs{font-size: x-small;}
 span.s{font-size: small;}
 ol.box{border: thick gray outset;margin: 1em 2em;padding: 1em;font-size: large;line-height: 1.5em;background: #ffffe0;}
 ul.box{border: thick gray outset;margin: 1em 2em;padding: 1em;font-size: large;line-height: 1.5em;background: #ffffe0;}
 dl.definition{border: solid medium gray;margin: 1em 2em;padding: 1em;line-height: 1.5em;background: #eee;}

