/*
Containers
*/

/*
Theme Name: 小さな工務店のスタッフのポケット
Theme URI: http://tukizi.jp/
Description: POCKET BLOG
Version: 1.01
Author: DIGITALIX creative studio
Author URI: http://digitalix.jp/
Daijinen Ver.1.01
http://tukizi.jp/
*/

/*
スタイルのリセット
------------------------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
------------------------------------------------------------
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/*
------------------------------------------------------------
レイアウト基本
------------------------------------------------------------
*/

html{
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

body {
	background: transparent url(img/bg.png) repeat-x 0 0;
	font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
	*font-size:small;
	*font:x-small;
	color:#444444;
}

;;body {
	font-family: "メイリオ", Meiryo, sans-serif;/* for Opera9 */
}

*+html body {
	font-family: "メイリオ", Meiryo, sans-serif;/* for IE7 */
}

*html body {
	font-family: "メイリオ", Meiryo, sans-serif;/* for IE6 */
}

html>/**/body {
	overflow-y:scroll;
}

table {
	font-size:inherit;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style: none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*to enable resizing for IE*/
input,textarea,select{
	*font-size:100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

li img {
	vertical-align: 0px;
}


/*
------------------------------------------------------------
リンク
------------------------------------------------------------
*/

a:link,
a:visited {
	color:#A80000;
	text-decoration:none;
}

a:hover,
a:active {
	color:#663300;
	text-decoration:underline;
}

h4 {
	color: #5E3C24;
}


/*
------------------------------------------------------------
基本レイアウト
------------------------------------------------------------
*/

#wrap {
	background: transparent url(img/bgwrap.png) repeat-y center top;
	margin:0 auto;
	text-align:left;
	width: 790px;
	padding: 25px 0 0 0;
}

#header {
	background: url(img/header.jpg) no-repeat 0 0;
	width: 790px;
	height: 305px;
	margin: 0 auto;
}

#footer{
	background: url(img/bgfooter.png) no-repeat 0 0;
	clear: both;
	margin: 0 auto;
	width: 790px;
	height: 110px;
}

#content {
	float:left;
	padding:1em 0;
	width: 510px;
	margin: 0 0 0 35px;
}

#sidebar {
	float:right;
	width: 190px;
	margin: 0 5px 0 0;
}


/*
------------------------------------------------------------
ヘッダー
------------------------------------------------------------
*/
#header h1 {
	padding: 30px 0 0 30px;
}

#header h1 a {
	background: url(img/logo.png) no-repeat 0 0;
	width: 304px;
	height: 0;
	padding-top: 42px;
	display: block;
	overflow: hidden;	
}

#globalnavi ul {
	padding: 1em 0;
}

#globalnavi p {
	border: 1px solid #ff0000;
	padding: 0.3em 0.5em;
	font-size: 86%;
}

#globalnavi strong {
	font-weight: bold;
}

#header p.caution {
	display: none;
}

/*
------------------------------------------------------------
記事（一般ページ向け）
------------------------------------------------------------
*/

/*
ページ内画像配置用カラム
*/

.imageColumn {
	margin: 0 0 20px 0;
}

.imageColumn a {
	float: left;
	margin-right: 4px;
}


/*
------------------------------------------------------------
記事（トピックス向け）
------------------------------------------------------------
*/

.titlepack {
	border-left: 4px solid #009900;
	padding: 0 0 0 10px;
}

#content h2 {
	font-size:146.5%;
	font-weight:bold;
	margin-bottom: 8px;
}

#content strong {
	font-weight: bold;
}

.entry h2{
	font-size:146.5%;
	font-weight:bold;
	margin-bottom: 8px;
}


h2.entries {
	font-size: 146.5%;
	margin-bottom: 15px;
}

.entry h2 a {
	color:#990000;
}

.entry h2 a:hover{
	color:#990000;
}

.entry h3{
	font-size:138%;
	color:#555;
}

.entrybody {
	font-size: 116%;
	margin-top: 2em;
}

.index {
	margin-bottom: 6em;
}

.entrybody p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-justify: distribute-all-lines;
}

.entry {
	margin-top: 20px;
}

.plusmargin {
	margin-bottom: 6em;
}

.entry p {
	margin-bottom: 1.5em;
	text-justify: distribute-all-lines;
}

.entrybody ul,
.entrybody ol {
	margin-left: 0.25em;
}

.entrybody ul li {
	list-style: disc;
	margin: 0 0 0 1.4em;
}

.entrybody ol li {
	list-style: decimal;
	margin: 0 0 0 2em;
}


.entrybody img{
	margin: 0.5em 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
}

.entrybody a:hover img{
	opacity: 0.8;-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.entryFooter {
	clear: both;
	background: transparent url(img/border.png) repeat-x 0 0;
	padding-top: 0.5em;
}


.entrymeta{
}

.entrypost {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color:#ddd;
	padding: 0.3em 0;
	margin-bottom: 5em;
}

/*
------------------------------------------------------------
サイドバー
------------------------------------------------------------
*/

#sidebar #cat {
	margin-bottom: 5px;
}

#sidebar h3{
	background: transparent url(img/sidebar_h3.png) no-repeat left center;
	font-size: 108%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 18px;
	margin:0 0 0.5em 0;
}

#sidebar ul {
	width: 170px;
}

#sidebar ul#catmenu li {

}

#sidebar ul#catmenu li ul{
	margin: 0 0 0 1.5em;
}

#sidebar ul#catmenu li ul li{
	list-style-type: disc;
}

#sidebar ul#rsslist li{
	background: url(img/rss.png) no-repeat left center;
	padding-left: 17px;
	margin: 1px 0 0 0;
	height: 16px;
}

#searchForm {
	margin-bottom: 1em;
}

#searchForm legend {
	display: none;
}

input.searchBox {
	margin: 0 4px 6px 0;
	width: 100px;
	border: 1px solid #ccc;
}


/*
------------------------------------------------------------
フッター
------------------------------------------------------------
*/


#footer .copyright {
	font-size: 10px;
	font-family: Sans-serif;
	color: #999;
	float: right;
	margin-right: 20px;
}


.admin {
	font-size: 9px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#pagetotop {
	clear: both;
	text-align: right;
	width: 760px;
	margin: 0 auto 1em auto;
}




#topicsbox ul {
	margin-top: 10px;
}

#topicsnewslist ul,
#topicsmamalist ul {
	margin-bottom: 15px;
}

#archivelist ul {
	margin: 10px 0 0 0;

}

#archivelist ul li {
	list-style: none;
	padding: 0 0 0 0;
}

#topicsbox li,
#topicsnewslist li,
#topicsmamalist li,
#archivelist li {
	clear: both;

	position: relative;
	left: 0;
	padding: 0 0 1px 0px;
	_padding-bottom: 1px;
	background: url(img/dotline.png) repeat-x left bottom;
}

#topicsnewslist li .date,
#topicsmamalist li .date,
#archivelist li.date  {
	position: absolute;
	padding-left: 13px;
	background: url(img/mk.png) no-repeat left center;
	margin-left: 5px;
}

#archivelist li span.date {
	padding-left: 13px;
	background: url(img/mk.png) no-repeat left center;
	margin-left: 5px;
}

#topicsbox ul a,
#topicsnewslist ul a,
#topicsmamalist ul a {
	position: relative;
	display: block;
	margin-top: 2px;
	padding: 2px 0;
	_height: 100%;
	height: auto;
	margin-bottom: 2px;
	text-decoration: none;
}

#archivelist ul li {
	position: relative;

	display: block;
	margin-top: 2px;
	padding: 4px 0;
	_height: 100%;
	height: auto;
	margin-bottom: 2px;
	text-decoration: none;
}

#topicsbox ul a:hover,
#topicsnewslist ul a:hover,
#topicsmamalist ul a:hover {
	background-color: #F9F9F9;
}


#topicsnewslist ul span.date,
#topicsmamalist ul span.date {
	font-family: "Arial","Helvetica", sans-serif;
}

#archivelist ul li span.date {
	margin-right: 10px;
}

#topicsnewslist ul span.textBody,
#topicsmamalist ul span.textBody {
	margin-left: 95px;
}

#archivelist ul li span.textBody {

}

#archivelist ul li span.categoryname {
	font-size: 90%;
}

#topicsbox ul span.textBody {
	padding-left: 13px;
	background: url(img/mk.png) no-repeat left center;
	margin-left: 5px;
}

#topicsbox {
	margin: 0 0 35px 0;
}

#tbL {
	float: left;
	width: 240px;
}

#tbR {
	float: right;
	width: 240px;
}

#tbL h3 {
	background: url(img/h3/topics_unchiku.png) 0 0;
	width: 100px;
	height: 0;
	display:block;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

#tbR h3 {
	background: url(img/h3/topics_column.png) 0 0;
	width: 74px;
	height: 0;
	display:block;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

/*
------------------------------------------------------------
サイドバー
------------------------------------------------------------
*/

#sidebar ul{
	list-style-type:none;
	margin:0 0 2em 0;
	padding:0;


}

#sidebar ul li{
	margin-bottom:0.5em;
	padding:0;
	line-height: 1.2em;
}


#sidebar select {
	margin:0.5em 0 1em 0;
}

/*
------------------------------------------------------------
コメント
------------------------------------------------------------
*/

#comment {
	padding: 5px;
}

#commentform input {
	padding: 5px;
}

.commentsblock{
	margin:0.5em 0;
	padding:1em 0;
}

.commentsblock textarea{
	width:40em;
}

.commentsblock input, .commentsblock textarea{
	font-size: 93%;
	border:1px solid #d1d1d1;
	margin-bottom: 2px;
}

.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}


.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;

}

.commentauthor{
	display:block;
}
ol.commentlist{
	list-style-type:none;
	margin:1em 0 3em 0;
	padding:0;
}

.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0;
}

h3#comments,
h3#respond {
	font-size:114%;
}

ol.commentlist li cite {
	font-weight: bold;
	font-size:114%;
}

/*
------------------------------------------------------------
記事内テーブル
------------------------------------------------------------
*/

.entrybody table {
	font-size:inherit;
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
}

.entrybody table {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

.entrybody table caption {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.entrybody table th {
	font-weight: bold;
	letter-spacing: 5px;
	background: url(img/th.jpg);
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.entrybody table td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;


}

.entrybody table td.tdcolor {
	background: url(img/tdcolor.jpg);
}


.entrybody table td .nowrap {
	white-space: nowrap;
}

ul.admin a:link,
ul.admin a:visited {
	color: #ffffff;

}

ul.admin a:hover {
	color: #990000;


}



.postnavi {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}


.pagePrev{
	float: left;

}

.pageNext{
	float: right;
}





select {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	background-color: #fff; /* 背景色 */
	width: 100%; /* 横幅 */
}


/*
------------------------------------------------------------
記事内画像用
------------------------------------------------------------
*/

img.alignleft {
	float: left;
	margin: 0.3em 1.5em 1em 0;
}

img.alignright {
	float: right;
	margin: 0.3em 0 1em 1.5em;



}

.attachment {

}


/*
------------------------------------------------------------
Clearfix
------------------------------------------------------------
*/

#wrap,
.entrybody,
.clearfix{

	zoom:1;/*for IE 5.5-7*/
}

#wrap:after,
.entrybody:after,
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

*html #wrap,
* html .entrybody,
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}


/*
------------------------------------------------------------
カテゴリー、アーカイブ用ページナビ
------------------------------------------------------------
*/


.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}

/*
------------------------------------------------------------
カレンダー
------------------------------------------------------------
*/

#wp-calendar {
	text-align: center;
	width: 170px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto 2em 0;
}

#wp-calendar td.today {
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar caption a,
#wp-calendar caption a:hover {
	background: transparent;
}

#wp-calendar th {
}

#wp-calendar a {
	text-decoration: none;
	display: block;
}

#wp-calendar td, 
#wp-calendar th {
	text-align: center;  
	height: 24px;
}

#wp-calendar td {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

#wp-calendar tbody td a {
	background-color: #ddd;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

#wp-calendar tbody td a:hover {
	background-color: #ff9900;
}


#wp-calendar caption {
	padding: 0 0 0.2em 0em;
	font-weight: bold;
}

.saturday {
	color: blue;
}

.holiday {
	color: red;
}

#wp-calendar tfoot {
	width: 170px;
	font-weight: bold;
}

#wp-calendar td#prev {
	width: 80px;
	text-align: left;
}

#wp-calendar td#next {
	width: 80px;
	text-align: right;
}