
body {margin: 0;padding: 0;
	color: #000000;/*2015年５月１７日作成<!--字の色　黒--!>　*/
    background-image: url(); /*外す　https://masumo10.web.fc2.com/image/tile-g.GIF*/
	background-repeat: repeat-x;
	background-position: right;
    background-attachment: scroll;/*背景画固定はfixed*/
    background-color: #E0FFFF;  /*lightblue 淡い青　背景色*/
}

header { 
       height: 60px; 	                     
		padding:0;
		margin:0 auto 0; /*値を3つ順に[上][左右][下]のマージン*/
		background-color: #ADD8E6;        /*薄い青色*/	
                                                        /*  position: absolute;
                                                         /* 以下の値をいろいろ変更し羊の位置を変えます（全部指定する必要なし） 
                                                           /*  top: ;
                                                              bottom: ;
                                                              left: ;
                                                              right: ;
                                                               top: 4%;
                                                              left: 11%; */}
.nav li{ 
		float: left; 
		margin: 16px 4px 2px;
		border-radius: 0.5em;	
		color: lightblue; 
		background-color: lightblue;
	}
.nav a{ 
		display: block; 
		color: #00008B; 
		border:1px solid #999; 
		padding: 0 7px;
		border-radius: 0.5em;	
	}	
.nav a:hover{ 
		color: #FEF !important; 
		border: 1px solid white; 
	}
#container { 
        height: auto;    /*1180px*/
	max-width: 1010px;   
	padding-right: 20px;
	padding-left: 20px;
	position: relative; 
	margin: 0 auto 0;
	background-color: #E0FFFF;   /*薄い空色*/
	text-align: center;
        border: 1px solid #E0FFFF;
	background-image: url(image/kinkin.png);
    background-repeat: repeat-x;
    line-height: 1.6;
    position: relative;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
 /*border: 1px solid red; */
}
div#welcome { 
	width: 640px; 
	float: left;  /*回り込み、以下は押し上げる*/
	padding:0px 0px 0px 15px;
	margin-top: 0px; 
	background-color: #FFFFCC; /*弱い黄色*/              /* #8A2BE2;  強い青紫*/
	text-align: left;
}
 
#a{
          padding: 10px;
          margin: 0px;
          text-align: left;
          background-color: #FFFFCC; /*弱い黄色*/
    }
blockquote{ 
          background-color: #CCCC99; /*ドラッカー格言*/
          }

#side { 
	float: right;
	width: 270px;
	height: auto;
	padding-right: 50px;
	text-align: left;
		   
	}		  
/*li { list-style-type: none;	}*/
#foofter{
         clear: both;
          }
 /*--以下の部分2020/7/8更新--------------------------------------------------------------------------*/	
/* li { list-style-type:none;	} */     /*リストマーカー無しにする*/
/*position: relativ; 柵,柵移動の時は位置を決める、absoluteは柵の内の羊みたいな感じ移動できる。https://qiita.com/sun19008/items/b18b2dc98443ab988ecb　 */

/*
div#welcome { 
		width: 530px; 
		float: left;  //回り込み、以下は押し上げる
		padding:0px 0px 0px 0px;
		margin:0 0 0px; 
		background-color: #8A2BE2;  //強い青紫
		text-align: left;
	}
*/




li {
margin-bottom: 5px;
}

div#foofter { 
        clear: both;     /* floatを解除 */
     
		height: 60px; 
		position: center;
        bottom: 10%;
		background-color: #D3D3D3;
		text-align:center; 
		margin:0 auto 0;
		padding:0;
} 
.text_bold {
color: gold;
}  
          /*--以上の部分2018/10/2更新---------------


div {position: center;}
.bottom-em6{
 width: 1005px;
padding-bottom: 6em
}  /*6行余白の指令*/
				/*-----旧です参考-#contener {
				        width: 1005px;
				        margin:0 auto 0;
				        background-color:olive;/*おかしくないですか*/
				        text=align: center;

				}------*/    
				/*-----旧です参考-#contents {
				        width:1000px;
				        margin:0 auto 0;
				        background-color:khaki;
				        text-align: left;
				        
				}------*/ 

#tomorrow{background-color:#778899;margin: 1ex 10ex 1ex; 1ex}


.cap-i {
	font-style: italic;/*文字を斜体にし、周囲に余白２０と１５と１０と１５*/

 }


.margin-2em{margin: 2em;}  /*1行余白の指令*/
  
.over-t{text-decoration: over-line;}   /*文字の上によこ線の指令htmlはspan class=over-tと/spanで〜囲む*/
.under-t{text-decoration: under-line;}   /*文字の下によこ線の指令htmlはspan class=under-tと/spanで〜囲む*/
.position{ font-size: 20px;}  
 
  
  
p.sample4 {text-decoration: line-through;}/*打消し線、HTMLソース<p class="sample4">打ち消し線が付きます。</p>*/


