<!--スタイルシート-->
.title { font-size:12px ; font-weight:900 ; background-color:lightgrey }
.edittitle { font-size:16px ; color:white ; background-color:#000099 }
.small { font-size:12px }
.small2 { font-size:9px }
.medium { font-size:18px ; font-weight:600 }
.big { font-size:30px ; font-weight:900 }
.red { color:red }
.smallred { font-size:12 ; color:red }
.blue { color:blue }
.bgyellow { background-color:ffff99 ; font-weight:900 }
.bgblue { color:white ; background-color:blue }
.bgred { color:white ; background-color:red ; font-size:11px }
.bggreen { color:white ; background-color:green ; font-size:11px }
.bgwhite { color:black ; background-color:white ; font-size:12px }
.bgblack { color:white ; background-color:black ; font-size:12px ; font-weight:900 }
.bglightblue { color:black ; background-color:#99cccc ; font-size:12px }
.bglightgrey { background-color:ededed ; font-weight:550 }
.bgwhite { font-size:14px ; color:black ; background-color:white }
