body {
    font-family: Verdana, Arial, sans-serif;
    padding: 1em;
    padding-left: 4em;
    padding-right: 4em;
    background-color: #fff;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #436b95;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 1em;
}

ul li {
    list-style: none;
}

/* common */

.error {
    padding: 0.5em;
    border: 1px solid #a66;
    background: #fcc;
    margin-bottom: 1em;
}

.error-reason {
    color: #f66;
    font-weight: bold;
}

.bd {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.75em;
    margin: 0.75em 0;
}

.cm-sg {
    color: #ccc;
    text-align: center;
}

.cm-sg a {
    color: #aaa;
}

/* INDEX */

.in {
    text-align: center;
    width: 28em;
    margin: 0 auto;
    padding: 10em 0;
}

.in-sc {
    padding: 4em 0;
    color: #888;
}

.in-sc span {
    border-bottom: 2px solid #eee;
    padding: 0 3em;
    padding-bottom: 1em;
}

.in-sc a {
    padding: 2px 4px 4px;
}

.in-sc a:hover {
    background: #436b95;
    color: #fff;
    text-decoration: none;
}

/* post */

.pt-post {
    margin-bottom: 2em;
}

.pt-title {
    font-size: 131%;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0.2em;
}

.pt-sb-title {
    padding-top: 0.2em;
}

.pt-path {
    float: right;
}

.pt-hd {
    margin-bottom: 1em;
}

.pt-idtime {
    float: left;
}

.pt-excerpt {
    
}

.pt-content {
    
}

.jn-bw li {
    margin-bottom: .5em;
}

/* comment */

.comment-form {
    color: #333;
}

.comment-form .prompt,
.comment-form .button-prompt {
    line-height: 1.5em;
    padding: 0.2em 0;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #aaa;
}

.comment-form textarea {
    width: 24.5em;
}

.comment-form .button-prompt input {
    color: #282;
    border: 2px solid #8a8;
    background: #efe;
}

table.dictionaries,
table.colors-palette,
table.colors {
 margin: 0;
 padding: 0;
 border: none;
}
table.dictionaries td,
table.colors td {
 border: none;
 text-align: center;
 padding: 0.5em;
}

table.colors-palette td {
 border: none;
 padding: 0;
}
table.colors-palette div.color {
 margin: 0 0;
 width: 16px;
 height: 16px;
}

ul.colors-list {
    width: 50%;
    margin: 1em 0;
}

ul.colors-list li {
 border: none;
 padding: 0;
/* border-bottom: 1px solid #ccc;*/
 clear: both;
}

ul.colors-list div.css {
 font-family: Andale Mono, monospace;
}

ul.colors-list div.color {
 width: 48px;
 height: 16px;
 border: 1px solid #eee;
 margin-left: 0;
}

ul.colors-list li div {
 float: left;
 margin: 0.25em 0;
 margin-left: 1em;
}

table.colors div.swatch {
 margin: 0 auto;
 width: 30px;
 height: 30px;
 padding-top: 8px;
 background: url(/colors-swatch-frame.png) no-repeat center;
}

table.colors div.color {
 margin: 0 auto;
 border: 1px solid #eee;
 width: 20px;
 height: 20px;
}

ul.colors {
 margin: 0 auto;
}

ul.colors li {
 float: left;
 padding: 1em;
 width: 10em;
 text-align: center;
}

ul.colors li div.swatch {
 margin: 0 auto;
 width: 30px;
 height: 30px;
 padding-top: 8px;
 background: url(/colors-swatch-frame.png) no-repeat center;
}

ul.colors li div.color {
 margin: 0 auto;
 border: 1px solid #eee;
 width: 20px;
 height: 20px;
}

ul.colors li.last {
 clear: both;
}

#crumbtrail {
 font-size: 200%;
}

#crumbtrail img {
 font-size: 200%;
 vertical-align: middle;
}

/*h1 {*/
/* font-size: 200%;*/
/*}*/

/*h2 {*/
/* font-size: 150%;*/
/*}*/

ul.dictionaries {
 margin: 0 auto;
}

ul.dictionaries li {
 float: left;
 padding: 1em;
 width: 10em;
 text-align: center;
}

ul.dictionaries li.last {
 clear: both;
}

span.subtitle {
 color: #333;
}

span.subtitle a {
 text-decoration: none;
 font-weight: normal;
 color: #333;
}

