body{
margin: 0;
/* 2009-06-15 */
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
line-height:120%;
font-size: 100%;
margin-left: 1em;
background-color: #88bbee;
/* background-image: url("another_background.jpg"); */
/* background-repeat: repeat-x; */
/* padding: 1em; */
}

hr { width:50%;}

.map {
background-color: #88bbee;
/* background-image: url("pansy.png"); */
color: #000000;
/* background-repeat: repeat-x; */
}

h1 {
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
font-size: 120%;
}

h2 {
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
 padding-top: 0.1em;
font-size: 250%;
}

#welcome { position: relative; top: 0px; }
.mid { position: relative; top: 12px;vertical-align:middle; color:teal; }
ul { line-height: 1.5em; }
td { color:black;}

/* テーブル内のimgに縁(ふち）をつけない(ID指定) */
table#pointers img { width:60px;
	       height:45px; border:0px; }

table#others img { border:0px; }

a:link { border:0px; }
a:visited { color:#a35C5B; }

/* 格好のよいテーブル (クラス）*/
table.olink {
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.olink th {
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
/*    background-image:url(../img/table-back.gif); */
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.olink td {
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

