/* -----------------------------------------------

School Pgae Style CSS

----------------------------------------------- */
h2 {
  width: auto;
  position: relative;
  height: auto;
  padding: 3px 0 10px;
}
h2 img {
  position: absolute;
  left: 0;
  top: 0;
}
h2 span.title {
  color: #c84801;
  display: block;
  float: left;
  font-size: 109%;
  font-weight: 600;
  width: 480px;
}
h2 small {
  padding: 0 0 0 20px;
  display: inline;
  color: #5B504A;
  font-weight: 100;
  font-size: inherit;
}
h2 small.author {
  float: right;
}
h2.switch {
  padding-left: 45px;
}
h2.tactin {
  padding-left: 60px;
}
div.entry {
	background: transparent url(../images/common/bg_h2.gif) repeat-x scroll left bottom;
  margin: 0 0 35px;
}
div.entry strong {
	font-weight: bold;
}
div.entry em {
	font-style: italic;
}
div.entry ul, div.entry ol {
	padding: 0 0 0 20px;
}
