




/*ここが mystyle6.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: darkgreen ; font-size: 5em: bold; text-align: center; line-height: 0em ; margin-bottom: 0px;}
h5 { color: darkolivegreen ; font-size: 1.5em; font-weight: bold; text-align: center; margin-top: 20px;  margin-bottom: -14px; }

h7 { color: darkgreen ; font-size: 1.2em; text-align: center; padding-top: 0px; padding-bottom: 0px; }
h8 { color: darkgreen ; font-size: 1em ; margin-top: 5px; margin-bottom: 0px; }
h9 { color: navy ; font-size: 1em ; margin-top: 5px; margin-bottom: 0px; }
h10 { color: navy ; font-size: 1.2em; text-align: center; margin-top: 0px; margin-bottom: 0px; }


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;

}



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


