/* 全体 */

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


/* リンク関連 */

A                { color: #132468; text-decoration: underline; background: none;}
A:link           { color: #132468; text-decoration: underline; background: none;}
A:link:hover     { color: #2323ff; text-decoration: underline; background: none;}
A:link:active    { color: #000000; text-decoration: underline; background: none;}

A:visited        { color: #132468; text-decoration: underline; background: none;}
A:visited:hover  { color: #131313; text-decoration: underline; background: none;}
A:visited:active { color: #000000; text-decoration: underline; background: none;}


/* 見出し */

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


/* 全体を囲う箱 */
#inbox {
    background-color: #FFFFFF;
    border: 1px solid #669966;
    text-align: left;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}



/* バナー */

#banner {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    background-image: url(imggray/top.jpg);
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    padding-bottom: 5px;
    height: 70px;
}
#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 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: right;
}


/* レイアウト */

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

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

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

/* 右サイドバーの場合、#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-width: 1px;
    border-top-style: solid;
    border-top-color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 15px;
    clear: both;
}

address {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFFFFF;
}



/* 記事まわり */

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

/*    font-family: Verdana, Arial, sans-serif; */
.blogbody {
    font-size: small;
    font-weight: normal;
    color: #222222;
    line-height: 16pt;
    letter-spacing: 0.05em;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: none;
}

.blogbody A                { font-size: small;}
.blogbody A:link           { font-size: small;}
.blogbody A:link:hover     { font-size: small;}
.blogbody A:link:active    { font-size: small;}
.blogbody A:visited        { font-size: small;}
.blogbody A:visited:hover  { font-size: small;}
.blogbody A:visited:active { font-size: small;}

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


.title {
    font-family: Verdana, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #669966;
    padding-top: 5px;
    padding-left: 20px;
    border-top: 1px solid #669966;
    border-left: 5px solid #669966;
    border-bottom: 1px solid #669966;
}


#content h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #669966;
    margin-top: 10px;
    margin-bottom: 5px;
}

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

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

.posted {
    background: none;
    color:#333333;
    font-family:Verdana, Arial, sans-serif;
    font-size: small;
    font-weight:normal;
    text-align: right;
}


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


/* サイドバー */


#profile {
    line-height: medium;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    padding: 2px;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #333333;
    }

#calendar {
    line-height: medium;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 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: medium;
    font-weight: bold;
    color: #333333;
    background-image: url(imggray/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: medium;
    font-weight: bold;
    color: #333333;
    background-image: url(imggray/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: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    text-align: left;
    line-height: 15pt;
    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: small;
    line-height: 14pt;
    text-align: left;
    padding: 2px;
    color: #666666;
    }

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



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

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


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


.comments-post {
    background: none;
    color:#333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    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/ */