@import url("tagCloud.css");

/*************************************
 * base
 *************************************/

* {
    background: transparent;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", IPAPGothic, sans-serif !important;

}

.clear {
    clear: both;
}

body {
    font-size: 80%;
    text-align: center;
    /*** background-color: #ffd0d0; ***/
}

body div {
    text-align: left;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    border: none;
}

input {
    background-color: #ffffff;
    border: 1px #bbbbbb solid;
    color: #333333;
}

input.button {
    background-color: #ffffff;
    border: 1px #bbbbbb solid;
    width: 60px;
}

textarea {
    background-color: #ffffff;
    border: 1px #bbbbbb solid;
    color: #333333;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a:link    { color: #333333; } 
a:visited { color: #555555; } 
a:hover   { color: #aaaaaa; } 
a:active  { color: #555555; }

/*************************************
 * header
 *************************************/

div#header {
    /*** background-color: #eeffee; ***/
    background-color: #eedddd;
    width: 720px;
    height: 210px;
    margin: 10px auto;
    background-image: url("../blog_header.png");
}

div#header h1 {
   padding: 20px 0px 0px 20px;
   font-size: 20px;
   text-decoration: none;
}

div#header a {
    /*** color: #333333; ***/
    color: #ccaaaa;
    text-decoration: none;
}

/*************************************
 * content
 *************************************/

div#content {
   width: 720px;
   margin: 5px auto;
}

p#navi {
    font-size: 11px;
    text-align: center;
}

p#navi a {
    margin: 0 10px;
}

/*************************************
 * main
 *************************************/

div#main {
    float: left;
    width: 500px;
    /*** background-color: #ffeeee; ***/
    background-color: #ffffff;
    margin: 5px 5px;
    /* border: 2px #ffd0d0 dashed; */
}

.article {
    padding: 15px 4px;
    /* border: 2px #dda0a0 dashed; */
    margin: 15px 0px 15px 0px;
}

div#main h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px #ccaaaa solid;
    border-top: 1px #ccaaaa solid;
    padding: 2px 0px 2px 10px;
}

div#main h2 a {
    text-decoration: none;
}

div#main h3 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

p.description {
    padding: 0px 0px 3px 0px;
    line-height: 140%;
}

div.articleBody {
    margin: 5px 0px 5px 0px;
}

div.articleBody p {
    margin: 1em 0px 0px 0px;
    line-height: 140%;
}

div.articleMore {
    margin: 20px 0px 3px 0px;
}

div.articleMore p {
    margin: 1em 0px 0px 0px;
    line-height: 140%;
}

p.info {
    font-size: 12px;
    color: #444444;
    text-align: right;
    padding: 1px 0px 1px 0px;
    line-height: 115%;
    border-top   : 1px #ccaaaa solid;
    background-color: #eedddd;
    border-bottom: 1px #ccaaaa solid;
}

div#comment {
    margin: 10px auto;
}

div#comment dl {
    padding: 0 0 0 5px;
}

div#comment dd {
    margin: 0 0 10px 0;
    border-bottom: 1px #999999 dashed;
}

div#writeComment {
}

div#writeComment fieldset {
    border: none;
}

div#writeComment legend {
    font-weight: bold;
}

div#writeComment h2 {
    font-size: 10px;
    color: #444444;
    font-weight: bold;
    padding: 3px;
}

div#writeComment dl {
    padding: 3px;
}

div#writeComment p {
    padding: 3px;
}

div#commentForm {
    display: none;
}

textarea#commentBody {
    width: 80%;
}

div#trackback {
    margin: 10px auto;
    padding: 0 0 0 3px;
}

div#trackback a {
    font-weight: bold;
}

dl.trackbacks {
    margin: 8px auto;
    padding: 0 0 0 8px;
    border-left: 3px #bbbbbb solid;
}

dl#trackbackURL dt {
    font-weight: bold;
}

dl#trackbackURL dd {
    margin: 0 0 0 20px;
}

dl#trackbackURL input {
    width: 70%;
}

img.thumb {
    width: 200px;
    height: 150px;
    -ms-interpolation-mode: bicubic;
}

/*************************************
 * menu
 *************************************/

div#menu {
    float: left;
    width: 190px;
    /*** background-color: #eeeeff; ***/
    background-color: #ffffff;
    margin: 5px 5px;
}

div#menu h2 {
    font-weight: bold;
    color: #333333;
    padding: 1px 3px;
    background-color: #eedddd;
    border-top: 1px #ccaaaa solid;
    border-bottom: 1px #ccaaaa solid;
}

div.menu {
    margin: 10px 5px;
    border: 1px #bbbbbb solid;
    padding: 2px 0;
}

div#menu ul.menu {
    list-style-type: disc;
    font-size: 12px;
    margin: 0 0 0 2em;
    padding: 2px 0px 2px 0px;
}

div#menu  ul li ul.sublist {
    list-style-image: none;
    list-style-type: circle;
    font-size: 12px;
    margin: 0 0 0 2em;
    padding: 2px 0px 2px 0px;
}

div#menu ul.navi {
    list-style-image: url("../img/navi.gif");
    font-size: 12px;
    margin: 0 0 0 2em;
    padding: 2px 0px 2px 0px;
}

/*************************************
 * footer
 *************************************/

#footer {
    width: 720px;
    text-align: center;
    background-color: #eedddd;
}