/* base */

body {
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ 明朝";
    background-color: #ffffff;
    margin: 20px 0 100px 0;
    color: #909090;
}

a {
    color: #ff0000;
}

a:link {
    text-decoration: none;
} 

a:visited { 
    color: #ff0000;
    text-decoration: none;
} 

a:hover {
    text-decoration: underline;
}

a:active {
    color: #ff0000;
} 

td {
}

img {
    border-width: 0px;
}

blockquote {
    margin: 0;
    padding: 0;
}

h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    font-size: 93%;
    margin-bottom: 0.8em;
}

/* site */

a.hostname, span.date {
    font-family: Georgia;
}

div#doc {
}

div#hd, div#bd, div#ft {
    width: 600px;
}

div#hd span.quote {
    font-size: 108%;
}

div#hd span.author {
    font-size: 108%;
    font-style: italic;
}

div#bd {
    width: 600px;
    margin-top: 8em;
    text-align: left;
}

div.quote {
    text-align: left;
    margin-bottom: 12em;
}

div.quote blockquote.text {
}

div.quote blockquote.text p {
    font-size: 153.9%;
    line-height: 150%;
    margin: 0 0 0.8em 0;
}

div.quote blockquote.en, div.quote blockquote.en p, div.quote div.en {
    font-family: Georgia;
}

div.quote div.author {
    font-size: 100%;
    font-style: italic;
    text-align: right;
    margin-bottom: 0.3em;
    position: relative;
    left: 100px;
    width: 500px;
}

div.quote div.url {
    font-size: 77%;
    font-family: Georgia;
    font-style: italic;
    text-align: right;
    margin-bottom: 0.4em;
}

div.quote div.quotedby_small {
    font-size: 77%;
    text-align: right;
}

div.quote div.operation {
    margin-top: 2em;
    font-size: 93%;
    text-align: right;
}

div.quote div.quotedby {
    font-size: 77%;
    margin-top: 2em;
}

div.quote div.amazonassoc {
    margin-top: 3em;
}

div.quote div.quotedby div.header {
    margin-bottom: 1.0em;
}

div.quote div.quotedby li {
    margin-bottom: 0.3em;
}

textarea.template {
    display: none;
}

span.paging-big {
    font-size: 153.9%;
}

span.paging {
    font-family: Georgia;
}

/* form */

input.text {
    font-family: "ＭＳ Ｐ明朝";
    font-weight: bold;
    font-size: 30px;
    padding: 2px;
    color: #ffffff;
    background-color: #a0a0a0;
    border-width: 0;
}

input.text_small {
    font-weight: bold;
    font-size: 14px;
    padding: 2px;
    color: #ffffff;
    background-color: #a0a0a0;
    border-width: 0;
}

input.text_onfocus {
}

input.checkbox {
    border-width: 0;
}

input.checkbox_large {
    width: 40px;
    height: 40px;
    border-width: 0;
}

input.submit {
    font-family: "ＭＳ Ｐ明朝";
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px 0 10px;
    width: 100%;
    cursor: pointer;
}

input.submit_small {
    font-family: "ＭＳ Ｐ明朝";
    font-size: 14px;
    padding: 0 20px 0 20px;
    cursor: pointer;
}

input.en {
    font-family: Georgia;
    font-weight: normal;
}

/* others */

div#forms td.large {
    font-size: 24px;
}

div#float-form-signin {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 30px;
    z-index: 10002;
}


