



/*ここが mystyle1.css の部分です*/




body { 
margin: 0px; 
background-color: skyblue; 

}

/*ここがページ全体の枠の部分です*/
.all{
width:980px;
border-color:#999999;
border-width:1px;
border-style:solid;
background-color: #ccffff;
margin-right:auto;
margin-left:auto;

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


/*↓↓ここがメニュー部分です↓↓*/

.menu {
background-color: #ffb6c1; 

padding-left: 0px; 
padding-right: 0px; 
padding-top: 10px;
padding-bottom: 0px;

font-size: 1em; 
text-align: center; 

margin-right: 80px;
margin-left: 80px;
margin-top: 0px ;
margin-bottom: 0px;

}

/*↑↑ここがメニュー部分です↑↑*/



h1 { color: black; font-size: 2em; font-weight: bold; text-align: center; margin-top: 60px;  margin-bottom: 0px;}
h2 { color: darkmagenta ;  font-weight: bold; text-align: center; margin-top: 20px;  margin-bottom: -14px; }
h3 { color: black ;  font-weight: bold; text-align: center; line-height: 1em ; margin-top: 5px; margin-bottom: 5px;}
h4 { color: darkred ;  font-weight: bold; padding-left: 200px;  line-height: 2em ; margin-bottom: 0px;}
h5 { color: darkolivegreen ;  font-size: 1.5em; font-weight: bold; text-align: center; margin-top: 20px;  margin-bottom: -14px; }


p { color: black; line-height: 2em; margin-top: 0px; margin-bottom: 0px; }  


a:link { color: blue ; font-weight: bold;}

a:visited { color: #ff0000; }

a:hover { color: red; background-color: #000080; } 



address{
font-style:normal;
text-align:center;

}


/*ここが mystyle1.css の部分です*/




