@charset "utf-8";
/*
Theme Name: CSSだけのテーマ
Theme URI: http://www.isahomes.co.jp/
Description: フォルダの中に「style.css」しか入っていないテーマです。
Version: 1.0
Author: copain
Author URI: http://www.isahomes.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets
Template: default
*/



/* Begin Typography & Colors */


/**/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}

a {
	text-decoration: underline;
	color: #0033FF;
	outline: none;
}

a:link {
color:#444549;
}

a:visited {
color:#64666B;
}

a:hover,a:active {
	background-repeat: repeat;
	text-decoration: underline;
	color: #444549;
}


hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/**/
.both{
	font-size: 0.3em;
	clear:both;
}
.t{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.clr{
	clear:both;
	font-size: 0.7em;
	text-align: right;
	padding: 20px;
}
.clr_goma{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0.66em;
}
.mgn_t20{
	margin-top: 20px;
}

.mgn_t_10{ margin-top: 10px;}
.pad_b_10{ padding-bottom: 10px;}
.tophe{
	text-align:right;
	margin: 10px 20px;
}
/********************************************************************clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/****************************************************************************/

/***************************************************************************************/
body {
	font-style: normal;
	font-size:100%;
	color: #444549;
	text-align: center;
	background-image: url(../default/img/haiga.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#page_zen {
	background-color: #FAF9F5;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
p.both{
	clear:both;
}
#header {
	background-image: url(../default/img/istop.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
	height: 358px;
	margin-bottom: 15px;
}

#headerimg { padding-top:68px;}
h1.logo_tit{
	background-image: url(../default/img/hibi_tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1.logo_tit a{
	text-indent:-9999px;
	display:block;
	width:350px;
	height:78px;
	overflow:hidden;
}
x#headerimg .description{
	text-indent:-9999px;
	display:block;
	width:393px;
	height:37px;
	overflow:hidden;
}
.depth-1 {
}

.even, .alt {

}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	}

h1 {
	}

#headerimg .description {
	}


/*************************************************************************************左ボックス*********/
#sidebar {
	width: 210px;
	float: right;
	}
.sidebar_pad{
	padding: 0px 20px;
}
ul.sidebar_koumoku{
	margin: 0px 0px 22px 0px;
	padding: 0;
	list-style: none;
}
ul.sidebar_koumoku li{
	font-size: 0.69em;
	line-height: 1.5;
	background-image: url(../default/img/list_maru.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
	margin: 8px 0px 0px 10px;
}
h4.hibi_bl_kan{ margin-top:22px;}
.isa_tsuite{
	text-align:center;
	padding: 5px 10px 10px;
	margin-bottom:22px;
	border:1px solid #919133;
}
.isa_tsuite h3{
	padding: 0px 0px 5px 0px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.isa_tsuite p{ font-size:0.63em; line-height:1.8em; text-align:left; margin-bottom:10px;}
.isa_tsuite p.isagazou{ text-align:center;}
.isa_tsuite h4{ font-size:0.75em; font-weight:bold; text-align:left; margin-bottom:5px;}

li.cat-item{
	font-size: 0.69em;
	line-height: 1.5;
	background-image: url(../default/img/list_maru.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
	margin: 8px 0px 0px 10px;
}
li.cat-item ul.children{font-size: 1.45em;}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/******************************************************************右ボックス*****/

.narrowcolumn,.widecolumn {
	float: right;
	width: 590px;
	}


.post {
	}


.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	}

.widecolumn .postmetadata {
	}

.widecolumn .smallattachment {
}

.widecolumn .attachment {
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/************************************************************************フッター*******/
#footer {
	text-align: right;
	width: 800px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBB8;
	background-color: #FAF9F5;
}
.footer_pad{
	padding: 0px 20px;
	
}
.powered{
	font-size:0.63em;
	margin: 40px 0px 0px 0px;
}
/* End Structure */



/*	Begin Headers */
h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}



p img {
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignnone{ clear:both;}
.alignright {
	float:right;
	}

.alignleft {
	float:left;
	}
	
.navigation {
	font-size: 0.75em;
	margin: 20px;
}
.navigation .alignright {
	text-align: right;
	margin-bottom: 10px;
	float:none;
	}

.navigation .alignleft {
	text-align: left;
	margin-bottom: 10px;
	float:none;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	}

#sidebar ul li {
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* End Entry Lists */



/*********************************************************フォーム Begin Form Elements ****/
#respond{}
#respond h3{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:10px;	
}
#respond p{
	font-size:0.75em;
	margin: 0px 0px 10px 0px;
}
.respond_pad{ padding: 0px 20px;}
#commentform label{
    display: block;
}
#author,#email,#url{
	width: 80%;
	padding: 3px;
}
#commentform textarea{
	width: 450px;
}
.commentlist{
	padding: 0px 40px 0px 20px;
}
.commentlist li{
	border-bottom:1px solid #CCCCCC;
	margin: 0px 0px 20px 0px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite{
	font-size:0.75em;
	font-style:normal;
	text-align:right;
	display: block;
}

.commentlist p {
	font-size:0.81em;
	font-weight: normal;
	line-height: 1.7;
	text-transform: none;
	margin-bottom: 10px;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form {
	}

select {
	}

#commentform input {
	}

#commentform {
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0px;
	}

.alt {
	}

.commentlist {
	}

.commentlist li {
	}
.commentlist li ul li { 
}

.commentlist p {
}
.children {  }

#commentform p {
	}

.nocomments {
	}

.commentmetadata {
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	}
/* End Sidebar */



/****************************** Begin Calendar カレンダー手つかず*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/*******************************************************************************/
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote cite {
	display: block;
	}

.center {
	}

.hidden {
	}

hr {
	}

a img {
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter{
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry_pad .wp-caption img{ margin-bottom:0px;}
/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.pagetitle{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:10px;	
}
.center{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:10px;	
}
.sets_umei{
	font-size:0.75em;
	line-height:1.7;
	margin-bottom:10px;	
}
/************************************************************ブログ記事**********/
.hentry{
	background-color:#FFFFFF;
	border:1px solid #919133;
	margin-bottom:20px;
	width:568px;
}
.hentry_title{
	font-size:0.88em;
	font-weight:bold;
	margin: 15px 0px;
	padding: 0px 40px;
}
.entry{
	border-top:1px solid #919133;
}
.entry h1, .entry h2, .entry h3, .entry h4{font-weight: bold; margin-bottom:3px;}
.entry h1{ font-size: 1.38em;}
.entry h2{ font-size: 1.25em;}
.entry h3{ font-size: 1.13em;}
.entry h4{ font-size: 1em;}
.entry ul{
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom:15px;
}
.entry ol{
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom:15px;
}
.entry blockquote{}
.entry_pad{
	padding: 0px 40px 10px 40px;
	font-size:0.81em;
	line-height:1.7;
}
.entry_pad p,.entry_pad img{
	margin-bottom: 15px;
}
.entry blockquote{
	background-color: #F7F7F7;
	padding: 5px 10px 0px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
}
.hiduke{
	margin: 20px 40px 15px 40px;
}
span.haike_iro{
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #95A584;
	padding: 5px  8px;
}
.meta{
	font-size:0.69em;
	margin: 0px 40px 20px 40px;
	text-align:right;
}
.postmetadata{
	padding: 20px 40px 20px 20px;
	font-size:0.69em;
	line-height:1.6;
}
h3#comments {
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:10px;
}
/**********************************************サーチ用*******************/
.search_you .hentry{
	background-color: #FFFFFF;
	border:1px solid #919133;
	margin-bottom:20px;
	width:568px;
}
.search_you .hentry h3{
	font-size:0.88em;
	font-weight:bold;
	margin: 15px 0px;
	padding: 0px 40px;
}
/**********************************************関連記事*******************/
.entry  h3.kanren_kiji{
	clear: both;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #919133;
}
.entry ul.similar-posts{
	padding: 0px 5px 10px 10px;
	margin: 0px 0px 0px 0px;
}
/*********************************************************パンくず**************/
#breadcrumbs{ font-size:0.63em; color:#666666; margin-bottom:15px;}

