/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 3.0.21
*/

/*
 * File      : style.css
 * Version   : 3.0.21
 * 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.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *           : 2.01 2009.07.07 fix bug(for float image).
 *           : 3.00 2010.12.07 for WordPress 3.
 *           : 3.0.11 2011.03.10 change get_settings to get_option.
 *           : 3.0.20 2011.03.10 add Commented entry list.
 *           : 3.0.21 2012.11.29 404 page fixed.
 *
 * Copyright (C) 2005-2012 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Georgia, Verdana, Arial, sans-serif;
        scrollbar-3dlight-color:    #ffffff;
        scrollbar-arrow-color:      #604033;
        scrollbar-base-color:       #ffffff;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-face-color:       #ffffff;
        scrollbar-highlight-color:  #604033;
        scrollbar-shadow-color:     #604033;
        scrollbar-track-color:      #ffffff;
}
body {
    font-size: 100%;
    background:  url("images/bg.png");
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #330000;
    text-decoration: none;
}
a:hover {
    color: #330000;
    text-decoration: underline;
}

a:focus {
   outline:none;
}
/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header {
    height: 270px;
    background-repeat: no-repeat;
    background-image: url("images/header_bg.jpg");
}

#header h1 {
    text-align: left;
    padding: 100px 0 0px 100px;
}

#header a,
#header a:link,
#header a:visited {
    color: #330000;
    background: transparent;
    font-size: 48px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description {
    color: #330000;
    background: transparent;
    font-size: 24px;
    padding-left: 125px;
}

/* menu */
#menu {
	height: 64px;
        padding: 25px 0 0 320px;
	background: url(images/menu_bg.jpg) no-repeat;
}
#menu ul li {
	padding: 0 12px;
	font-size: 125%;
	font-weight: nomal;
	text-align: center;
	float: left;
        list-style-type: none;
        list-style-image: none;
}
#menu ul li a {
	padding: 0px 0 0px 0px;
	line-height: 2;
	color: #550000;
}
#menu ul li a:hover {
	color: #a0cece;
}
#menu ul ul li {
	font-size: 1em;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.post {
    margin: 0px;
    padding: 0px;
}

.PostHead {
    margin: 0px;
}
.PostHead table{
    margin:0px;
    padding:0px;
}

.PostHead h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 20px;
    margin: 0px;
}
.PostHead h2 a {
    color: #330000;
    text-decoration: none;
}

.PostHead h2 a:hover {
    color:#330000;
    text-decoration: underline;
}

.PostTime {
    padding: 0px;
    margin: 5px 0 0 5px;
/* position:relative; */ 
    background: url(images/date.gif) no-repeat;
    width: 115px;
    height: 95px;
    text-align: center;
    color:#704041;
}
.PostTime .time {
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    padding-top: 5px;
    font-family : Georgia, "Times New Roman", Times, serif;
}

/*.PostTime .day {
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    padding-top: 11px;
    font-family : Georgia, "Times New Roman", Times, serif;
}
.PostTime .month {
    font-size: 14px;
    padding-top: 11px;
}*/

.PostTime .year {
 font-weight: nomal;
    font-seze: 16px;
    padding-top: 25px;
}

.PostAuthor {
    color:#704041; }

.PostCat {
    color:#704041;
}
.PostCat a {
    color:#663300;
    text-decoration: none;
}
.PostCat a:visited {
    color:#663300;
    text-decoration: none;
 }
.PostCat a:hover { 
    color:#ad1931;
    text-decoration: none;
 }

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 5px 0 5px 0px;
    padding: 3px 0 3px 5px;
    color: #fff;
    background: #c5d4d9;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #330000;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry h2 {
    font-size:18px;
    font-weight: bold;
    padding-top: 10px;
    padding-left:10px;
}

/* title of entry */
.entry-header {
    margin: 0px;
    padding: 0px;
    width: 400px;
    background: url(images/entry_header.gif) no-repeat;
}

/* entry-header posted */
.entry-header h3 {
    padding: 16px 0 0 10px;
    font-size: 12px;
    font-weight: nomal;
    text-align: left;
    color:#604033;
}

.entry p {
    margin: 10px 0;
    padding-right: 20px;
    padding-left: 20px;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body {
    font-size: 110%;
}
.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}

#entry-t {
    margin: 10px 0 10px 15px;
    line-height:15px;
}
#entry-t table {
    padding:0px;
    border-collapse: collapse;
    line-height:20px;
}
#entry-t tr {
    color:#330000;
}
#entry-t td {
    color: #604033;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 5px;
    border: 1px dashed #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
    color: #604033;
}
.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%;
}

/* PR用 */
.entry-sub1-title {
    margin-top:10px;
    color: #ad1931;
    font-size: 10px;
    border-top: 1px dotted #604033;
    padding: 5px 0px 0px 60px;
    background: url(images/osusume.gif) no-repeat;
    background-position:left;
    line-height:24px;
}
.entry-sub2-title {
    margin:0 0 10px 0;
    color: #ad1931;
    font-size: 10px;
    padding: 3px 0px 0px 24px;
    background: url(images/71.gif) no-repeat;
    background-position:left;
    line-height:24px;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* 続き折りたたみ */
.ajax-entry-more-link {
    margin-left: 10px;
}
/* ページ用title */
.page-sub-title {
    margin-top:10px;
    color: #ad1931;
    font-size: 12px;
    border-bottom: 1px dotted #604033;
    padding: 5px 0px 0px 25px;
    background: url(images/rabbit_19.gif) no-repeat;
    background-position:left;
    line-height:26px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 85.3%;
}

/* CLAPナビ */
#c-nav {
        text-align: right;
        padding-right:20px;
}
/* RANKINGナビ */
#r-nav {
    text-align: left;
    margin: 10px 20px 0 20px;
    padding-top: 10px;
    border-top:1px dotted #330000;
/*    padding-left:100px;
    background: url(images/r-nav.gif) no-repeat;
    background-position:left; */
    height:15px;
}        
/*page topナビ*/
#top-nav {
    position:fixed;
    bottom:200px;
    left:auto;
    margin:0 0 0 1099px;
    width:50px;
    height:120px;
    background:url(images/page_top1.gif) no-repeat left bottom;
}

/* IE6以下用 */
* html #top-nav {
    margin:0 0 -390px 0;
    position:relative;
    bottom:300px;
    left:1096px;
}
#top-nav:hover {
    background:url(images/page_top2.gif) no-repeat left bottom;
}
a.page_top {
    display:block;
    width:50px;
    height:120px;
}

/* calendar */
#wp-calendar caption {
    padding: 3px 0 5px 0;
    text-align: center;
    color: #444444;
    font-size: 12px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
    border: 1px solid #999;
    width: 220px;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 2px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 12px;
    line-height: 120%;
}

/* for hidden widget title */
.widget_calendar h2 {
    display: none;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #330000;
    background: #fff;
    font-size: 100%;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/list.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
/*    border: 1px solid  #666;
    color: #444;*/
    background: url(images/side_title.png);
    text-align: center;
    font-size: 97%;
    line-height: 35px;
    height: 100%; /* for IE6 */
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 97%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* サイドバー内　サブタイトル */
.side-sub1-title {
    margin:0px;
    color: #ad1931;
    font-size: 12px;
    padding: 2px 0px 0px 5px;
/*    background: url(images/792.gif) no-repeat;
    background-position:left;*/
}

#side-line {
    margin: 0px;
    background: url(images/line_p.gif) repeat-x;
    height:10px;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #c5d4d9;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    font-size: 100%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 20px 0 20px;
    font-size:11px;
    line-height: 1.5;
    color:#604033;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
    padding:3px 20px 5px 0;
}

/* comment and trackback */
#comments-open-data p {
    margin: 0 20px 10px 20px;
}
#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;
}
.comments-open label {
    display: block;
}
.nocomments {
    padding-left: 20px;
}
/* comment feed用 */
.comment-f {
    padding:15px 0 10px 20px;
}
#t-url{
    margin-left:10px;
    padding-left:3px;
    border:1px solid #604033;
}

form input,
form textarea {
    border: 1px solid #604033;
    margin-left: 20px;
}
#searchtext {
    margin: 3px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
/*    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background-color: #BDDAD8;*/
    text-align: left;
    background:url(images/box_bg.png) repeat-y;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 1100px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
}
.layout-three-column #content { /* for IE6 */
    width: 590px;
    margin-left: 160px;
}
html>body.layout-three-column #content {
    width: 600px;
    margin-left: 250px;
}


.layout-three-column #links-left-box {
    float: left;
    width: 250px;
}
.layout-three-column #links-left-box { /* for IE6 */
    margin-left: -838px;
}
html>body.layout-three-column #links-left-box {
    margin-left: -848px;
}

.layout-three-column #links-right-box {
    float: left;
    width: 250px;
}
.layout-three-column #links-right-box { /* for IE6 */
    margin-left: 2px;
}
html>body.layout-three-column #links-right-box {
    margin-left: 0;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 5px 15px 0 15px;
}
/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    height: 200px;
    color: #ffffff;
    font-size: 75%;
    text-align: center;
    line-height: 2;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 1100px;
}

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 */
