body {
  margin:0 auto;
  padding:0 auto;
  width: 800px;
  background-color: #ffffff;
  font-family:'Lucida Grande', Meiryo,'Hiragino maru Gothic Pro', sans-serif;
}

a {
  text-decoration: none;
}

a:link {
  color: #500000;
}

div.header {
  width: 800px;
  height: 230px;
  margin: 0 0 28px 0;
}

div.main {
  float:left;
  width: 592px;
}

div.navi {
  float:left;
  width: 208px;
  background-color:#f6f6cb;
}

div.navi img{
  margin: 0 0 5px 0;
  width: 209px;
}

div.footer-navi {
  width: 800px;
  background-color:#ffffff;
}

div.footer-navi img{
  margin: 0;
  width: 150px;
  display: inline;
}

div.footer-navi ul {
  padding: 0;
}

div.footer-navi li {
  display: inline;
  margin: 0;
}

div.footer {
  clear: both;
  width: 800px;
}

div.footer p{
  text-align: center;
  font-size: 10pt; 
}

div.header-image{
  position: relative;
  height: 200px;
  width: 800px;
  background-image: url("../img/top01.jpg")
}

div.header-image-textframe{
  background-image:url("../img/top02_textframe.png");
  height: 133px;
  width: 422px;
  margin: 0 auto;
  display: none;
  position: absolute;
  left: 189px;
  top: 25px;
}

p.header-text-nekomado{
  line-height: 133px;
  width: 422px;
  color: #2e8b57;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

div.header-image a{
  display: block;
  position: absolute;
  height: 200px;
  width: 800px;
}

p.header-text{
  font-size: 16pt;
  font-weight: bold;
  color: #2e8b57;
  margin: 0 0 0 30px;
  padding: 0 0;
  line-height: 30pt;
  width:300px;
  float:left;
}

div.header-navi{
  margin: 20px 20px 0 0;
  padding: 0;
  width: 570px;
  background-color:#3db145;
  height:30px;
  color: #ffffff;
  float:left;
}
div.header-navi ul {
  height:30px;
  margin: 0;
}

div.header-navi li {
  display: inline;
  vertical-align: middle;
  margin: 0 25px 0 0;
  font-size: 10pt;
  line-height: 30px;
}

div.header-navi a:link{
  color: #ffffff;
}

div.header-navi a:visited{
  color: #ffffff;
}

div.twitter-header{
  width: 209px;
  height: 30px;
  background-color:#3db145;
  margin: 20px 0 0 0;
  float:left;
  text-align: center;
}

div.category{
  border-top-left-radius: 10px; 
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-bottom-left-radius: 10px; 
  -webkit-border-bottom-left-radius: 10px; 
  -moz-border-radius-bottomleft: 10px;
  width: 570px;
  height: 114px;
  margin-bottom: 17px;
}

div.category-contents{
  float: left;
  background-color:#ffffc1;
  width: 450px;
  height: 114px;
}

img.roundimage {
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  width:120px;
}

div.headline-wrapper {
  border-adius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;

  background-color:#3db145;
  width:150px;
  height:22px;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0 0 0;
  margin: 10px 0 0 10px;
}

p.headline{
  margin: 0;
  font-size: 10pt;
  color: #ffffff;
}

p.headline a:link{
  color: #ffffff;
}

p.headline a:visited{
  color: #ffffff;
}

div.category-head{
  float: left;
}

div.category-contents ul{
  margin: 5px 0 0 0px;
  float: left;
}
div.category-contents ul li {
  font-size: 9pt;
  color: #500000;
}

p.calender-header {
  background-color:#3db145;
  text-align:center;
}

/*
 * pagination
 */

div.pagination{
  margin: 10px auto;
  text-align: center;
}

/* 
 * category
 */

div.entry{
  width: 570px;
  margin: 0 0 20px 0;
  background-color:#ffffc1;
  padding: 0 10px 0 10px;
  font-size: small;
}

div.entry span{
  background-color:#ffffc1;
}

/*
 * company
 */

table.about{
  border: 1px solid;
  border-collapse: collapse;
}

table.about td,th{
  border: 1px solid;
  padding: 5px 5px;
}

table.about th{
  background-color: #eeeeee;
  text-align: left;
}

table.about td{
  background-color: #ffffff;
  font-size: small;
}

img.logo-large{
  width:150px;
  margin: 20px 0 0 20px;
}

/*
 * about
 */

div.about {
  font-size: small;
}

div.about hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #600000;
  margin: 1em 0;
  padding: 0; 
}

div.business-contents{
  float: left;
  width: 550px;
  margin: 10px 0 10px 0;
}

div.about img{
  width: 200px;
  margin: 10px 0 0 10px;
  float: left;
}

div.business img{
  width: 200px;
  margin: 10px 0 0 10px;
  float: left;
}

div.business p{
  float: left;
}

/*
 * inquiry
 */
table.inquiry-form{
  width:800px;
}
table.inquiry-form th{
  width: 150px;
}

table.inquiry-form th,td{
  border: 1px solid;
  border-collapse: collapse;
  text-align:left;
}

table.inquiry-form th{
  background-color: #eeeeee;
}

table.inquiry-form td{
  background-color: #ffffff;
  font-size:small;
}

/*
 * entry
 */

div.school-link{
/*0 175 56*/
  float:left;
  margin: 10px 0 0 10px;
  padding: 5px 10px 5px 10px;
  font-size: small;
  background-color: #ffffff;
}

div.school-link a:link{
  color: #00af38;
  text-decoration: underline;
}

div.school-link a:visited{
  color: #00af38;
  text-decoration: underline;
}

/*
 * access
 */
 
div.access{
}

div.access div{
  float:left;
  margin: 0 0 0 20px;
}

div.access p{
  float:left;
  margin: 0 0 0 20px;
}
