@charset "utf-8";
/*
Theme Name: Blog skin
Description: フランさま専用ブログスキン
Author: skr
*/

@import url(./main.css);

body {
color:#1b1b1b;
}

#columnContents {
background-color:#ffffff;
}
/*--------------------------------------
 ▼ 左側エリア：メニュー
---------------------------------------*/
#columnLeft {
text-align:left;
}

#columnLeft ul {
width:150px;
margin:0;
padding:0;
list-style-type:none;
}

#columnLeft ul li {
border-bottom:1px dashed #000000;
margin:0;
padding:4px 2px;
line-height:14px;
}

/* 見出し：画像置換 */
#columnLeft h2 {
background-attachment:scroll;
background-repeat:no-repeat;
background-position:left center;
border-bottom:1px dashed #000000;
width:150px;
height:18px;
line-height:18px;
margin:30px 0 0 0;
padding:0;
text-indent:-9999px;
}

#columnLeft #WPcategoryarea h2 { /* カテゴリー */
background-image:url(./images/side_h2_wpcategoryarea.gif);
}

#columnLeft #WPrecentarea h2 { /* 最新5件 */
background-image:url(./images/side_h2_recentarea.gif);
}

#columnLeft #WParchivearea h2 { /* 月別アーカイブ */
background-image:url(./images/side_h2_archivearea.gif);
}

#columnLeft #WPsearcharea h2 { /* 検索 */
background-image:url(./images/side_h2_searcharea.gif);
}

#columnLeft #WPpagearea h2 { /* ページ */
background-image:url(./images/side_h2_pagearea.gif);
}

/* カレントカテゴリーが表示された時の太字 */
#columnLeft ul li.current-cat a {
font-weight:bold;
}

.ctbold {
font-weight:bold;
}

/* サイドバーの検索フォーム */
#columnLeft #WPsearcharea div {
margin:4px 0 10px 0;
padding:0 2px;
}

#columnLeft #WPsearcharea form {
margin:0;
}

#columnLeft #WPsearcharea input {
margin:0;
width:146px;
}

#columnLeft #WPsearcharea input#searchsubmit {
border:1px solid #000000;
background-color:#ffffff;
}

/*--------------------------------------
 ショップと工務店バナー
---------------------------------------*/
p#WPbannerarea {
margin:0;
padding:0;
text-align:left;
line-height:30px;
}

* html p#WPbannerarea img {
margin-bottom:5px;
}

*:first-child+html p#WPbannerarea img {
margin-bottom:5px;
}
/*--------------------------------------
 ▼ 右側エリア：コンテンツ
---------------------------------------*/

/*--------------------------------------
 上部の固定バナー
---------------------------------------*/
#WPpagetop {
}

/*画像置換*/
#WPpagetop h2 {
width:630px;
height:60px;
line-height:60px;
margin:0;
padding:0;
}

#WPpagetop h2 a {
background:scroll no-repeat top center url(./images/wppagetop_h2_img.jpg);
display:block;
text-decoration:none;width:630px;
height:60px;
line-height:60px;
text-indent:-9999px;
outline:none;
overflow:hidden;
}

#WPpagetop p {
background:scroll no-repeat left center url(./images/wppagetop_p_img.gif);
width:368px;
height:14px;
line-height:14px;
text-indent:-9999px;
margin:15px 0;
padding:0;
}

/*--------------------------------------
 パンくずナビ
---------------------------------------*/
p#WPpannavigation {
margin:0 0 10px 0;
padding:10px 0 0 0;
border-top:4px solid #f0e7df;
text-align:right;
}

p#WPpannavigation span {
font-weight:bold;
/*color:#e38386;*/
color:#b08d6e;
}

/*--------------------------------------
 記事設定
---------------------------------------*/
.WPpost {
}

/* 見出し h3 */
.WPpost h3 {
background:scroll no-repeat left center url(./images/entry_h3_bg.gif);
margin:0 0 5px 0;
padding:0 0 0 39px; 
height:36px;
line-height:36px;
font-size:14px;
}

.WPentry {
border:1px dashed #000000;
margin-bottom:25px;
padding:10px;
min-height:1px; /*IE7*/
}

/*hack start*/
.WPentry:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#.WPentry { display:inline-table; }

/* Hides from Mac IE \*/
* html .WPentry { height:1px; }
.WPentry { display:block; }
/* */
/*hack end*/

/* 記事の日付とカテゴリー */
p.WPitemdate {
margin:0 0 10px 0;
padding:0;
text-align:right;
}

/*--------------------------------------
 記事内のテーブル設定
---------------------------------------*/
.WPentry table {
width:608px;
color:#1b1b1b;
font-size:12px;
border-collapse:collapse;
}

.WPentry table td {
font-size:12px;
padding:10px;
}

/* 2列の場合、エリアは実質284px */

/*--------------------------------------
 このページの上へ戻る
---------------------------------------*/
p#WPpagetoplink {
clear:both;
padding:0;
}

p#WPpagetoplink a {
background-attachment:scroll;
background-repeat:no-repeat;
background-image:url(./images/wppagetoplink_img.gif);
display:block;
float:left;
text-decoration:none;
width:116px;
height:15px;
text-indent:-9999px;
outline:none;
overflow:hidden;
margin-left:514px;
margin-bottom:10px;
}

* html p#WPpagetoplink a {margin-left:257px;}

p#WPpagetoplink a:hover,p#WPpagetoplink a:focus {
background-position:0px -15px;
}

/*--------------------------------------
 ▼ 検索結果ページ
---------------------------------------*/
/* 記事の日付とカテゴリー */
p.WPitemdate2 {
border-bottom:1px dashed #000000;
margin:0 0 10px 0;
padding:0 0 0 39px;
text-align:left;
}

/*--------------------------------------
 ▼ Not Found ページ
---------------------------------------*/
#WPnarrowcolumn {
}

#WPnarrowcolumn h3 {
background:scroll no-repeat left center url(./images/404.gif);
margin:0 0 0 0;
padding:0; 
width:388px;
height:60px;
line-height:60px;
text-indent:-9999px;
}


