/*講座HP用スタイルシート*/

/*背景色指定*/
body{background-color:#E0FFFF}
/* th, td{background-color:#E0FFFF} */

/*リンク色指定*/
a:link {color:green}
a:visited {color:red}
a:active {color:blue}
a:hover {color:violet}

/*fontの指定(symbolとか)*/
.sym {font-family:"symbol"}
.p130 {font-size:130%}
.times {font-family:"Times"}

/*その他*/
.lh {line-height:150%}
.cen {align:center}
.hid {color:#E0FFFF}
.lhmarginset {padding: 0 20 0 20; line-height:150%}
.marginset {padding: 0 20 0 20}
