body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
	height: 100%;
	color: #333;
        background:#EDE5C0;
        text-align:center;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	line-height: -1px;/*
	vertical-align: text-top;
*/
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
hr {
	display: none;
}
p {
	margin-bottom: 1em;
}
th, td {
	padding: 0.5em;
}
th {
	white-space: nowrap;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
/********************
 *  clearfix
 ********************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/********************
 * Link
 ********************/
a{
      outline:none;
      overflow:hidden;
}

a:link {
      text-decoration:underline;
      color:#333;
}
a:visited {
      text-decoration:underline;
      color:#333;
}
a:hover {
      text-decoration:none;
      color:#66cc00;
}

/********************
 * Basic layout
 ********************/
#container{
     width:840px;
     margin:0 auto;
     background:#FFF;
     text-align:left;
}
#header{
     padding:10px 10px 0px;
}
#header h1{
    text-indent:-9999px;
    background:url(basicimages/gif/logo.gif) no-repeat;
    width:270px;
    height:50px;
    display:block;
    float:left;
}
#header h1 a{
    text-indent:-9999px;
    background:url(basicimages/gif/logo.gif) no-repeat;
    width:270px;
    height:50px;
    display:block;
    float:left;
}
#phonenumber{
    text-indent:-9999px;
    background:url(basicimages/gif/phone.gif) no-repeat;
    width:190px;
    height:35px;
    float:right;
    display:block;
    margin-top:10px;
}
#main{
    padding:10px 10px 30px 10px;
     background:#FFFFFF;
    clear:both;
}
#top_main{
     padding:10px;
     height:230px;
     background:#FFFFFF;
     clear:both;
}
#contents{
    width:540px;
    padding:0 10px 0 20px;
    background:#FFFFFF;
    float:left;
    display:inline;
}
#footer{
   clear:both;
   padding:20px;
   height:60px;
   background:#F3c2B1;
   text-align:center;

}

/********************
 トップページ用
 ********************/
#toppage_ph{
   width:820px;
   height:300px;
   margin-left:10px;
}
#left_contents{
  width:310px;
  height:220px;
  float:left;
  display:inline;
  margin-right:5px;
}
#center_contents{
  width:310px;
  height:220px;
  background:url(basicimages/gif/newstopics.gif) no-repeat;
  float:left;
 display:inline;
}
#center_contents ul{
 margin:60px  20px 0 20px;
}
#center_contents ul li{
 padding-bottom:2px;
 border-bottom:dotted 1px #FADBE5;
margin-bottom:2px;
}
#center_contents ul li a{
 text-decoration:none;
}
#right_contents{
  float:right;
  display:inline;
  width:188px;
}
#right_contents ul li a{
  margin-bottom:2px;
}
.r1 a {
  width:188px;
  height:53px;
  background:url(basicimages/gif/donguri.gif) no-repeat;
  display:block;
  text-indent:-9999px;
  margin-bottom:3px;
  text-align:left;
}
.r2 a {
  width:188px;
  height:53px;
  background:url(basicimages/gif/shokuiku.gif) no-repeat;
  display:block;
  text-indent:-9999px;
   margin-bottom:3px;
  text-align:left;
}
/********************
 ログイン
 ********************/
#login{
  text-align:center; 
 margin-top:10px;
}
/********************
 記事投稿部分
 ********************/

.post h2{
    font-size:18px;
    background:url(basicimages/gif/post_title_bg.gif) no-repeat;
    height:42px;
    padding-top:8px;
    padding-left:20px;
    margin-bottom:10px;
}
.post h2 a{
   text-decoration:none;
  color:#FF99CC;
}
.post h2 a:hover{
  text-decoration:underline;
}
.post{
    background:url(basicimages/gif/post_bg.gif) repeat-y;
    padding: 0 20px 10px;
　overflow:auto;
　width:500px;
}
.post:after{ 
   content:""; 
   display:block; 
   clear:both;
 } 
/* IE */
.post {
_height:1%;
}
/* IE */
.pageprev{
   float:left;
}
.pagenext{
  float:right;
}
.posttop{
  background:url(basicimages/gif/post_top_bg.gif) no-repeat;
  width:540px;
  height:20px;
  padding:0;
}
.postbottom{
  background:url(basicimages/gif/post_bottom_bg.gif) no-repeat;
 width:540px;
 height:20px;
 margin-bottom:15px;
 padding:0;
clear:both;
}

.alignright{
  float:right;
  margin:0 0 2px 10px;
}
.alignleft{
 float:left;
  margin:0 10px 2px 0;
}
/********************
 RSS
 ********************/
.feed a{
   text-indent:-9999px;
   display:block;
   background:url(basicimages/gif/rss.gif) no-repeat;
   width:50px;
   height:16px;
   position:relative;
   top:40px;
   left:200px;
}

/********************
 サイドバー
 ********************/
#sidebar{
    background:#FFFFF2;
    border-left:solid 3px #3FA9F5;
    width:235px;
    margin-right:12px;
    margin-bottom:30px;
    padding:13px 0;
    float:right;
    display:inline;
}
.side_contents{
      padding:10px;
      text-indent:1em;
}
 
#sidebar h2 {
   font-size:14px;
   border:solid 2px #FBB03B;
   background:#FFFFFF;
   padding:2px;
   margin:10px 10px 3px 0px;
} 
/*カレンダー*/
#wp-calendar {
 width:100%;
 font-size:0.8em;
 }
#wp-calendar td, #wp-calendar th{
  text-align:center;
}
#wp-calendar caption{
   font-size:15px;
   border:solid 2px #FBB03B;
   background:#FFFFFF;
   padding:2px;
   margin:10px 10px 3px 0px;
  text-indent:1em;
}  
#wp-calendar #prev {
  text-align:left;
  padding-top:3px;
  padding-left:3px;
}
#wp-calendar #next{
  text-align:right;
  padding-top:3px;
  padding-right:3px;
}
/********************
 * navigation
 ********************/
#navigation{
      padding:10px;
}
#navigation ul li{
   display:inline;
}
#navigation ul li a{
    float:left;
    display:inline list-item;
}
li#navi01 a{
   text-indent:-9999px;
   background:url(basicimages/gif/navi1.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:2px;
}
li#navi01 a:hover{
   text-indent:-9999px;
   background:url(basicimages/gif/navi1hover.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:2px;
}
li#navi02 a{
   text-indent:-9999px;
   background:url(basicimages/gif/navi2.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}
li#navi02 a:hover{
   text-indent:-9999px;
   background:url(basicimages/gif/navi2hover.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}
li#navi03 a{
   text-indent:-9999px;
   background:url(basicimages/gif/navi3.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}
li#navi03 a:hover{
   text-indent:-9999px;
   background:url(basicimages/gif/navi3hover.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}
li#navi04 a{
   text-indent:-9999px;
   background:url(basicimages/gif/navi4.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}
li#navi04 a:hover{
   text-indent:-9999px;
   background:url(basicimages/gif/navi4hover.gif) no-repeat;
   width:200px;
   height:60px;
   display:inline;
   margin-left:5px;
}

/********************
 *一般ページ
 ********************/

/*各ページの頭*/
.about{
  width:535px;
  height:44px;
  background:url(basicimages/gif/h2_about.gif) no-repeat;
  text-indent:-9999px;
  }
.daily{
  width:535px;
  height:44px;
  background:url(basicimages/gif/h2_daily.gif) no-repeat;
  text-indent:-9999px;
  }
h2.access{
 width:535px;
  height:44px;
  background:url(basicimages/gif/h2_access.gif) no-repeat;
  text-indent:-9999px;
} 
/*各ページのトピックス別*/
.topics{
 height:auto;
 margin-top:10px;
}
.topics:after{ 
   content:""; 
   display:block; 
   clear:both;
 } 
/* IE */
.topics {
_height:1%;
}
h3.shoukai{
  width:355px;
  height:30px;
  background:url(basicimages/gif/h3_shoukai.gif) no-repeat;
  text-indent:-9999px;
 margin-bottom:10px;
}
h3.gaiyou{
  width:355px;
  height:30px;
  background:url(basicimages/gif/h3_gaiyou.gif) no-repeat;
  text-indent:-9999px;
 margin-bottom:10px;
}
h3.gyouji{
  width:355px;
  height:30px;
  background:url(basicimages/gif/h3_gyouji.gif) no-repeat;
  text-indent:-9999px;
 margin-bottom:10px;
}

/*一般ページの右側*/
#side{
  width:220px;
  margin:10px 0 0 25px;
  float:right;
  display:inline;
}

/*************************
子どもたちの一日関連
*************************/
li.daily1{
  background:url(basicimages/gif/daily1.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
 font-size:14px;
}
li.daily2{
  background:url(basicimages/gif/daily2.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}
li.daily3{
  background:url(basicimages/gif/daily3.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}
li.daily4{
  background:url(basicimages/gif/daily4.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}
li.daily5{
  background:url(basicimages/gif/daily5.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}
li.daily6{
  background:url(basicimages/gif/daily6.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}
li.daily7{
  background:url(basicimages/gif/daily7.gif) no-repeat;
  width:235px;
  height:230px;
  padding:100px 260px 0px 40px;
  font-size:14px;
}

/********************
 *テーブル
 ********************/
.table_gaiyou {
  border:solid 1px #CCCCCC;
  margin-bottom:20px;
}
.table_gaiyou th{
  background:#FFEDFF;
  text-align:center;
  color:#FF66FF;
  border-bottom:dotted 1px #cccccc;
  padding:10px 
}
.table_gaiyou td{
 padding:10px;
 border-bottom: dotted 1px #cccccc;
}
