<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
<link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css" title="長い行を折り返す"></head><body>
<pre>body {
  font-family: arial,sans-serif;
  font-style: normal;
  font-size: medium;
  font-weight: normal;
  line-height: 1.5em;
  margin: 2em;
}
h1 {
  font-size: large;
  font-weight: bold;
//text-align: center;
//margin-bottom: 2em;
}
.fontBold{
  font-weight: bold;
}
.headBold:first-line, .fontBoldL{
  font-size: large;
  font-weight: bold;
}
.cntBtn {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 15px;
  border-radius: 15px;
}
.cntBox {
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  width:650px;
}
.cntBox2 {
  border-radius: 15px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-align:left;
  margin-left:1em;
  margin-right:1em;
  margin-top:15px;
  margin-bottom:15px;
}
.boxCol1{
 background-color: #ffee88;
}
.boxCol2{
 background-color: #ffdd77;
}
.boxCol3{
 background-color: #ffcccc;
}
  hr {
 margin-top:30px;
 margin-bottom:30px;
 width:650px; 
}  
</pre></body></html>