/*  
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","helvetica","osaka","ＭＳ Ｐゴシック",ans-serif;
}
/*ランキング*/
.ranking .sidetitle {
}
.ranking dt {
display: none;
}
.rankingBox {
width: 158px;
margin: 5px 0 -10px 0;
}
.ranking, .ranking ul, .ranking dt, .ranking dd, .ranking dl {
margin: 0;
padding: 0;
}
#links-right .rankingBox li {
display: block;
list-style-type: none;
margin : 10px 0 0 0;
padding: 0;
width: 158px;
clear: both;
}
#links-right .rankingBox p.item{
float : left;
width: 75px;
font-weight: bold;
color:#000000;
margin: 0;
}
#links-right .rankingBox p.name{
float : left;
width: 70px;
margin-right: 3px;
}

#links-right .rankingBox .item img{
vertical-align : -35pt;
margin-left: 0px;
}
.motto {
height: 1px;
text-align: right;
clear: both;
margin: 0 3px 0 0;
}
#links-right ul li {
	margin-bottom: 15px;
	}
#links-right ul p {
margin: 0 0 10px 0;
}
/*/ランキング*/
body {
    font-size: 12px;
}
html>body {
    font-size: 12px;
}

ul, li{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
/* anchor */
a,
a:link,
a:visited {
    color: #7b2800;
    text-decoration: underline;
}
a:hover {
    color: #7b2800;
    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: 100px;
}
#searchsubmit {
	font-size: 12px;
	margin-left: 3px;
}
/* banner title */
#header {
	padding:0px;
	height:89px;
	margin-bottom:10px;	

    background-image: url("images/news-title.jpg");
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}
#blog-name {
	font-size:1px;
	width:740px;
	height:89px;
	font-weight:bold;
	cursor:pointer;
	text-align:right;
	letter-spacing:2px;
}
/* description of blog */
.blog-description {
color: #999999;
font-size: 8px;
font-family: "ＭＳ Ｐゴシック","verdana","helvetica","osaka";
padding: 4px;
text-align: left;
letter-spacing: 2px;
}

/* article date */
.date {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#BD6952 url(images/bg.gif);
	background-position:1px 1px;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 5px;
}
.side{
	width:148px;
	font-size:12px;
	line-height:140%;
	background:#FAF5F5;
	margin-bottom: 10px;
	padding: 5px;
	border-left:1px solid #A08A47;
	border-right:1px solid #A08A47;
	border-bottom:1px solid #A08A47;
}
*html body .side{
	width:158px;
}
/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 0 15px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry-body {
	background:#fff;
	margin:0px 0px 30px 0px;
	padding:8px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.entry textarea {
    width: 97%;
}
.entry-body p {
   sont-size: 12px;
}

.entry-body p img {
vertical-align: middle;
}
.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;
}
.navigation .alignright {
	text-align: right;
}
.navigation .alignleft {
	text-align: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 100%;
    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: 12px;
    font-weight: bold;
}

.entry-header a {
    color: #000;
	text-decoration: none;
}
/* contributor */
.entry-footer {
    color: #000000;
    font-size: 10px;
    text-align: right;
    margin-top: 0 0 25px 0;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.content-nav {
    font-size: 10px;
    text-align: right;
}

/* 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 {
	margin:0px auto 10px auto;
	width:158px;
	background:#fff;
	border:1px solid #a08a47;
	border-spacing:0px;
	font-size: 10px;
    text-align: center;
    padding: 0;
}
*html body #wp-calendar {
	border-collapse: collapse;
}
*:first-child+html #wp-calendar {
	border-collapse: collapse;
}
#wp-calendar th {
background-color: #cc9999;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #ffffff;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
padding: 2px 0 2px 5px;
border: 1px #cc9999;
}
#wp-calendar td {
empty-cells:show;
border-top:1px solid #efefef;
border-right:1px solid #efefef;
text-align: center;
padding: 2px
}

#wp-calendar .saturday { color : #fff; }
#wp-calendar .sunday { color : #fff; }
.calendarhead {
border-top-width: 1px;
border-top-style: none;
border-top-color: #666666;
border-left-width-value: 1px;
border-left-style-value: none;
border-left-color-value: #666666;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-width-value: 1px;
border-right-style-value: none;
border-right-color-value: #666666;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
color: #333333;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-align: left;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 15px;
}
#wp-calendar #today {
background: #fff5df;
}
/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#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 */
.sidetitle
{
	border:1px solid #A08A47;
	background:#FAF5F5 url(images/cate-img.jpg) top center;
	background-repeat:no-repeat;
	background-position:1px 1px;
	color:#663300;
	font-size:12px;
	text-align:center;
	letter-spacing:2px;
	padding: 5px 0;
	width:158px;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    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;
}


#searchtext {
    margin: 3px 0;
}

/* カラム切り替え */
body.layout-three-column
{
    text-align: center;
    background-image: url(images/back.gif);
}
.layout-three-column #container,
{
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box
{
font-size: 12px;
width: 740px;
background-color: #ffffff;
background-image: url(images/bg.gif);
padding-top: 10px;
background-repeat: repeat-x;
margin: 0px auto;
text-align: left;
}

/* 3カラム固定レイアウト */
#content {
    width: 390px;
    float: left;
    margin: 20px 5px;
}
*html body #content {
    margin: 20px 2px;
}

#links-left,
#links-right {
    float: left;
    width: 160px;
	margin: 20px 5px;
	overflow-x: hidden;
	overflow-y: hidden;
}

/* フッタ */
.layout-three-column #footer
{
	width: 740px;
    height: 16px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 75%;
    text-align: center;
	background-color: #bd6952;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	padding: 0 auto; 
	line-height: 16px;

}
.layout-three-column #footer a {
color: #fff;
}
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;}

div.rss {
margin: 0px;
padding: 0px;
width: 100%;
text-align: center;
}

.rss a, .rss a:link , .rss a:visited {
color: #333333;
text-decoration: none;
}

.rss a:hover {
color: #999999;
text-decoration: none;
}


div.rss li {

	border-right:#999 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.pagetop {
	font-size: 10px;
	text-align: right;
	margin: 0 0 25px 0;
}
.bold {
	font-weight: bold
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#tb_box {
color: #777;
text-decoration:none;
margin-top:30px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-bottom: 0px;
background-color: #fff;
}

#tb_box p
{
margin-top: 0px;
margin-right: 0pt;
margin-bottom: 0px;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
text-align: left;
}
input#tb_url
{
font-family: Verdana,Arial,Sans-serif;
width:98%;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
font-size: 12px;
}

*html body div.menu_bar {
	margin: 0 0 35px 26px;
	}
	
div.menu_bar {
	background:url(./images/menu_bg.jpg) no-repeat left center;
	background-color:#CCCCCC;
	overflow:hidden;
	margin:0 0 35px 25px;
	padding:0;
	height:38px;
	line-height:38px;
	width: 781px;
	color:#ffffff;
}

div.menu_bar em{
	width:100px;
	text-align:center;
	font-size:14px;
	letter-spacing:0.2em;
	padding:0 24px 0 28px;

}
div.menu_bar .top-em {
	font-size:14px;
	letter-spacing:0.2em;
	padding: 0 35px 0 35px;
}
div.menu_bar * {
	float:left;
	overflow:hidden;
	height:38px;
	font-style:normal;
	cursor:pointer;
}
div.menu_bar a:link {
	color:#ffffff;
}
div.menu_bar a:visited {
	color:#ffffff;
}
div.menu_bar a:hover {
	color:#ffffff;
}
div.menu_bar a:active {
	color:#ffffff;
}
div.menu_bar span {
	background: url(images/menu_borde.jpg) no-repeat left center;
	overflow:hidden;
	width:0px;
	padding:0 0 0 2px;

}
#wp-dtree-categories .widgettitle {
	display: inline-block;
	width: 184px;
	height: 21px;
	background: url(images/side_toukou.jpg) no-repeat left;
	text-indent: -999px;
}
#wp-dtree-links .widgettitle {
	display: inline-block;
	width: 184px;
	height: 21px;
	background: url(images/side_shopping.jpg) no-repeat left;
	text-indent: -999px;
}
#linkcat-4 .widgettitle {
	display: inline-block;
	width: 184px;
	height: 21px;
	background: url(images/side_link.jpg) no-repeat left;
	text-indent: -999px;
}

.search_inner .widgettitle {
	display: inline-block;
	width: 184px;
	height: 21px;
	background: url(images/side_serch.jpg) no-repeat left;
	text-indent: -999px;
}
#campaign .widgettitle {
	display: inline-block;
	width: 184px;
	height: 21px;
	background: url(images/side_campaign.jpg) no-repeat left;
	text-indent: -999px;
}

.entry h3 {
	color: #777777;
	}
	
.entry p{

}


.postmetadata_alt
{
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

.postmetadata_.alt
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding: 10px 10px 10px 10px;
}

.postmetadata_alt small {
	text-align: left;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	color: #777777;
	letter-spacing: 0.2em;
	margin: 0 0 0 0;
	}
	
input#tb_url
{
	font-family: Verdana,Arial,Sans-serif;
	width: 98%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 12px;
}

.campaign-inner img{
	margin: 10px 0 0 5px;
	}
	
.rss_feed {
	width:190px;
	height:28px;
	margin: 10px 0 0 6px;
}

.rss_img {




float: left;
}

.rss_font {
float:left;
margin:7px 0 0 6px;
width:140px;
height:20px;
font-size: 11px;
}

.headerimg {
	width:  832px;
	height: 280px;
	background-color: #ffffff;
	}
	
*html body .logo {
	margin: 22px 0 0 30px;
	}
	
.logo {
	float: left;
	margin: 22px 0 0 30px;
	}
	
*html body .header_img {
	margin: 43px 0 0 237px;
	}
	
.header_img {
	width: 324px;
	height:73px;
	margin: 43px 0 0 327px;
	float: left;
	}
	
.description {
	display: inline-block;
	width:235px;
	height:50px;
	font-size: 12px;
	text-align: right;
	margin: 8px 0 0 559px;
letter-spacing: 0.1em;
line-height: 1.5em;
	clear: both;
	}

.top {
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	border-right: 1px #c38357 solid;
	border-left: 1px #c38357 solid;	
	border-bottom: 1px #c38357 solid;
	width: 100%;
	background-color: #fdf6da ;
	border-top: 7px #c38357 solid;
	}

.sekou_image {
	margin: 8px 0 0 18px;
	}
.sekou_text {
	margin: 9px 0 0 0;
	}
.sekou_oubo {
	margin: 16px 0 15px 19px;
	}
.sekou_p {
	letter-spacing: 0.21em;
	line-height: 1.7em;
	margin: 10px 0 7px 8px;
	}
.sekou_td {
	width:350px;
	}
.recently {
	margin: 0 0 30px 0;
	paddig: 0 0 0 0;
	letter-spacing: 0.1em;
}
.recently_in {
	margin: 0 0 12px 0;
}
.recently-top {
	margin: 0 0 12px 0;
	}
.recently_list {
	margin: 0;
	padding: 0;
}
.recently_list li {
	list-style-type: none;
	margin:0;
	padding:0 0 0 13px;
	background: url(images/list_mark.jpg) no-repeat left top;
}
.more {
	text-align: right;
	margin: 0 15px 0 0;
}
.more a {
	margin: 0 15px 0 0;
	padding: 0 0 0 13px;
	background: url(images/list_mark.jpg) no-repeat left ;
}
.kumitate_top {
	width: 556px;
	margin: 0 0 20px 1px;
	padding: 0;
	border-top: 7px #c38357 solid;
	border-right: 1px #c38357 solid;
	border-left: 1px #c38357 solid;	
	border-bottom: 1px #c38357 solid;
	background-color: #fdf6da ;
	}
*html body .kumitate_top p {
margin-top: 15px;
}
.updata {
color: #333333;
}
/* End captions */
.keikoku {
color: #666;
margin : 30px 0 0 0;
padding: 10px;
background-color : #F9F9F9;
}
.saikin h2.sidetitle{
clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*ランキング表示*/
#uresuji-rank2 .seq001{
background-image:url("http://www.ec-life.co.jp/images/01.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq002{
background-image:url("http://www.ec-life.co.jp/images/02.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq003{
background-image:url("http://www.ec-life.co.jp/images/03.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq004{
background-image:url("http://www.ec-life.co.jp/images/04.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq005{
background-image:url("http://www.ec-life.co.jp/images/05.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq006{
background-image:url("http://www.ec-life.co.jp/images/06.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq007{
background-image:url("http://www.ec-life.co.jp/images/07.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq008{
background-image:url("http://www.ec-life.co.jp/images/08.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq009{
background-image:url("http://www.ec-life.co.jp/images/09.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}
#uresuji-rank2 .seq010{
background-image:url("http://www.ec-life.co.jp/images/10.gif");
background-position:0px 0px;
background-repeat: no-repeat;
}

#uresuji-rank2 {
    margin: 10px 3px 3px;
    padding:0;
    width: auto;
}
#uresuji-rank2 .item_title{
font-size: 12px;
text-align: left;
width: 57px;
overflow: hidden;
}
#uresuji-rank2 .item_image{
width: 75px;
}
#uresuji-rank2 .item_image img{
margin-left: 20px;
}
#uresuji-rank2 .kotohaco_rsview_title {
display: none;
background-position:left top;
background-repeat:no-repeat;
text-indent:-9999px;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
#uresuji-rank2 .kotohaco_rsview_item {
width: 155px;
margin: 0 0 3px 0;
padding: 0;
}



/* End hide from IE-mac */



