* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", sans-serif;
  margin: 0px 0px;
  text-align: center;
  background: #99ccff;
}

/* レイアウトのスタイル */
#layout {
    width: 667px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background-color: #fff;
}

/* トップインデックス */
#top-index form	{
    text-align: right;
}

/* ヘッダ */
#header2 {
    padding: 0px 130px 15px 15px;
    color: #999;
    background: #fff;
    background-position: 0% 65%;
    background-repeat: no-repeat;
    background-image: url("http://www.shonan-helpers.com/images/logo001.gif");
    text-align: left;
}

#header2 a,
#header2 a:link,
#header2 a:visited {
    color: #0066cc;
    background: transparent;
    font-size: 30px;
    text-decoration: none;
}
#header2 a:hover {}
#header2 a:active {}

/* タイトルバナー下の説明 */
.blog-description {
    color: #cc6600;
    background: transparent;
    font-size: 17px;
    line-height:1.4;
}

div#top-cm {
    text-align: left;
    line-height:1.5;
    padding: 5px 10px 5px 10px;
}

/* フッタ */
#footer2 {
    width: 665px;
    border-top: 1px solid #669;
    padding-bottom: 15px;
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}

div#mymap {
    width: 661px;
    height: 512px;
    padding: 0px 1px 0px 1px;
}

div#info {
    width: 661px;
    height: 24px;
    background-color: gray;
    color: white;
    margin: 4px 0px;
    padding: 4px 1px 0px 1px;
    font-size: 13pt;
    text-align: center;
}

td {
    font-size: 9pt;
    vertical-align: top;
    border-bottom: solid #c0c0c0 2px;
    padding: 4px 0px;
    color: #404040;
}

th {
    font-size: 12pt;
    color: white;
    background-color: #606060;
}

span {
    border-bottom: solid red 1px;
    cursor: pointer;
}

div#photocnt {
    padding: 8px;
    border: solid black 1px;
    font-size: 9pt;
    color: #808080;
}

/* EOF */

