body
{/* 読みやすく */
color: black;
background: white;
}

h1 
{/* ページタイトル */
font-size: 170%;
color: #333333;
text-align:left;
margin-top: 50px;
margin-left: 10px;
margin-right: 10px;
line-height:1.5;
border-bottom: 3px solid;
}

h2
 {/* ページサブタイトル*/
font-size: 125%;
color: white;
background-color: transparent;
line-height:1.5;
padding: 0.1em;
background-color: #4682b4;
text-align:left;
/* margin-top: 50px; */
font-weight: lighter;
}

a:link
{
color: green;
font-family:  'verdana','Helvetica',sans-serif;
}

a:visited
{
color: olive; 
font-family: 'verdana','Helvetica',sans-serif;
} 

a:hover
{
color:white;
background: gray;
font-family: 'verdana','Helvetica',sans-serif;
}

a:active 
{
color: black;
font-family: 'verdana','Helvetica',sans-serif;
}

p.img
{/* 画像を中央揃え */
text-align: center;
}

.textbox
{/* 緑色の枠の中が中央揃え */
line-height:2;
border: 1px solid green;
text-align: center;
}

.center
{/* 中央揃え */
text-align: center;
}

div.location
{/* いまどこにいるか */
font-weight: bold;
line-height: 1.5;
color: navy;
text-align: right;
}

table
{/* テーブル */
font-size: 13px;
margin-left:auto;
margin-right:auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid gray 1px;
}