/* 共通設定 */
.clear_left {
  clear: left;
  font-size: 0px;
  }
body{
  margin: 15px auto 0px 13px;
  padding: 0px; 
  font-size: 16px;
  font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
  line-height: 130%;
  background:url(skin_img/bg.jpg) repeat-x #E3E3E3; 
}

table,tr,td {
 font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
 font-size: 16px;
 } 

a:link      { color: #0066CC; text-decoration: underline; }
a:visited   { color: #0066CC; text-decoration: underline; }
a:active   { color: #0066CC; text-decoration: underline; }
a:hover   {color:#00CCFF; text-decoration: none; }

#inbox {
  width: 794px;
  background: url(skin_img/home_inbox_bg.gif) repeat-y #FFF;
  padding-bottom: 15px;
  padding-top:10px;
  }
.inbox_top {
  width: 794px;
  height:20px;
  background: url(skin_img/home_inbox_top.gif) #FFF bottom no-repeat;
  font-size:0;
  }    
.inbox_bottom {
  width:794px;
  height:20px;
  font-size:0;
  background:url(skin_img/home_inbox_bottom.gif) #FFF top no-repeat ;
  }  

/*ページトップ　タイトル部分*/
#top {
  width: 794px;
  height:91px;
  background:url(skin_img/site_title_bg.jpg) no-repeat #FF9900;
  text-align: center;
}

h1 {
  margin: 20px 0 0 0;
  padding: 0;
  }
  
/*学校、幼稚園リンク*/
.nishisho_link {
  margin:36px 16px 5px 23px;
  float:left;
  }
.nishiyou_link {
  margin:36px 0 5px 0;
  float:left;
  } 
.welcome {
  width:794px;
  text-align:center;
  margin-bottom:20px;
  }  

/*フッター*/   
#footer {
  width: 794px;
  margin-top: 10px;
  margin-bottom: 10px;
  background:url(skin_img/copyright_bg.gif) no-repeat;
  min-height:21px;
 }      
.footer_copyright {
  color: #000;
  margin: 0px 5px 0px 5px;
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック" , Osaka;
  text-align: center;
  } 
.footer_banner {
  text-align: right;
  margin: 0px 3px 10px 0;
  font-size: 11px;
  /*font-weight: bold;*/
  font-family: Arial , Osaka , "ＭＳ Ｐゴシック";
  color: #666;
  width: 780px;
  }  