@charset "utf-8";

a         { color: #5af; text-decoration: none; }
a:visited { color: #a5f; }
a:hover   { text-decoration: underline; }
a:active  { color: #f00; }

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    background: #fff url(back1001.png) no-repeat right bottom;
    text-align: center;
    font-family: sans-serif;
}

div.container {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

div.header {
    height: 100px;
    background: #000 url(title_back.png) no-repeat right bottom;
    color: #fff;
}

div.header h1 {
    font-size: 125%;
    font-weight: normal;
    padding: 24px 0 0 24px;
    letter-spacing: 1em;
}

div.section {
    width: 43%;
    border: 1px #000 solid;
    float: left;
    margin: 2em 2% 0 2%;
}

div.section_body {
	width: 100%;
    height: 15em;
    overflow: auto;
}

div.section h2 {
    padding: 4px 0 4px 6px;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #000;
}

div.section h2 a { color: #fff; }

div.section h2:before { content: "■"; }

div.section p {
    line-height: 150%;
    padding: 0.4em 1em 1em 1em;
}

div.section p span.date {
    font-style: italic;
}

div.section h3 {
    margin: 0 1em;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 0;
    border-bottom: 1px #000 dotted;
}

div.history a {
    font-size: 80%;
}

div.footer {
    clear: both;
    font-family: monospace;
    padding-top: 5em;
    
}
div.footer div {
    color: #fff;
    background-color: #000;
    padding-left: 0.5em;
}

ul#twitter_update_list {
	padding: 0.4em 1em 1em 1em;
}

ul#twitter_update_list li {
	font-size: 85%;
    list-style: none;
    text-align: right;
    border-bottom: 1px #000 dotted;
	margin-bottom: 1em;
}

ul#twitter_update_list li span {
	display: block;
}


div.analog {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 160px;
    height: 37px;
    background: url(analog.gif);
    filter:alpha(opacity=50);
}
