/* 幼稚園　base */
.clear_left {
  clear: left;
  font-size: 0px;
  }
body{
  margin: 20px auto 0px 20px;
  padding: 0px; 
  font-size: 16px;
  font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
  line-height: 130%;
  background: #ECF5FF; 
}

table,tr,td {
 font-family: "ＭＳ ゴシック" ,Arial, Osaka,"平成角ゴシック";
 font-size: 16px;
 } 

a:link      { color: #003399; text-decoration: underline; }
a:visited   { color: #003399; text-decoration: underline; }
a:active   { color: #003399; text-decoration: underline; }
a:hover   {color:#6699FF; text-decoration: none; }



/*ページトップ　タイトル部分*/  
#sitetitle {
  width:750px;
  height:70px;
  background:url(skin_img/sitetitle_bg.jpg) no-repeat;
  margin:0;
  }
h1 {
  margin:6px 0 0 10px;
  float:left;
  }
.tohome {
  float:left;
  width:480px;
  text-align:right;
  padding:30px 0 0 0;
  }

#box {
  width:748px;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  position:relative;
  margin-top:0px;
  background:#FFF;
  text-align:center;
  }

.inbox {
  width:713px;
  position:relative;
  backgound:#FFF;
  text-align:center;
  }

h2 {
  margin: 10px 0 20px 0;
  padding:9px 0 8px 18px;
  border-top:1px solid #006699;
  border-right:1px solid #006699;
  border-bottom:1px solid #006699;
  border-left:12px solid #006699;
  background:#DDEEFF;
  text-align:left;
  font-size:20px;
  letter-spacing:2px;
  font-family: Arial Black,"ＭＳ ゴシック",sans-serif,Chicago,Osaka,"平成角ゴシック";
  }

.pagelist {
  margin: 5px 0 0 15px;
  font-size: 14px;
  text-align: left;
  }
   
#footer {
  width: 750px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top:1px solid #666;
  background:#FFF;
 }      
.footer_copyright {
  color: #666;
  padding: 2px 0px 2px 0px;
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック" , Osaka;
  text-align: center;
  }
