#container {width:760px;
             margin: auto;}


#content {margin: 30px 0;}


html {  
user-select:none; 
-moz-user-select:none;  
-ms-user-select:none; 
-webkit-user-select:none; 
-khtml-user-select:none; 
-webkit-user-drag: none; 
-khtml-user-drag: none; 
-webkit-touch-callout: none; 
} 




body{
 user-select:none; 
 -webkit-user-select:none;
 -moz-user-select:none;
 -khtml-user-select:none;
 -webkit-user-drag:none; 
 -khtml-user-drag:none; 
 } 

body { margin:1px; 
background-color:moccasin:
}

/*ここがページ全体の枠の部分です*/
.all{width:1000px;
border-color:gray;
border-width:1.0px;
border-style:solid;
background-color:#fffff0;
margin-right:auto;
margin-left:auto;}
p { color: dimgray;font-size: 0.8em; ext-align:center;
} 

/*ここまでがページ全体の枠の部分です*/

/*↓↓ここがメニュー部分です↓↓*/
.menu {
background-color:#000000; 

padding: 8px; 
font-size: 1em; 
text-align:center; 
 }
.menu2{
background-color:#006400;  

padding: 8px; 
font-size: 1em; 
text-align:center; 
 }
.menu3{
background-color:#FFD700;

padding: 8px; 
font-size: 1em; 
text-align:center; 
 }

/*↑↑ここがメニュー部分です↑↑*/
h1 { color:navy; font-size: 1.2em;text-align:center; }

h2 { color: blue; font-size: 1.2em;text-align:center; }

h3 { color: blue; font-size: 1.2em; }

p { color: dimgray;font-size: 0.8em; 
line-height: 1.4em;  
text-align:center;
} 

a:link { color: silver; }
a:visited { color: silver; }

a:hover { 
color: greenyellow; 
} 

address{
font-style:normal;
text-align:center;
color: dimgray;font-size: 0.8em; 
}

em{
font-style:normal;
font-weight:bold;
color: red;font-size: 1.0em; 
}
