body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  background: #F8F6ED url(../img/body_bg.jpg) repeat-y center top;
  }
  
#wrapper {
  margin: 0 auto;
  text-align: left;
  }
  
img {
  border: none;
  }
  
table, td {
  font-size: 100%;
  }
  
/* 全体
--------------------------------------------------------------- */

#header {
  background: url(../img/header_bg.jpg) repeat-x left top;
  height: 87px;
  }
  
#content {
  background: url(../img/content_bg.jpg) repeat-y top left;
  }
  
#footer {
  background: url(../img/footer_bg.jpg) repeat-x top left;
  height: 78px;
  color:#ffffff;
  }  

  
h1 {
  margin: 1px 0 0;
  padding: 0;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  }
  
/* サイドボタン
--------------------------------------------------------------- */

td.about {
  width: 200px;
  }

td.about a {
  display: block;
  overflow: hidden;
  width: 170px !important; 
  width /**/: 200px;
  padding: 7px 0 6px 30px;
  font-size: 12px;
  background: #ffffff url(../img/bu02_bg.jpg) no-repeat left bottom;
  text-decoration: none;
  color: #000000;
  font-family: Hiragino Maru Gothic Pro, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", sans-serif;
  }
  
td.about a:hover {
  background: #ffffff url(../img/bu02_bg.jpg) no-repeat right bottom;
  color: #FF9900;
  }
  
  
/* color
--------------------------------------------------------------- */
  
.size10 { font-size: 10px; font-weight: normal;}

.pan_size10 { 
	font-size: 10px;
	font-weight: normal;
	padding:5px;
}



  
/* color
--------------------------------------------------------------- */

.red14b { color: #990000; font-size: 14px; font-weight: bold;}

.red16b { color: #990000; font-size: 16px; font-weight: bold;}
  
  
.red { color: red;}  
  
  
/* padding
--------------------------------------------------------------- */

.pad0_10 { padding: 0 10px;}

.pad10_0greenb { padding: 10px 0; font-weight: bold; color: #006600;}

.pad0_10greenb { padding: 0 20px; font-weight: bold; color: #006600;}

.pad5_0greenb { padding: 5px 0; font-weight: bold; color: #006600;}

.pad0_10_10 { padding: 0 10px 10px;}

.pad5_0 { padding: 5px 0;}

.pad5_0_10 { padding: 5px 0 10px;}

.pad10 { padding: 10px;}

.pad20 { padding: 20px;}

.pad20_8 { padding: 20px 8px;}

.pad20_10 { padding: 20px 10px;}

.pad10_0 { padding: 10px 0;}

.pad10_20 { padding: 10px 20px;}

.pad10_30 { padding: 10px 30px;}

.pad10_0 { padding: 10px 0;}

.pad10_7 { padding: 10px 7px;}

.pad5_20 { padding: 5px 20px;}

.pad35_0_10_10 { padding: 35px 0 10px 10px; }

.padl10 { padding-left: 10px;}

.padl15 { padding-left: 15px;}

.pad10_0imgbor { padding: 10px 0;}

.pad10_0imgbor img { border: 1px solid #ccc;}

  
/* margin
--------------------------------------------------------------- */

.mart10 { margin-top: 10px;}

.mar10 { margin: 10px;}

.mar10_0 { margin: 10px 0;}

.marb10 { margin-bottom: 10px;}

.mar0_10_10 { margin: 0 10px 10px;}

.mar0_0_10_15 { margin: 0 0 10px 15px;}

  
/* index
--------------------------------------------------------------- */ 

.news_middle {
  padding: 5px 0 5px 15px;
  background: url(../img/news_middle.gif) repeat-y left top;
  }
  
.border1 {
  border: 1px solid #ccc;
  }

.border2 {
  border: 1px solid #F9C845;
  }

.kric {
  background: url(../img/kric_mid.gif) repeat-y left top;
  padding: 10px 10px 0;
  }
  
/* 見出し
--------------------------------------------------------------- */

.midashi {
  background: url(../img/midashi_bg.jpg) no-repeat left top;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  }
  
.midashi01 {
  background: url(../img/midashi_bg01.jpg) no-repeat left top;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  }
  
.midashi_buy {
  background: url(../img/midashi_03.jpg) no-repeat left top;
  padding: 3px 25px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  }
  
.midashi_borrows {
  background: url(../img/midashi_04.jpg) no-repeat left top;
  padding: 3px 25px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  }  

.midashi_hudou {
  background: url(../img/midashi_b_bg.jpg) no-repeat left top;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  }  

  
/* waku
--------------------------------------------------------------- */

table.waku {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }

table.waku th, table.waku td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  }
  
table.waku th {
  background: #D8E9DA;
  text-align: left;
  }
  
table.waku th.thtype2 {
  background: #08522D;
  color: #ffffff;
  }

table.waku td table th, table.waku td table td {
  border: none;
  }
  
table.waku th a {
  background: url(../img/arrow03.gif) no-repeat 2px 0;
  padding-left: 15px;
  text-decoration: none;
  color: #666666;
  }
  
table.waku th a:hover {
  text-decoration: underline;
  color:#FF9900;
  }
  
  
/* line
--------------------------------------------------------------- */
  
.line_bot {
  background: url(../img/line_bot.gif) repeat-x left top;
  padding: 2px 0;
  }
  
/* arrow
--------------------------------------------------------------- */

.arrow01 {
  background: url(../img/arrow01.gif) no-repeat  0 15px;
  padding: 10px 10px 10px 15px;
  }

.arrow01 a {
  text-decoration: none;
  color:#006600;
  font-weight: bold;
  }
  
.arrow01 a:hover {
  text-decoration: underline;
  color:#FF9900;
  }
  
ul.arrow02 {
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0;
  }

ul.arrow02 li {
  background: url(../img/arrow02.gif) no-repeat 0 8px;
  padding: 5px 0 5px 15px;
  }
  
ol li {
  margin-bottom: 10px;
  }
  
ul.arrow03 {
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0;
  }

ul.arrow03 li {
  background: url(../img/arrow01.gif) no-repeat 0 8px;
  padding: 5px 0 5px 15px;
  }
  
ul.arrow03 li a {
  text-decoration: none;
  color:#666666;
  }
  
ul.arrow03 li a:hover {
  text-decoration: underline;
  color:#FF9900;
  }

ul.arrow04 {
  list-style: none;
  margin: 10px 0 20px 20px;
  padding: 0;
  }

ul.arrow04 li {
  background: url(../img/pdf.jpg) no-repeat 0 8px;
  padding: 13px 0 10px 25px;
  }

/* link
--------------------------------------------------------------- */

ul.liarrow01 {
  list-style: none;
  margin:0;
  }
  
ul.liarrow01 li {
  background: url(../img/arrow01.gif) no-repeat  0 5px;
  padding: 0 0 10px 15px;
  }
  
ul.liarrow01 li a {
  text-decoration: none;
  color: #666666;
  }
  
ul.liarrow01 li a:hover {
  text-decoration: underline;
  color:#FF9900;
  }
  
/* form
--------------------------------------------------------------- */

form {
  margin: 0;
  padding: 0;
  }

#shitumon { width: 300px;}

.width100 { width: 100px;}

.width200 { width: 200px; margin-top: 10px;}

.width300 { width: 300px;}

.width300mart10  { width: 300px; margin-top: 10px;}


/*　学区域ボタン
--------------------------------------------------------------- */

ul.bu_gakuiki {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 490px !important;
  width: 489px;
  padding-left: 1px ;
  border-top: 1px solid #ccc;
  background: url(../img/images/line_solid.gif) repeat-y left top;
  }
  
ul.bu_gakuiki li {
  width: 163px;
  float: left;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  }
  
ul.bu_gakuiki li a {
  display: block;
  width: 163px !important;
  width: 138px;
  padding: 5px 0 5px 25px;
  overflow: hidden;
  font-size: 12px;
  text-decoration: none;
  font-family: Hiragino Maru Gothic Pro, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", sans-serif;
  background: url(../img/bu_gakuiki.gif) no-repeat left top;
  color: #000000;
  }
  
ul.bu_gakuiki li a:hover {
  color: #FF9900;
  background: url(../img/bu_gakuiki.gif) no-repeat left bottom;
  }
  
.sup{font-size:small;}

#footer img {
  vertical-align: middle;
  }




  
  
