/* 全体 */

body {
    background-color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #646464; 
} 


/* リンク関連 */

A                { color: #6699CC; text-decoration: none; background: none;}
A:link           { color: #6699CC; text-decoration: none; background: none;}
A:link:hover     { color: #999999; text-decoration: none; background: none;}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #6699CC; text-decoration: none; background: none;}
A:visited:hover  { color: #999999; text-decoration: none; background: none;}
A:visited:active { color: #000000; text-decoration: none; background: none;}


/* 見出し */

h1{
    width: 0 ;
    height: 0 ;
    overflow: hidden ;
    position: absolute ;
}

h2,h3 {
    margin: 0px;
    padding: 0px;
}


/* 全体を囲う箱 */


#inbox {
    text-align: left;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    border-left:1px #E0E6F0 solid;
    border-right:1px #E0E6F0 solid;
    background: url(img/main_bg.jpg) repeat-y;
}



/* バナー */

#banner {
    background-image: url(img/top.jpg);
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 1em;
    border-bottom:1px #4C4C4C solid;
    padding-bottom: 5px;
    height: 135px;
}
#banner A        {
    text-decoration: none;
    color: #FFFFFF;
}
#banner A:link   {
    color: #FFFFFF;
    text-decoration: none;
}
#banner A:link:hover     {
    text-decoration: none;
    color: #FFFF99;
}
#banner A:link:active    {
    color: #FFFF99;
    text-decoration: none;
}

#banner A :visited        {
    color: #FFFFFF;
    text-decoration: none;
}
#banner A :visited:hover  {
    color: #FFFF99;
    text-decoration: none;
}
#banner A :visited:active {
    color: #FFFF99;
    text-decoration: none;
}

.description {
    width: 0 ;
    height: 0 ;
    overflow: hidden ;
    position: absolute ;

}


/* レイアウト */






/* 左サイドバーの場合(現在の設定はこちらです) */

#links {
    margin-top: 5px;
    padding-left: 5px;
    margin-right: 10px;
    width: 170px;
    float: left;
}

#content {
    margin: 5px 0px 0px 5px;
    padding: 0px 10px 0px 15px;
    width: 470px;
    float: left;
}

/* 右サイドバーの場合、#links #contentの指定を以下のようしてください */
/*
#links {
    margin-top: 5px;
    padding-left: 5px;
    margin-right: 10px;
    width: 170px;
    float: right;
}

#content {
    margin: 5px 0px 0px 5px;
    padding: 0px 10px 0px 15px;
    width: 470px;
    float: right;
}
*/


#footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #999999;
    text-align: center;
    margin-top: 15px;
    border-top:7px #E2F0F0 solid;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 15px;
    background:#FFFFFF url(img/footer_back.gif) repeat-x;
    clear: both;
}

address {
    font-size: 10px;
    color: #646464;
    font-style: normal;
}



/* 記事まわり */

.blog {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    background: none;
}


.blogbody {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: none;
}


.date {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #999999;
    text-align: right;
    margin: 0.5em 0em 0.5em 0em;
}


.title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #999999;
    padding-top: 5px;
    border-top: 1px solid #666666;
}


#content h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #999999;
    margin-bottom: 5px;
}

blockquote {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: dotted;
    border-color: #333333;
    padding: 10px;
}



.sign {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    color: #666666;
    margin-bottom: 10px;
}

.posted {
    background: none;
    color:#666666;
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.7em;
    font-weight:normal;
}


.extended {
    color:#666666;
    display:block;
    float:right;
    font-family: Verdana, Arial, sans-serif;
    font-size:1em;
    font-style:normal;
}


/* サイドバー */


#calendar {
    line-height: 140%;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
    }

#calendar table {
    padding: 2px;
    border-collapse: collapse;
    border: 0px;
    width: 100%;
    }

#calendar caption {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #999999;
    background-image: url(img/sh2.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 0.25em;
    padding-left: 1.7em;
    padding-bottom: 3px;
}

#calendar th {
    text-align: center;
    font-weight: normal;
    }

#calendar td {
    text-align: center;
    }



.sidebar h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #999999;
    background-image: url(img/sh2.gif);
    background-repeat: no-repeat;
    padding-top: 0.25em;
    padding-left: 1.5em;
    padding-right: 0.25em;
    padding-bottom: 0.1em;
}

.sidebar ul {
    padding-left: 5px;
    margin: 0px;
    margin-bottom: 20px;
    }

.sidebar ul ul {
    margin-bottom: 0px;
    }

.sidebar #categories ul {
    padding-left: 5px;
    }
    

.sidebar li {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    text-align: left;
    line-height: 150%;
    margin-top: 3px;
    list-style-type: none;
    }

.sidebar #categories li {
    list-style-type: none;
    }

.sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar img {
    border-style: none;
    padding: 3px;
}

.photo {
    text-align: left;
    margin-bottom: 20px;
    }

.link-note {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    padding: 2px;
    color: #666666;
    }

#powered {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: left;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 40px;
}



/* アーカイブのページ関連 */

#menu {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    padding: 0.5px;
}


.comments-body {
    background: none;
    color:#666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight:normal;
    line-height:1.5em;
    margin:0.5em;
    padding:0.5em;
}


.comments-post {
    background: none;
    color:#666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight:normal;
}


.comments-head {
    border-bottom: 1px solid #333333;
    color: #666666; 
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
}

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
    }


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


/* @Style http://atstyle.biz/ */
