body {/*
    margin: 0;padding: 0;
    hight:1200px;
color: #000000;                   /*2015年５月１７日作成<!--字の色　黒--!>　*/
    background-image: url(tile-g.GIF);
	background-repeat: repeat;  /* MDN  https://developer.mozilla.org/ja/docs/Web/CSS/background-repeat */
	background-position: right;
    background-attachment: scroll;/*背景画固定はfixed*/
    background-color:lightblue ; /*淡い青　背景色*/	
  ｝
*/

#section { 
         clear: both; 
		 width: 300px;
		 margin-left: 10px;
		 
        text-align: left;
       
}
#a{
          padding: 10px;
          margin: 0px;
          text-align: left;
          background-color: #FFFFCC; /*弱い黄色*/
    }
blockquote{ 
          background-color: #CCCC99; /*ドラッカー格言*/
          }

          }
/*li { list-style-type: none;	}*/

#foofter{ 
        clear: both;     /* floatを解除 */ 
       
		height: 60px; 
		position: center;
        bottom: 10%;
		background-color: #D3D3D3;
		text-align:center; 
		margin:0 auto 0;
		padding:0;
} 
mave{margin: 0 0 0 10px;}





 /*--以下の部分2020/7/8更新--------------------------------------------------------------------------*/	
/* li { list-style-type:none;	} */     /*リストマーカー無しにする*/
/*position: relativ; 柵,柵移動の時は位置を決める、absoluteは柵の内の羊みたいな感じ移動できる。https://qiita.com/sun19008/items/b18b2dc98443ab988ecb　 */



	









