body {
	margin-top:0px;
	padding-top:0px;
    background-color: #009966;
    color: #FFFFFF;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
}


.style1 {
    font-size: xx-large;
    font-weight: bold;
}
div.tagCloud {
    width: 195px;
    background-color: #ffffff;
    border: 1px solid #009966;
    color: #009966;
}
div.tagCloud a{
    color: #009966;
    text-decoration: none;
}
div.tagCloud a:hover{
    text-decoration: underline;
}
#main {
    width: 600px; /* 幅600px */
    margin: auto;
    background-color: #009966;
    color: #ffffff;
    text-align: left;
    border: solid 1px #009966;
    position: relative;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
}

div#header {
	padding-top:0px;
	margin-top:0px;
	font-size:0.9em;
}
div#header a{
	text-decoration: none;
}
div#header a:hover{
    text-decoration: underline;
}
input.text {
    height: 2em;
    line-height: 1.5em;
    padding-left: 0.5em;
}

div.links{
	width:160px;
    font-size:0.9em;
}
div.links li{
	margin-bottom: 5px;
}
div.links a:hover{
    background-color: #ffffff;
    color: #009966;
}

#about {
    width: 600px;
    margin: auto;
    background-color: #009966;
    color: #ffffff;
    text-align: center;
    border: solid 1px #009966;
    position: relative;
}

#foot {
    width: 50%; /* 幅50% */
    margin: auto;
    background-color: #009966;
    color: #ffffff;
    border: solid 1px #009966;
    position: relative;
    text-align: center;
}

table.data {
    width: 600px;
    background-color: #ffffff;
    color: #000000;
    border-collapse: collapse;
}

table.data th {
    height: 32px; border-left : solid 2px #009966;
    border-bottom: solid 2px #009966;
    width: 100px;
    padding: 0px;
    text-align: center;
    color: #009966;
    border-left: solid 2px #009966;
}

table.data td {
    height: 32px;
    width: 196px; font-size : 0.8em; text-align : center;
    font-weight: bold;
    border-right: solid 2px #009966;
    border-bottom: solid 2px #009966;
    padding: 0px;
    text-align: center;
}

table.data tr {
    padding: 0px;
    margin: 0px;
}

#footer {
    margin: auto;
    background-color: #009966;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 0.8em;
}

a {
    color: #FFFFFF;
}

div#deadAt{
    font-size: xx-large;
    font-weight: bold;
}
pre {
    font-family: "ＭＳ Ｐゴシック", "IPA モナー Pゴシック", "IPAMonaPGothic", "Mona", "mona-gothic-jisx0208.1990-0",sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    width: auto;
    _width: 90%; /*for IE*/
    overflow: auto;
    _overflow: scroll; /*for IE*/
    font-size: 75%;
    letter-spacing: 1px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 8px 16px;
}