/*  
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", "ヒラギノ角ゴ Pro W3", "ＭＳ Pゴシック", "Osaka‐等幅";
    line-height:1.5;
   }
body {
    font-size: 100%;
}
html>body {
    font-size: 14px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 5px;
  font-weight: bolder;
  color: #000080; 
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  }

/*パラグラフ*/
p {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  padding: 0px 5px 7px 5px;
  text-align: left;
  }

/* 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: 115px;
}

/* banner title */
#header {
    height: 72px;
    margin: 0:
    padding: 0;
    color: #999;
    background: #ffffff;
    text-align: right;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".jpg");*/
    background: #fff url("http://new.peacemedia.jp/images/pmlogo0.jpg") no-repeat top left;
}

#blog-name a,
#blog-name a:link,
#blog-name a:visited {
    color: #000080;
    text-decoration: none; 
    font-size: 22px;
    font-family: "Times", "Times New Roman", "Osaka‐等幅";
    }

#blog-name  {
    margin: 0;
    padding: 10px 15px 0px 15px;
    background: transparent;
    text-align: right;
    }

#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description {
    padding: 0px 15px 10px 15px;
    color: #666666;
    background: transparent;
    font-size: 10pt;
    text-align: right;
}


/*上下のナビゲーションリンク*/
ul.globalnav {
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: 798px;
  background-color: #ffffff;
  border-top: 1px solid #669;
  border-bottom: 1px solid #669;
  }

ul.globalnav li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  font-size: 10pt;
  background: transparent;
  text-align: center;
  }

ul.globalnav a,
ul.globalnav a:link,
ul.globalnav a:visited {
  color: #0000ff;
  text-decoration: none;
  font-weight: bold;
  }


/* article */
.blog {
    padding: 5px 5px;
}

/* article date */
.date {
  font-size: 12px;
  color: #336666;
  margin: 10px 0px 0px 0px;
  padding-right: 10px;
  text-align: right;
  }

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #336666;
    background: #ffffff;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px;
    color: #272727;
    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 p {
  margin: 10px 0;
  }

.entry blockquote p {
  margin: 10px 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 15px;
    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 {
  font-size: 16px;
  line-height: 150%;
  font-weight: bolder;
  color: #000080;
  background-color: #e8ffff;
  padding: 10px 5px 10px 10px;
  margin: 0px 0px 5px 0px;
  border-top: 1px dotted #CCCCCC;
  text-align: left;
  }

.entry-header a,
.entry-header a:link,
.entry-header a:visited {
  color: #000080;
  }

/* 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-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
}

/* 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: 12px;
    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: 13px;
    width: 22px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 13px;
    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: 10px;
    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 {
    padding: 2px;
    color: #444;
    background: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}
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: 13px;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 13px;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

#links-right-box {
  text-align: center;
}
#links-right {
  text-align: center;
}

/* credit */
.powered {
    margin-top: 10px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    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;
    height: 50px;
}
#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;
}
form textarea#comment {
    height: 60px;
}
#searchtext {
  margin: 3px 0;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  }

/* layout */

.layout-three-column #wrap {
    float: left;
    width: 638px;
}

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 5px;
    text-align: center;
    background: #ffffff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 5px;
}
.layout-three-column #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;;
    padding: 0 0 10px 0;
    text-align: left;
    background-color: #fff;
}


/* footer */
#footer {
    width: 800px;
    border-top: 1px dotted #CCCCCC;
    margin: 5px auto;
    padding: 1px auto;
  padding-top: 10px;
  clear: both;
    text-align: center;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444;
}

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

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: right;
    width: 478px;
    margin: 0 0 5px 0;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 160px;
}
.layout-three-column #links-left {
    padding: 10px 8px 0 2px;
}
.layout-three-column #links-right {
    padding: 10px 3px 0 8px;
}

.links-left {
  text-align: left;
}


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;
    /**/
}

/*アクセスカウンター*/
.gcounter {
  width: 135px;
  margin: 10px 0px 10px 0px;
  }

/*アクセスカウンターPM*/
.pmcounter {
  width: 1px;
  height: 1px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  background: #fff url("http://counter1.fc2.com/counter_img.php?id=3724831") no-repeat top left;
}

/*グーグルカレンダー*/
.gcalendar {
  width: 460px;
  margin: 0;
  padding: 5px 0px;
  }

/*定義型の箇条書きリスト*/
dl {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  padding: 0px 10px 0px 5px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  }

dt {
  margin: 0px 0px;
  padding: 10px 0px 5px 5px;
  font-weight: bolder;
  color: #0000ff; 
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  }

dd {
  font-size: 14px;
  line-height: 150%;
  padding: 0px 0px 5px 10px;  
  margin: 0px 0px 0px 5px;
  text-align: left;
  }


/*記事内部のリスト*/
ul.kiji {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 5px;
  }

ul.kiji li {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin-top: 2px;
  text-align: left;
  }

ul.kiji h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 4px 0px 2px 0px;
  font-weight: bolder;
  color: #000080; 
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  }

/*ツイッターダイジェストのリスト*/
ul.aktt_tweet_digest {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 5px;
  }

ul.aktt_tweet_digest li {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 15px 0px;
  text-align: left;
  }

ul.aktt_tweet_digest h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 4px 0px 2px 0px;
  font-weight: bolder;
  color: #000080; 
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  }

/*記事内のテーブル2分割等分*/
table.kiji {
  width: 450px;
  margin: 5px 0px 0px 0px;
  border: 0px;
  text-align: left;
  }
caption.kiji  {
  caption-side: top;
  margin: 3px;
  font-weight: normal;
  text-align: left;
  }
tr.kiji {
  text-align: left;
  }
th.kiji {
  padding: 3px;
  border: 0px;
  text-align: left;
  }
td.kiji {
  width: 225px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }

/*記事テーブル2分割長短*/
td.kiji1 {
  width: 240px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }
td.kiji2 {
  width: 210px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }

/*記事テーブル2分割長短その2*/
td.kiji10 {
  width: 350px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }
td.kiji11 {
  width: 300px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }
td.kiji20 {
  width: 100px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }

/*記事テーブル3分割*/
td.kiji3 {
  width: 150px;
  padding: 3px;
  border: 0px;
  text-align: left;
  }


/*記事内部の仕切り線*/
hr.kiji {
  margin: 0;
  padding: 0;
  }

/*記事内部末尾のバン屑ナビ*/
.pagebacknavi {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 0px 0px;
  padding: 5px 7px 5px 5px;
  text-align: right;
  background-color: #f6f6f6;
  border-top: 1px solid #669;
  }
p.pagebacknavi {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 0px 0px;
  padding: 5px 7px 5px 5px;
  text-align: right;
  }

/*連載末尾のバン屑ナビ*/
.rensainavi {
  font-size: 14px;
  font-weight: bolder;
  line-height: 150%;
  color: #272727;
  margin: 0px 0px;
  padding: 10px 5px;
  text-align: center;
  background-color: #e8ffff;
  border-top: 1px solid #669;
  }

/*記事内部テーブルの小見出し*/
.komidasi {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 0px 3px;
  padding: 2px 2px 2px 10px;
  text-align: left;
  background-color: #f6f6f6;
  border-top: 1px solid #669;
  border-left: 4px solid #669;
  border-bottom: 1px dotted #669;
  }

/*トップページ内部の小見出し*/
.entry-komidasi {
  font-size: 14px;
  line-height: 150%;
  font-weight: bolder;
  color: #000080;
  background-color: #e8ffff;
  padding: 2px 5px 2px 10px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #669;
  text-align: left;
  }

/*ウェブRSSブログパーツ*/
.webrss {
  width: 450px;
  margin: 0px 0px;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 160%;
  color: #272727;
  text-align: left;
  }
.webrss ul li {
  list-style-type: decimal;
  font-size: 14px;
  margin-left: 1px;
  padding: 1px 0px;
  }
.webrss2 {
  text-align: right;
  }

/*TOP動画貼り付け*/
.topdouga {
  width: 270px;
  text-align: center;
  }

/*記事内の小文字版リンクの縦リスト*/
ul.linktext {
  text-align: left;
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  }
ul.linktext li {
  font-size: 12px;
  color: #666666;
  line-height: 150%;
  padding: 0px;
  margin-top: 2px;
  text-align: left;
  }

ul.linktext2 {
  text-align: left;
  font-size: 13px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  }
ul.linktext2 li {
  font-size: 13px;
  color: #272727;
  line-height: 150%;
  padding: 0px;
  margin-top: 2px;
  text-align: left;
  }

/*ブログリスト*/
.blogrsslist {
  width: 450px;
  margin: 0px;
  padding: 8px 0px;
  font-size: 10pt;
  line-height: 160%;
  }
ul.blogrsslist li {
  font-size: 10pt;
  margin: 0px;
  padding: 3px 0px;
  line-height: 160%;
  }

/*ツイッター横長ブログ内貼り付け*/
.webtwi {
  width: 450px;
  margin: 0px 0px;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 160%;
  color: #272727;
  text-align: left;
  }
.webtwi shell {
  margin-top: 0px;
  }

/* RSSlist */
.rsslist {
  margin: 0px 0px;
  padding: 0px 3px;
  font-size: 13px;
  line-height: 160%;
  text-align: left;
}
ul.rsslist {
  font-size: 13px;
  line-height: 160%;
  color: #444;
  margin: 0px 0px;
  padding: 5px 0px 10px 0px;
}
ol.rsslist {
  font-size: 13px;
  line-height: 160%;
  color: #444;
  margin: 0px 0px;
  padding: 5px 0px 10px 0px;
}
ul.rsslist li {
    list-style: none;
    font-size: 13px;
    line-height: 160%;
    padding: 4px 0px 4px 5px;
    margin: 0;
}
ol.rsslist li {
    list-style: none;
    font-size: 13px;
    line-height: 160%;
    padding: 4px 0px 4px 5px;
    margin: 0;
}

/* title of RSSlist */
.rsslist h2 {
    padding: 2px;
    color: #444;
    background: #ffffff;
    text-align: left;
    font-size: 13px;
    line-height: 160%;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*ツイッター縦ブログサイド*/
#sidetwi {
  width: 155px;
  margin: 0px 0px 0px -5px;
  padding: 0px 0px;
  color: #272727;
  font-size: 11px;
  line-height: 150%;
  text-align: left;
  }

html > body #sidetwi p {
  color: #272727;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
}

html > body #sidetwi .twtr-hd {display:none;} 


#fb-root  {
  border-top: 1px solid #669;
  }

.twicounter  {
  text-align: center;
  }


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

/*topsyリスト*/
#topsy-pm { text-align: left;}
#topsy-pm1 { text-align: left;}
#topsy-pm2 { text-align: left;}
#topsy-pm3 { text-align: left;}

#fb-pm { text-align: left;}

.pmobject {
 padding: 0;
 margin: 0;
 overflow: hidden;
}

iframe {
 border-color: #ffffff;
 margin: 0;
 overflow: hidden;
}

.clearfix {display: inline-table;}

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

