/* Created by @Style http://atstyle.biz/  */
/* 全体 */
body {
    font-family: Arial, Tahoma, Trebuchet MS, Verdana,"ＭＳ Ｐゴシック", Osaka, sans-serif;;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

/* CSS無効用 */
.none {display:none;
}

img {
    border-style: none;
}

/* レイアウト */

/* ヘッダー */
#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #EEEEEE;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

/* ボックス右 */
.box {
    clear:both;
}

/* ボックス左 */
.box .arealeft {
    width: 50%;
    float: left;
}

/* ボックス右 */
.box .arearight {
    width: 49%;
    float:left;

}
/* パディング（メイン） */
.pad {
    padding: 30px 0px 5px 30px;
}

/* パディング（左） */
.pad1 {
    padding: 10px 20px 5px 80px;
}

/* パディング（右） */
.pad2 {
    padding: 10px 80px 5px 20px;
}

/* メイン */
#main {
    clear: both;
}

/* フッター */
#footer {
    font-size: 80%;
    letter-spacing: 0.1em;
    clear:both;
    background-color: #EEEEEE;
}

/* フッターパディング */
#footer .pad {
    padding: 5px 80px 5px 80px;
}


/* ヘッダー */
#header h1 {
    font-size: 140%;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 20px 80px 20px 80px;
}

#header a {
    text-decoration: none;
}

#header a:link {
    text-decoration: none;
}


/* 概要 */
.description {
    font-size: 100%;
    background-color: #F9F9F9;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* メインコンテンツ */

/* 日付 */
#main .date {
    font-size: 100%;
    padding-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

/* アーカイブタイトル */
.actitle {
    font-size: 100%;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 2px;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-left: 5px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 2px;
}

/* エントリータイトル */
.title {
    font-size: 100%;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 2px;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #999999;
    padding-left: 5px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding-bottom: 2px;
}

/* 見出し3 */
h3 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

/* メイン段落 */
#main p {
    font-size: 100%;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

/* メイン引用 */
#main blockquote {
    border-width: 1px;
    border-style: dotted;
    border-color: #999999;
    padding-top: 0px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0px;
}

/* メイン画像回り込み */
#main .imgleft {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

/* メイン画像回り込み */
#main .imgright {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

/* メイン情報 */
#main .posted {
    font-size: 90%;
    letter-spacing: 0.05em;
    clear:both;
}

/* ページ先頭へのリンク */
.textright {
    font-size: 80%;
    text-align: right;
    clear: both;
}

/* ナビゲーションリスト */
li {
    font-size: 100%;
    list-style-type: none;
}

/* メインリスト */
#main li {
    list-style-type: square;
}

/* 最近のエントリー */
.rentory {
    margin-top: 0px;
    margin-bottom: 25px;
}

.rentory dt {
    padding: 0;
}

.rentory dd {
    line-height: 150%;
    margin: -1.5em 0 0.4em 10em;

}

#footer img {
    margin-bottom: -5px;
}

/* 署名 */
address {
    font-size: 100%;
}