﻿

/* ボディー */
body             {font-size: 14.5px; color: #708090; background-color: #FFFFF0}
a                {text-decoration: none; color: #000000}
a:hover          {color: #FF6347}

/* コンテナ */
div#container    {width: 760px; margin: auto}
h1.a             {margin-top: 0px}
p                {text-indent: 10px; width: 550px; }
div.introduction {float: right}
h1               {width: 550px; background-color: #E9967A}
table.intro th   {width: 100px; background-color: #FFE4C4}
table.intro td   {width: 450px; background-color: #FFFFF0; border-bottom: dashed 1px}
img.map          {width: 550px}

/* カレンダー */

h4               {width: 180px; color: #FFFFF0; background-color: #8C8F8F}
table.holiday    {width: 180px}
table.holiday td {text-align: center}
table.holiday th {background-color: #DCDCDC}
td.holiday       {background-color: #B22222; color: #FFFFF0}
th.sun           {color: #DC143C}
th.sat           {color: #9400d3}
td               {background-color: #F0F8FF}

/* サイトマップ */
table#sitemap   {clear: both; margin: auto; width: 200px}


/* フッター */
div#footer       {clear: both; border-top: solid 3px #708090; font-size: 0.9em; font-style: normal; font-family: Verdana}