@charset "UTF-8";
/* ページ全体 */

body {
    font-size: 12px;
    color: #333333;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0;
    background-color: #FFFFFF;
    line-height: 1.6em;
    text-align: center;
}


/* 全体のリンク色 */

A {
    color: #3333CC;
    text-decoration: none;
}

A:link {
    color: #3333CC;
    text-decoration: none;
}

A:link:hover {
    color: #FF3300;
    text-decoration: none;
}

A:link:active {
    color: #000000;
    text-decoration: none;
}

A:visited {
    color: #3333CC;
    text-decoration: none;
}

A:visited:hover {
    color: #FF3300;
    text-decoration: none;
}

A:visited:active {
    color: #000000;
    text-decoration: none;
}

.clear {
    clear:both;
}

/* パディング設定 */
.pad {
    padding: 0px 10px 10px 10px;
}


p {
    margin:0;
    padding:10px;
}

.none{
    display: none;
}

hr {
    display: none;
}

/* ヘッダー */

#header {
    height: 100px;
    width : 800px;
    background-image:url(./banner_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}


#header h1 {
    color: #ffffff;
    margin: 0px;
    padding-top: 2px;
    padding-left: 50px;
    padding-bottom: 18px;
    font-size: 10px;
    line-height: 15px;
    font-weight: lighter;
    text-align: left;
    }

.description {
    padding-left: 50px;
    text-align: left;
}


/* ヘッダーリンク色 */

#header A {
    color: #333333;
    text-decoration: none;
}

#header A:link {
    color: #333333;
    text-decoration: none;
}

#header A:link:hover {
    color: #FF3300;
    text-decoration: none;
}

#header A:link:active {
    color: #000000;
    text-decoration: none;
}

#header A:visited {
    color: #333333;
    text-decoration: none;
}

#header A:visited:hover {
    color: #FF3300;
    text-decoration: none;
}

#header A:visited:active {
    color: #000000;
    text-decoration:none;
}




/* レイアウト */

#container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 780px;
    text-align: center;
}



#left-container {
    width:100%;
    float:left;
    margin-right:-180px;
}



#left-container .sub {
    width:100%;
    float:right;
    margin-left:-180px;
}


#left {
    width:180px;
    text-align: left;
    float:left;
}


#right {
    width:180px;
    text-align: left;
    float:right;
}


/* 記事まわり */

#main {
    margin:0 180px 0 180px;
    padding: 0px 10px 10px 10px;
    border-right:1px solid #696969;
    border-left:1px solid #696969;
    text-align: left;
}

#main img {
    border-style: none;
}

/* 画像左寄せ */
#main .imageleft{
    padding-right: 10px;
    float: left;
}
/* 画像右寄せ */
#main .imageright{
    padding-left: 10px;
    float: right;
}

#main h2 {
    height: 18px;
    width : 100%;
    background-image:url(./h2_bg.gif);
    background-repeat: repeat-x;
    background-position: center;
    text-align: left;
    padding-left: 10px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #ffffff;
    font-size: 12px;
}


#main h3 {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-weight: lighter;
    text-align: right;
}

#main h3 img {
    margin: 0px;
    padding: 0px;
}

#menu {
    font-size: 10px;
    text-align: left;
    margin-bottom: 5px;
}


strong {
    color: #FF3300;
    background-color: #FFFFFF;
}


.sign {
    margin-bottom: 10px;
}


.extended {
    display:block;
    float:right;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}


#main .posted {
    font-size: 10px;
    margin-bottom: 25px;
    padding: 3px;
    text-align: right;
}
.cate {
font-size: 10px;
text-align: right;
}
.pagenavi-foot {
text-align: center;
margin-bottom: 15px;
}

#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}
.co-post {
text-align: left;
font-size: 10px;
color: #cc0000;
}

/*カレンダー*/
#calendar {
line-height: 120%;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding:0px;
text-align: center;
margin-bottom: 30px;
background-color: #FFFFFF;
}


#calendar table {
width: 160px;
padding:0px 0px 0px 0px;
}

/*カレンダーのタイトル*/
#calendar caption {
font-family: Verdana, Arial, sans-serif;
font-size:10px;
text-align: center;
font-weight: bold;	
padding:2px 0px 2px 0px;
color: #696969;
line-height: 15px;
}

/*カレンダーの曜日*/
#calendar th {
line-height: 12px;
font-size:10px;
text-align: center;
font-weight: bold;
color: #696969;
padding:2px 0px 0px 0px;
}

/*カレンダーの日付*/
#calendar td {
line-height: 12px;
font-size:10px;
font-weight: normal;
color: #696969;
text-align: center;
padding:2px 0px 0px 0px;
}

/* テキストエリア文字サイズ・広さ設定 */

textarea[id="comment-text"] {
    width: 80%;
}

/* コメンター画像ボーダー消去 */

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


/* サイドバー */

#left h2,#right h2 {
    height: 16px;
    width : 100%;
    background-image:url(./h2_bg.gif);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 10px;
}


/* サイドバーリスト */

#left ul,#right ul{
    font-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 8px;
    margin-right: 0px;
    margin-bottom: 20px;
}

#left ul ul,#right ul ul {
    margin-bottom: 20px;
}



#left li,#right li {
    font-size: 10px;
    color: #333333;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    list-style-type: none;
}


/* サイドバー画像 */

#left img,#right img {
    border-style: none;
}
.leafmook {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.leafhome{
    text-align: left;
    margin-bottom: 10px;
    font-size: 10px;
}
.linkbanner {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}


#powered {
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
    margin-top: 10px;
}


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

.link-note {
    font-size: 10px;
    line-height: 150%;
    text-align: left;
    padding: 2px;
    margin-bottom: 10px;
}



/* フッター */

#footer {
    color: #333333;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
}

/* アドレス */

address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold;
}