 /*--以下の部分2020/7/8更新--------------------------------------------------------------------------*/	
/* li { list-style-type:none;	} */     /*リストマーカー無しにする*/
/*position: relativ; 柵,柵移動の時は位置を決める、absoluteは柵の内の羊みたいな感じ移動できる。https://qiita.com/sun19008/items/b18b2dc98443ab988ecb　 */

.nav li{ 
		float: left; 
		margin: 2px 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; 
	}
 

div#header { 
		width: 800px; 
		height:50px; 
		position: center;
		background-color: #D3D3D3;
}
/*
#container{  background-image: url(image/kinkin.png);background-repeat: repeat-x;padding: 0;line-height: 1.6;position: relative;
font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;}
*/
#container { 
		width:1000px; 
		position: relative; 
		margin: 0 ;
		background-color: #ADD8E6;   /*薄い空色*/
		text-align: center;
 
	}/* border: 1px solid red; */
#contens { 
		width:1000px; 
		position: relative; 
         top: 50%;
        left: 1%;
        right: 2%;
        bottom: 2%;
		color: ;
		margin:0 auto 0;
		background-color: #ADD8E6;　　/*薄い青色*/
		text-align: left;
}
div#welcome { 
		width: 660px; 
		float: left;  /*回り込み、以下は押し上げる*/
		padding:0px 0px 15px 20px;
		margin:0 0 0 5px; 
		background-color: #8A2BE2;
        text-align: left;
	}




div#side { 
	float: right;
	width: 300px;
	padding:0px 3px 0px 0px; 

	text-align: left;
       
}
li {list-style-type: none;}
li {
margin-bottom: 5px;
}

#node{
	clear: both;
	width: 660px; 
	padding: 20px;
	background-color: white;
}

div#foofter { 
	clear: both;     /* floatを解除 */
	width: 900px; 
	height:100px; 
	position: center;
			bottom: 0%;
	background-color: #D3D3D3;
	text-align:center; 
} 
.text_bold {
color: gold;
} 
.text_bold2{font-size: 11px;} 
          /*--以上の部分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}
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:lightblue ;　/*淡い青　背景色*/
  ｝


.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>*/


