/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #339900;
    text-decoration: none;
}
a:hover {
    color: #339900;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/top.jpg);
    width: 830px;
    height: 220px;
    margin-top: 0px;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding: 5px 0px 0px 80px;
    color: #fff;
    background-image: url(http://www.happy-e-life.com/kitakazu/image/daytitle.gif);
    background-repeat: no-repeat;
    height: 40px;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 150%;
    color: #666;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}


#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidemenu-bk {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/sub_back.gif);
    background-repeat: repeat-y;
    width: 200px;
 }
.sidetitle-top {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/top.gif);
    width: 200px;
    height: 33px;
    background-repeat: no-repeat;
}

.sidetitle-entry {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/entry.gif);
    width: 200px;
    height: 33px;
    background-repeat: no-repeat;
}
.sidetitle-day {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/day.gif);
    width: 200px;
    height: 33px;
}
.sidetitle-category {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/category.gif);
    width: 200px;
    height: 33px;
}
.sidemenu-bt {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/sub_btm.gif);
    width: 200px;
    height: 30px;
 }



/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 30px;
}
.side ul li {
    list-style-image: url(http://www.happy-e-life.com/kitakazu/image/point.gif); 
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 30px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* 検索 */
fieldset {
    border: none;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
.layout-two-column-left,
.layout-one-column {
}
.layout-three-column #container,
.layout-two-column-left #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
}


/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 832px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}


/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 582px;
    display: inline; 
    margin: 0px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 230px;
    display: inline; 
}
.layout-two-column-left #links-left {
    padding: 0px 0px 0px 18px;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 0 15px;
    display: inline; 
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}


/* フッタ */
.layout-one-column #footer,
.layout-two-column-left #footer {
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    text-align: right;
}

.layout-two-column-left #footer {
    width: 830px;
}
.layout-one-column #footer {
    width: 478px;
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.menu01 {
 background-image: url(http://www.happy-e-life.com/kitakazu/image/menu01.gif);
 background-repeat: no-repeat;
 width: 139px;
 height:29px;
 color: #fff;
 text-align: center;
 float: left;
 padding: 3px 0px 0px 0px;
}
.menu01 a,
.menu01 a:link,
.menu01 a:visited {
 color: #fff;
    text-decoration: none;
}

.menu02 {
 background-image: url(http://www.happy-e-life.com/kitakazu/image/menu02.gif);
 background-repeat: no-repeat;
 width: 138px;
 height:29px;
 color: #fff;
 text-align: center;
 float: left;
 padding: 3px 0px 0px 0px;
}
.menu02 a,
.menu02 a:link,
.menu02 a:visited {
 color: #fff;
    text-decoration: none;
}

.menu03 {
 background-image: url(http://www.happy-e-life.com/kitakazu/image/menu03.gif);
 background-repeat: no-repeat;
 width: 139px;
 height:29px;
 color: #fff;
 text-align: center;
 float: left;
 padding: 3px 0px 0px 0px;
}
.menu03 a,
.menu03 a:link,
.menu03 a:visited {
 color: #fff;
    text-decoration: none;
}
#menu {
}
.base {
 background-image: url(http://www.happy-e-life.com/kitakazu/image/background_top.gif);
 background-repeat: no-repeat;
 background-position: top;
 padding-top: 28px;
}
#fotter-menu {
 background-image: url(http://www.happy-e-life.com/image/fotter.gif);
 background-repeat: no-repeat;
 width: 812px;
 height: 30px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 8px;
 font-size: 12px;
 text-align: center;
}
.gra {
    background-image: url(http://www.happy-e-life.com/image/background.gif);
    background-repeat: repeat-y;
 margin-right: auto;
 margin-left: auto;
background-position: center; 
}

.kitakazu-banner {
    background-image: url(http://www.happy-e-life.com/kitakazu/image/kitakazu_banner.gif);
    background-repeat: no-repeat;
    width: 175px;
    height: 57px;
    }

