/*
Theme Name: Cafe Wood
Theme URI: http://www.decoweb.jp/
Description: 木のぬくもりがするカフェテンプレート
Version: 1.0
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link{
	color:#A97C5F;
}

a:visited{
	color:#A97C5F;
}

a:active{
color: #A97C5F;
}

a:hover{
	color: #A97C5F;
	background: #E5D7CF;
	text-decoration: underline;
}

#contents .entry-title a:link{
	color: #2F9100;
	text-decoration: none;
}

#contents .entry-title a:visited{
	color: #2F9100;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #2F9100;
	text-decoration: underline;
	background: #E4EFD8;
}

/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	background: url("images/body_back.jpg");
	word-wrap: break-word;
}

img{
	border: 0;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	margin: 20px auto 10px auto;
	padding: 0;
	width: 700px;
}

body.layout-three-column div#main-container
{
	margin: 20px auto 10px auto;
	padding: 0;
	width: 800px;
}

/*************** ヘッダー  ***************/

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner
{
	background: url("images/banner_back_s.jpg") no-repeat bottom;
	width: 680px;
	height: 80px;
}

body.layout-three-column div#banner
{
	height: 80px;
	background: url("images/banner_back_l.jpg") no-repeat bottom;
	width: 780px;
}

/******　 ロゴイメージバックグラウンド　******/
body.layout-three-column div#banner-image
{
	height: 100px;
	background: url("images/main_back_l.jpg") repeat-y bottom;
	width: 780px;
}



/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0px 0px 0px 5px;
	padding: 10px 0 0 5px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	font-size: small;
	color: #F1EAE0;
	margin: 5px 0px 0px 5px;
	padding: 0 0 0 5px;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #FFF;
	background: none;
	text-decoration: underline;
}

/*************** メイン（左中右カラム）  ***************/

body.layout-one-column div#main,
body.layout-two-column-right div#main,
body.layout-two-column-left div#main{
	margin:0px;
	background: url("images/main_back_s.jpg") repeat-y;
	height: 1%;
}

body.layout-three-column div#main{
	margin:0px;
	background: url("images/main_back_l.jpg") repeat-y;
	height: 1%;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

body.layout-one-column #contents{
	width:685px;
	float:left;
	margin: 0 0 0 10px;
}

body.layout-two-column-right #contents{
	width:460px;
	float:left;
	margin: 0 0 0 10px;
}

body.layout-two-column-left #contents{
	width:500px;
	float:right;
}

body.layout-three-column #contents{
	width:400px;
	float:left;
	position: relative;
	top: 0;
	left: 200px;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	padding:5px;
	_padding: 0;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: double #BA9469;
	height:1%;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 2px solid #BA9469;
	height:1%;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 1px dotted #BA9469;
	height:1%;
}

.entry-body p{
	height:1%;
	line-height: 1.8;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	margin: 10px;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	height:1%;
}

/*** エントリー以外 blockquote ***/

.info,
.comment blockquote{
	margin: 10px;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	height:1%;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol {
	margin-left: 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li {
	margin-left: 30px;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
}

/****** エントリー ******/

body.layout-one-column div.entry{
	margin: 15px 0 40px 0;
	padding: 25px 5px 10px 5px;
	background: url("images/entry_back_ss.jpg") no-repeat top left #FAF5F5;
	border-bottom: 2px solid #86643E;
	color: #644A2F;
	width: 630px;
}

body.layout-two-column-right div.entry{
	margin: 15px 0px 40px 20px;
	padding: 25px 5px 10px 5px;
	background: url("images/entry_back_s.jpg") no-repeat top left #FAF5F5;
	border-bottom: 2px solid #86643E;
	color: #644A2F;
	width: 430px;
}

body.layout-two-column-left div.entry{
	margin: 15px 0px 40px 0px;
	padding: 25px 5px 10px 5px;
	background: url("images/entry_back_s.jpg") no-repeat top left #FAF5F5;
	border-bottom: 2px solid #86643E;
	color: #644A2F;
	width: 430px;
}

body.layout-three-column div.entry{
	margin: 15px 0px 40px 0px;
	padding: 25px 5px 10px 5px;
	background: url("images/entry_back_l.jpg") no-repeat top left #FAF5F5;
	border-bottom: 2px solid #86643E;
	color: #644A2F;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align:right;
	font-size: x-small;
	margin: 10px 0 0 0;
	color: #86643E;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

#contents h1.entry-title, #contents .entry h2.entry-title{
	margin: 2px 0px 0px 0px;
	padding: 20px 5px 7px 20px;
	font-size: small;
	background: url("images/h2_back.gif") no-repeat left;
	border-bottom: 1px dotted #CCC;
	height:1%;
}

/****** エントリーボディ ******/
/****** コメント ******/

input#author, input#email, input#url, textarea{
	border: 1px solid #999;
	background: #EEE;
}

/****** トラックバック ******/

.entry-body,
.comment,
.trackback
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	line-height:1.5;
}

.trackback-url{
	background: #EEE;
	border: 1px solid #999;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 0px 0px 2px 0px;
}

/****** タグヘッダー ******/

div.entry-tags-header{
	padding:0px 0px 5px 7px;
	margin:10px 0px 5px 0px;
	font-size: small;
	font-weight:bold;
	background-color:transparent;
	border-bottom:1px dotted #999999;
	height:1%;
}

div.entry-tags ul.entry-tags-list{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display:inline;
	padding:0px 5px 0px 0px;
}

/*** エントリー内ページ分割ナビ ***/

div.entry-body-link-pages-navi{
	margin-top:5px;
	padding: 0px;
	text-align: center;
}


/****** 投稿時間 ******/

div.posted {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: x-small;
	border-top: 1px solid #CCC;
	text-align: right;
	height:1%;
}

/****** コメント投稿時間 ******/

div.comment-posted {
	padding-top: 0px;
	padding-bottom: 30px;
	font-size: x-small;
	border-top: 1px solid #CCC;
	text-align: right;
	height:1%;
}


/****** トラックバック、コメント、コメント書き込み ******/

/****** コメントRSS ******/
div.comments-rss
{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}

 /***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.comments-active-title,
div.retrieval-result-title
{
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: small;
	font-weight:bold;
	color: #996600;
	height:1%;
}

#trackbacks,
#comments,
#comments-open,
#comments-active,
.retrieval-result
{
	margin-bottom:30px;
}

div.comments-sys,
div.retrieval-result{
	margin-top:5px;
}

/*** トラックバック情報 ***/

.trackbacks-info {
	margin: 10px 0px 0px 0px;
}

/*** トラックバックNotice ***/

.trackbacks-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントNotice ***/

.comment-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントヘッダー ***/

.comment-header {
	padding: 10px 0px 0px 10px;
}

/*** コメントフッター ***/

.comment-afooter {
	font-size: x-small;
	padding-left:10px;
	margin-bottom: 30px;
	border-top: 1px dotted #cccccc;
}

/*** コメントボトム ***/

.comment-bottom {
	border-bottom: 5px solid #999999;
}


/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin:5px 0px 0px 5px;
}

/*** フォームボタンt ***/

#form-button{
	padding-left:120px;
	margin-top: 10px;
}

/*************** サイドレイアウト  ***************/

body.layout-one-column div#left-side,
body.layout-one-column div#right-side
{
	display:none;
}

body.layout-two-column-right div#left-side,
body.layout-two-column-right div#right-side
{
	float:right;
	width: 220px;
}

body.layout-two-column-left div#left-side,
body.layout-two-column-left div#right-side
{
	width:200px;
	float:left;
}

body.layout-three-column div#left-side
{
/***	width:200px; ***/
	width:200px; 
	float:left;
	position: relative;
	top: 0;
	left: -400px;
}
body.layout-three-column div#right-side
{
	width:200px;
	float: left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content,
body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content,
body.layout-three-column div.right-content,
body.layout-three-column div.left-content
{
	padding:0px;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *
{
	margin-bottom: 10px;
	padding: 0;
}

div.menu
{
	margin: 10px 0px;
	width:175px;
/***	padding: 0 10px 0 15px; ***/
	padding: 0 10px 0 10px; 
	font-size: small;
	background:	transparent;
}

/*** サイドバー内見出し ***/

div.menu-title{
	padding: 15px 5px 0 30px;
	font-size: small;
	font-weight: bold;
	height: 29px;
	color: #222;
	background: url("images/title_back.gif") no-repeat left top;
}

div.menu ul{
	font-size: small;
}

.menu ul{
	margin: 0 20px;
	padding: 0 0 0 0;
}

.menu ul li ul,
li.widget ul li ul
{
	margin: 0 0 0 10px;
}

div.helpline a:hover{
	background-color:#FFFFFF;
}


/*************** サイド上部カレンダー ***************/

div#calendar *
{
	margin: 0;
	padding: 0;
}

div#calendar{
	line-height: 140%;
	margin: 10px 15px;
	border-collapse:collapse;
	border:0px;
	color: #86643E;
}

#calendar table{
	border-collapse: collapse;
	border: 0px;
	width: 170px;
}

#calendar caption{
	padding:8px 0px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.2em;
}

#calendar th{
	text-align:center;
	font-weight:normal;
}

#calendar td{
	text-align:center;
}

div#calendar-bottom{
	padding-bottom:10px;
}

/*************** 検索 ***************/

div.search{
	margin:5px 0 0 10px;
}

input#search{
	width: 100px;
	background: #EEE;
	border: 1px solid #999;
}

/*************** Feeds ***************/

div.feeds{
	margin-bottom:20px;
}

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

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

body.layout-two-column-right div#footer,
body.layout-two-column-left div#footer,
body.layout-one-column div#footer
{
	margin: 0 auto;
	padding: 0;
	height: 53px;
	color: #FFF;
	background: url("images/footer_back_s.jpg") no-repeat;
}

body.layout-three-column div#footer
{
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	height: 53px;
	background: url("images/footer_back_l.jpg") no-repeat;
}

/*** COPYRIGHT ***/

div#copyright{
	float:left;
	padding:20px 0px 0px 5px;
}

/*** decoウェブバナー ***/

div#deco-banner{
	float:right;
	padding:20px 25px 0 0;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

/*************** アーカイブ ***************/

div.archive-body{
	margin:10px 5px;
}

.comments-open-content{
    clear: both;
}

/*** 日記一覧の見出し ***/

.entry-title-itiran{
	margin: 2px 0px 0px 0px;
	padding: 20px 5px 7px 20px;
	font-size: 12pt;
	background: url("images/h2_back.gif") no-repeat left;
	border-bottom: 1px dotted #CCC;
	height:1%;
}
