/*  -----------------------------------------------
Theme Name: Ken6 theme
----------------------------------------------- */

/*  -----------------------------------------------
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 * 2009.7　テンプレート改変
----------------------------------------------- */

/*  -----------------------------------------------
全体
----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #993333;
    text-decoration: none;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* 検索フォーム */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}



/* タイトルバナー */
#banner {
    height: 200px;
    padding: 15px;
    color: #999999;
    background: none;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("images/blogtitle.jpg");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner-description {
    color: #ffffff;
    font-size: 12px;
}




/* 個別記事 */
.blog {
    padding: 10px;
    font-size: small;
    color: #666666;
    background: none;
}

.date {
    margin-top: 6px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}


/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}


/* エントリ角丸 */
.entry-round {
width: 540px;
margin-top: 5px;
background-image: url(images/blog_back_middle.gif);
background-position: 0 0;
background-repeat: repeat-y;

}

.entry-round h3 {
padding-top: 15px;
background-image: url(images/blog_back_top.gif);
background-position: 0 0;
background-repeat: no-repeat;
}

.entry-round .body {
padding-bottom: 15px;
background-image: url(images/blog_back_bottom.gif);
background-position: left bottom;
background-repeat: no-repeat;

}

/* エントリ角丸パーマリンク */
.entry-round2 {
width: 540px;
margin-top: 5px;
background-image: url(images/blog_back_middle2.gif);
background-position: 0 0;
background-repeat: repeat-y;

}

.entry-round2 h3 {
padding-top: 15px;
background-image: url(images/blog_back_top.gif);
background-position: 0 0;
background-repeat: no-repeat;
}

.entry-round2 .body {
padding-bottom: 15px;
background-image: url(images/blog_back_bottom.gif);
background-position: left bottom;
background-repeat: no-repeat;

}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0px 5px 0px 5px;
    color: #666666;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin: 5px 0px 5px 0px;
}

.entry hr {
    margin: 5px 10px 5px 10px;
    border-top: 1px solid #666666;
    text-align: center;
}


#comments,
.entry2 {
    width: auto;
    margin: 0px 5px 0px 5px;
    color: #666666;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry2 a:active {}
.entry2 img {
    margin: 5px 10px 5px 10px;
}

/* search */
#comments,
.entry3 {
    width: auto;
    margin: 0px 5px 0px 5px;
    color: #666666;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry3 a:active {}
.entry3 img {
    margin: 5px 13px 5px 10px;
}

.entry3 p {
    margin: 10px 10px 0px 10px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

.aboutsite {
    color: #666666;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

/* title of entry */
.entry-header {
    margin: 10px 10px 0px 10px;
    padding-left: 5px;
    border-left: 5px solid #FF9999;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

/* titlelist of entry */
.entry-list {
    margin: 0px 10px 0px 10px;
    border-bottom: 2px solid #BB9CB0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 10px 0px 10px;
    border-top: 1px solid #BB9CB0;
    text-align: right;
    color: #36414d;
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 10px 10px 0px 10px;
}

.entry-more {
    text-align: right;
}

.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* テンプレートバグ修正 */
p img {
    padding: 0;
    max-width: 100%;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
/* テンプレートバグ修正 */




/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px 0px 15px 0px;
    text-align: center;
    font-size: 10px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 10px 0px 0px 10px;
    font-size: 12px;
    background: none;
}


/* サイドバーカテゴリー */
#side-menu-cat {
background: none;
position: relative;
height: 220px;
text-align: left;
margin: 0px 5px 0px 0px;
}

#side-menu-cat ul {
position: absolute;
top: 0px;
list-style: none;
}

#side-menu-cat ul li {
display: inline;
}

#side-menu-cat ul li a {
display: block;
float: left;
width: 170px;
height: 30px;
font-size: 12px;
color: #FFFFFF;
margin-left: 0px;
text-decoration: none;
text-indent: 5px;
text-align: left;
}

img.cat{
vertical-align: bottom;
}


#side-menu-cat ul li#home a {
background: transparent url(images/navi_01.gif) no-repeat;
}
#side-menu-cat ul li#home a:hover {
background: transparent url(images/navi_02.gif) no-repeat;
}


#side-menu-cat ul li#cat1 a {
background: transparent url(images/navi_01.gif) no-repeat;
}
#side-menu-cat ul li#cat1 a:hover {
background: transparent url(images/navi_02.gif) no-repeat;
}

#side-menu-cat ul li#cat2 a {
background: transparent url(images/navi_01.gif) no-repeat;
}
#side-menu-cat ul li#cat2 a:hover {
background: transparent url(images/navi_02.gif) no-repeat;
}

#side-menu-cat ul li#cat3 a {
background: transparent url(images/navi_01.gif) no-repeat;
}
#side-menu-cat ul li#cat3 a:hover {
background: transparent url(images/navi_02.gif) no-repeat;
}

#side-menu-cat ul li#cat4 a {
background: transparent url(images/navi_01.gif) no-repeat;
}
#side-menu-cat ul li#cat4 a:hover {
background: transparent url(images/navi_02.gif) no-repeat;
}


/* サイドバーリンク */
#sidebar-link {
background: url(images/side_back_links.gif) no-repeat;
height: 190px;
}

#sidebar-link ul {
    padding-top: 18px;
    padding-left: 5px;
    color: #444444;
    font-size: 12px;
}


#sidebar-link li {
    list-style: none;
    font-size: 16px;
    margin: 0px 0 15px 0;
}

#sidebar-link li li {
    padding-left: 12px;
    margin: 0;
}

#sidebar-link ul ul {
    margin: 0;
}


/* サイドバー検索 */
#sidebar-search {
margin-top: 15px;
background: url(images/side_back_search.gif) no-repeat;
height: 120px;
}

#sidebar-search ul {
    padding-top: 35px;
    padding-left: 5px;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
}

#sidebar-search li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#sidebar-search li li {
    background: url(images/lmark.gif) no-repeat 0 0.4em;
    padding-left: 12px;
    margin: 0;
}

#sidebar-search ul ul {
    margin: 0;
}




/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}


/*  -----------------------------------------------
レイアウト
----------------------------------------------- */
/* body */
body.layout-two-column-right {
    text-align: center;
    background: url("images/back.gif") repeat;

}

/* container */
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* box */
.layout-two-column-right #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
	background: none;
}

/* footer */
#footer {
    height: 70px;
    margin: 20px 0px 0px 0px;
    padding: 1px 0;
    text-align: center;
    background: url("images/footer_back.gif") no-repeat;
}
#footer p {
    margin: 25px 0;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

.layout-two-column-liquid-right #footer {
    display: none;
}

/* for 2 columns liquid layout (with right sidebar) */
.layout-two-column-liquid-right #content {
    margin: 0px 185px 20px 0px;
	background-color: #FFFFFF;
}

.layout-two-column-liquid-right #sidebar {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}


/* for IE7 */
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}


/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 580px;
    margin: 10px 0px 0px 10px;
	background-color: #FFFFFF;
}
.layout-two-column-right #sidebar-box {
    float: right;
    width: 175px;
    margin: 10px 10px 0px 5px;
    background: none;
}
.layout-two-column-right #sidebar {
    padding: 15px 15px 0;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}