/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 0.2
*/

/*
 * 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.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h3{
    margin: 30px 0 30px 2px;
    padding: 0px 0 0px 3px;
    font-weight: bold;
    border-left: solid 5px #b35a00;
    border-bottom: dashed 3px #ff8000;

}

h4{
    margin: 20px 0 20px 10px;
    padding: 0px 0 0px 3px;
    font-weight: bold #999999;
    border-left: solid 5px #ffdfbf;

}
  

/* anchor */
a,
a:link {
    color: #00f;
    text-decoration: none;
}



a:visited {
    color: #c0c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {}

/* 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 {
    border-bottom: 1px solid #ccccff;
    background: #fff;
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description {
    color: #b35a00;
    background: transparent;
    font-size: 14px;
    text-align: left;
}

.ad {
       clear:both;
       background-color: #080;
}

/* article */
.blog {
    padding: 10px 15px;
}

strong  {
         font-weight:bold;
         border-bottom: dashed 2px;
}

em     {
         font-weight:bold;
         font-style:normal;
}


/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}



/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #fcb032;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 100%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 15px 5px 15px 5px;

}

.ren{ 
         font-size: 16px;
         padding: 12px 0 4px 35px;
             }

.fa,.fb,.fc,.fd,.fe,.ff,.fg,
.sa,.sb,.sc,.sd,.se,.sf,.sg { 
         font-size: 16px;
         padding: 12px 0 4px 35px;
         background-repeat: no-repeat;
             }


.fa { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fp.gif");
             }

.fb { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpgimon.gif");
             }

.fc { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpegao.gif");
             }

.fd { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpheart.gif");
             }


.fe { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpikari.gif");
             }

.ff { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpodoroki.gif");
             }

.fg { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/fpface/fpzannen.gif");
             }

.sa { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhu.gif");
             }

.sb { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhugimon.gif");
             }

.sc { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhuegao.gif");
             }

.sd { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhuheart.gif");
             }

.se { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhuikari.gif");
             }

.sf { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhuodoroki.gif");
             }

.sg { 
         background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/shuhuface/shuhuzannen.gif");
             }

.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry 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%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #444;
    font-size: 125%;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* 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: 83.3%;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#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/lmark.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 h5,
#links-right ul li h5 {
    margin-top: 3px;
    padding-bottom: 2px;
/*  border: 1px solid  #666; */
    font-weight: bold;
    color: #fff;
    background: #fcb032;

/*    background-image: url("http://fpkijima.com/jouhou/wp-content/uploads/grad.png");
         background-repeat: repeat; */
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}
html > body #links-left ul li h5,
#links-right ul li h5 {
    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: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* 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: #fcb032;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.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;
}

/* 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;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body
 {
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}
.#container,
{
    margin-bottom: 10px;
}
#box {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccccff;
    border-left: 1px solid #ccccff;
    border-right: 1px solid #ccccff;
    text-align: left;
    background-color: #fff;
}



/* footer */
#footer {
    margin: 10px 0;
    padding: 1px 0;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444;
}



/* for 3 columns fixed layout */
#content {
    float: left;
    width: 578px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccccff;
    border-left: 1px solid #ccccff;
    border-right: 1px solid #ccccff;
}
#links-left-box {
    float: left;
    width: 210px;
}

#links-right-box {
    float: left;
    width: 160px;
}
#links-left,
#links-right {
    padding: 15px 15px 0 15px;
}



input,textarea {
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}

#box::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}
#box {
    width: 100%
    /*\*/*/
    overflow: hidden;
    /**/
}

.red {
     color: red
}

.left {float: left;
    margin: 1px 3px 1px 3px;}
.right {float: right;
    margin: 1px 3px 1px 3px;}