/*  
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.3
*/

/*
 * 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.
 *           : 2.01 2009.07.07 fix bug(for float image).
 *
 * Copyright (C) 2005-2009 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

html{
    height:100%;
    margin-bottom:1px;
}

body {
    width: 920px;
    font-size: 100%;
    text-align: center;
}
html>body {
    font-size: 12pt;
    margin:0px auto;
    text-align:left;
}

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

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    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 {
/*    padding: 15px;
    color: #999;
    background: #8fabbe;
     background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");
    text-align: left; */
	width: 920px;
	height: 143px;
	background: url(./images/header.jpg) no-repeat;
	padding:0px;
	margin:0px;
    border-bottom: 2px solid #41c8dc;
}

#header p {
	position: relative;
	top: 48px;
	left: 45px;
	width: 360px;
	height: 92px;
	background: url(./images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#header p a,
#header p a:link,
#header p a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#header p a:hover {}
#header p a:active {}

.read {
    font-size: 80%;
    color: #444;
    margin:5px 0;
}

/* description of blog */
.blog-description {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* 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: #8fabbe;
}

/* 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: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    list-style: none;
    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;
    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%;
}

.crumbs li {
    display: inline;
}

.crumbs li ul.post-categories {
    font-size: 120%;
    display: inline;
}


ul.rss_news {
    font-size: 86%;
    margin-left: 10px;
}


/* 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 {
    color: #444;
}

#links-right ul {
    color: #444;
    list-style-image: url(./images/li.gif);
    margin:0px 0px 0px 5px;
    padding:0px 0px 0px 5px;
}

#links-left ul li {
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 75%;
}

#links-right ul li {
    margin: 0 0 15px 0;
    font-size: 75%;
}

#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;
}

#links-left p,
#links-right p {
    font-size: 75%;
}

#links-left h2 {
    width: 152px;
    height: 47px;
    background: url(./images/title.gif) no-repeat;
    color: #013799;
    font-size: 90%;
    font-weight: bold;
    padding: 2px 0 0 60px;
    margin-left: 5px;
}

#links-right h2 {
    font-size: 90%;
    font-weight: bold;
    border-bottom: 1px dotted #41c8dc;
    margin: 10px 0;
}

/* menu list */
ul#navi {
	width: 152px;
	margin-left: 5px;
}

ul#navi li {
	margin: 0 0 1px 0;
}

ul#navi li a.m01,
ul#navi li a.m02,
ul#navi li a.m03,
ul#navi li a.m04,
ul#navi li a.m05,
ul#navi li a.m06,
ul#navi li a.m07,
ul#navi li a.m08,
ul#navi li a.m09 {
	display: block;
	height: 38px;
	line-height: 1.5;
	background: url(./images/menu.gif) no-repeat;
}

/* For one line */
ul#navi li a.m01 span,
ul#navi li a.m02 span,
ul#navi li a.m04 span,
ul#navi li a.m05 span,
ul#navi li a.m07 span,
ul#navi li a.m08 span,
ul#navi li a.m09 span {
	position: relative;
	top: 10px;
	left: 20px;
	font-size: 110%;
}

/* For two lines */
ul#navi li a.m03 span,
ul#navi li a.m06 span {
	position: relative;
	top: 0px;
	left: 20px;
	font-size: 110%;
}

ul#navi li a:link,
ul#navi li a:visited,
ul#navi li a:hover,
ul#navi li a:active {
	text-decoration: none;
}

ul#navi li a:hover {background-position: left -38px; color: #FF480B;}
ul#navi li.over a {background-position: left -38px; color: #FF480B;}


/* 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: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}
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: 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: #8fabbe;
    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.layout-three-column {
    margin-bottom: 0px;
    text-align: center;
    background: #fff;
}
.layout-three-column #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
/*    border-bottom: 2px solid #41c8dc;
    border-left: 2px solid #41c8dc;
    border-right: 2px solid #41c8dc; */
    text-align: left;
    background-color: #fff;
}


/* content */
#content h1 {
    width: 482px;
    height: 32px;
    background: url(./images/h1.gif) no-repeat;
    font-size: 90%;
    font-weight: bold;
    word-wrap: break-word;
    color: #013799;
    margin: 20px 10px 0 10px;
    padding: 10px 10px 0 50px;
}

#content h2 {
    width: 482px;
    height: 34px;
    background: url(./images/h2.gif) no-repeat;
    font-size: 80%;
    font-weight: bold;
    word-wrap: break-word;
    color: #013799;
    margin: 20px 10px 0 0;
    padding: 10px 10px 0 30px;
}

#content h2.com {
    width: 434px;
    height: 37px;
    background: url(./images/h2menu.gif) no-repeat;
    font-size: 90%;
    font-weight: bold;
    color: #013799;
    margin: 20px 10px 0 0;
    padding: 10px 0 0 50px;
}

#content h3 {
    font-size: 80%;
    margin-top: 20px;
}

#content p{
    font-size: 75%;
    line-height: 200%;
    color: #444;
    margin: 5px 20px 5px 0;
}

#content ul{
    list-style: none;
}

#content ul li{
    font-size: 75%;
    line-height: 2.0;
    margin: 5px 1px;
}

#content ul li li {
    font-size: 83%;
}

/* main page */
#content table {
    margin: 0 10px;
}
#content td{
    font-size: 75%;
    line-height: 1.5;
    color: #444;
    padding: 5px;
}

#content td a.com01{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content1.gif) no-repeat;
}
#content td a:hover.com01 {background-position: left -52px;}

#content td a.com02{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content2.gif) no-repeat;
}
#content td a:hover.com02 {background-position: left -52px;}

#content td a.com03{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content3.gif) no-repeat;
}
#content td a:hover.com03 {background-position: left -52px;}

#content td a.com04{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content4.gif) no-repeat;
}
#content td a:hover.com04 {background-position: left -52px;}

#content td a.com05{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content5.gif) no-repeat;
}
#content td a:hover.com05 {background-position: left -52px;}

#content td a.com06{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content6.gif) no-repeat;
}
#content td a:hover.com06 {background-position: left -52px;}

#content td a.com07{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content7.gif) no-repeat;
}
#content td a:hover.com07 {background-position: left -52px;}

#content td a.com08{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content8.gif) no-repeat;
}
#content td a:hover.com08 {background-position: left -52px;}

#content td a.com09{
    display: block;
    width: 138px;
    height: 52px;
    background: url(./images/content9.gif) no-repeat;
}
#content td a:hover.com09 {background-position: left -52px;}

/* For one line */
#content td a.com01 span,
#content td a.com02 span,
#content td a.com04 span,
#content td a.com05 span,
#content td a.com06 span,
#content td a.com08 span,
#content td a.com09 span {
	position: relative;
	top: 20px;
	left: 15px;
}

/* For two lines */
#content td a.com03 span,
#content td a.com07 span {
	position: relative;
	top: 15px;
	left: 15px;

}

#content td a:link,
#content td a:visited,
#content td a:hover,
#content td a:active {
	text-decoration: none;
}


/* footer */
#footer {
    clear: both;
}

#banner {
    text-align: right;
    border: 0;
    margin-top:8px;
    margin-bottom:2px;
}

#footline {
    border-top: 2px solid #41c8dc;
    margin: 10px 0px;
    padding: 1px 0;
}

#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444;
}


/* for 3 columns liquid layout */
.layout-three-column-liquid #content {
    margin: 0px 185px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-liquid #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #fff;
}
.layout-three-column-liquid #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #fff;
}


/* for IE7 */
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right {
    top: 100px;
}


/* for 3 columns fixed layout */
.layout-three-column #content {
    float: right;
    width: 520px;
    margin: 0  0 10px 0;
/*    border-bottom: 2px solid #41c8dc;
    border-left: 2px solid #41c8dc;
    border-right: 2px solid #41c8dc; */
}
.layout-three-column #links-left-box {
    position: relative;
    top: 13px;
    left: 15px; 
    float: left;
    width: 175px;
    margin-left: 5px
    display: block;
}
.layout-three-column #links-right-box {
    float: left;
    width: 155px;
}
.layout-three-column #links-left {
    padding: 15px 5px 0 5px;
}

.layout-three-column #links-right {
    padding: 15px 5px 0 5px;
}

#wrapper {
    float: left;
    width: 755px;
    margin-right: 10px;
}

input,textarea {
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", 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 */

