/*外部スタイルシート　ファイル名:page1.css*/

BODY { 
  background    : #FFFACD;  /**/
}

A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: lime }        /* active links */

table{width:80%;background:#FFFFF0}

/*本文にはclass=""と書くこと*/

table.bottom{width:80%;background:#FFFACD;font-size:9pt}
hr.bottom{width:100%;height:5px;color:gray}

.banar{font-size:22pt;color:maroon;text-align:center}

.sirai1{width:600px;background:#FFFFF0;text-align:left}

img.photo1{width:250px;height:333px}
img.photo2{width:333px;height:250px}
img.sumi_map{width:450px;height:446px}

