/*外部スタイルシート、ファイル名：hiroba.css*/
/*フォント*/
body	　　{　font-size　      : 17px;
               line-height      : 1.3em;
               color            : black;　
               }
P,UL,OL,DL,LI,DT,DD,DIV,TH,TD,CAPTION,STRONG,EM  
            {  font-size        : 17px;
　　　　　　　 line-height      : 1.2em;
               color            : black;
               line-height : 1.3em;}
/*文字を小さくする*/
DIV.small	     { font-size  : 12px;
                color     : black;
             }
a:name      { color : purple ;  text-decoration : none ;}
A:HOVER     { 
              color          : #006666 ;
              
              font-weight    : bold ;
}
h1          { color          : #663300 ;
  	      font-size　    : 30px;
	　　　}}}}}}}}}}}}}}}}}}
h2          { color   　　　 : red ;
	      font-size      : 25px;
	      }
h3	    { color          : green ;
	      font-size      : 20px;
	      }
BODY{
  padding-top : 10px;
  padding-left : 50px;
  padding-right : 50px;
  padding-bottom : 20px;
}
P.tytle{
  font-size : 30px;
  color : white;
  background-color : blue;
  letter-spacing : 5px;
  
  font-weight : bold;
}
DIV.tytle{
  color : white;
  background-color : navy;background-position : 1em 1em;
  letter-spacing : 1.3pt;
}
TABLE.sage{
  margin-left : 50px;
}
P.tytles{
  font-size : 20px;
  color : black;
  background-color : #ffff80;
  letter-spacing : 2px;
  font-weight : bold;
}
P.sage{
  margin-left : 50px;
}
