/*  
Theme Name: ImageHouse
Theme URI: http://detlog.org/
Description: 練習用として使えるシンプルなテーマ
Version: 1.0
Author: Naoko McCracken
Author URI: http://detlog.org/

The "silk" icons used in this theme were created by Mark James. (http://www.famfamfam.com/lab/icons/silk/)
このテーマで使われているアイコンは、マーク・ジェームズ氏による「silk」アイコンです。
*/

/* =====
ユニバーサルリセット
===== */

* { /* 全ての要素のマージン・パディングを0にします。*/
	margin:0;  
	padding:0
}

/* =====
全体のレイアウト
===== */
body {
	color:#666;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
/*	font-size:62.5%; 2011.04.01下記に変更 */
	font-size:70%;
/*	line-height:1.5; 2011.04.01下記に変更 */
	line-height:1.5;
	text-align:center;
	background-color:#222;
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:900px;
}
#content {
	padding:0px 2px 4px 2px;
	font-size:1.2em;
	float:left;
	width:536px;
	margin-left:4px; 
/*  display: inline; */
/*	margin-bottom:2em; */
	background-color:#fff;
}
#sidebar {
	font-size:1.1em;
	float:left;
	width:174px;
	padding:0px 0px 2px 2px;
	background-color:#fff;
}
#sidebar h2 {
	padding-left:6px; 
}
#sidebar2 {
	font-size:1.1em;
	float:right;
	width:174px;
	padding:0px 0px 2px 2px;
/*	margin:0 0 2em 10px; */
	background-color:#fff;
}
#sidebar2 h2 {
	padding-left:6px; 
}
#header {
/*	padding:10px 10px 20px 10px;
	margin-bottom:25px;
	background:url(images/bg.gif) repeat-x left bottom;
	text-align:center; */
}
#footer {
	border-top:1px solid #aaa;
	clear:both;
	font-size:0.95em;
	padding:0.5em 0.5em;
	text-align:center;
}

/* =====
パンくずリンク
===== */
#bread	{
	margin-right: 10px;
	text-align:right;
	font-size: 0.95em;
	font-weight: normal;
}

/* =====
ヘッダー
===== */
h1, h2, h3, h4 {
	margin-bottom:0.1em;
}
#header h1 {
	font-size:3em;
	letter-spacing:1px;
}
#header p {
	color:#999;
	font-size:1.1em;
	margin-top:-0.5em;
}
h2.entrytitle {
	font-size:1.4em;
}
h3.entrydate {
	font-size:1.1em;
	color:#6F6F6F;
	margin-left: 5px;
}
h4 { /* 追加 */
	font-size:1.1em;
	color:#6F6F6F;
	font-weight: normal; 
}

#sidebar h2 {
	color:#fff;
	font-size:1.2em;
	background-color:#36c;
}
#sidebar2 h2 {
	color:#fff;
	font-size:1.2em;
	background-color:#36c;
}


/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0px 10px;
}
.entrybody {
/*	margin:1em 2em 1.5em 0; */

/*	line-height:1.6; 2011.04.01下記に変更 */
	line-height:1.5;
}
.entrybody p {
	padding-bottom:1em;
}
blockquote {
	padding-left:3em;
}
.entrybody ul, .entrybody ol{
	margin-left:15px;
}
ul.entrymeta li {
	font-size:0.95em;
	line-height:1.8;
	display:inline;
}
.postedby {
	background:url(images/pencil.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto {
	background:url(images/page.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink {
	background:url(images/comments.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/* =====
リンク集
===== */
.clear	{
	clear: both;
	margin: 0;
	}

#link_	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 1em;
	}

#link_ th, #link_ td	{
	text-align: left;
	padding: 5px 3px;
	border: solid 1px #00a0c6;
	}

#link_ th	{
	width: 100px;
	background-color: #88c0ff;
	}

#link_ a	{
	text-decoration: none;
	color: #000000;
	}

#link_ a:hover	{
	color: #ff0000;
	}
.linkcat	{
	margin-left: 10px;
	list-style-type: none;
	padding-bottom:3px;
	height: 2em;
	font-size: 0.75em;
}

/* =====
サイドバー
===== */
div#sidebar p {
	font-size: 1em;
}
div#sidebar li {
	list-style-type:none;
}
div#sidebar li li {
	padding:0 0 0.2em 15px;
	background: url(images/bullet_orange.gif) no-repeat 0 1px;
}
div#sidebar2 p {
	font-size: 1em;
}
div#sidebar2 li {
	list-style-type:none;
}
div#sidebar2 li li {
	padding:0 0 0.2em 15px;
	background: url(images/bullet_orange.gif) no-repeat 0 1px;
}

/* =====
コメント
===== */
#comments {
	padding:5px 0;
}
#comments h3 {
	font-size:1.2em;
	margin:15px 0 0 0;
}
#comments p {
	padding-bottom:1em;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
ol.commentlist {
	color:#777;
	list-style-type:none;
	margin-top:8px;
}
.commentlist li {
	margin-bottom:8px;
	padding:10px;
	background:#F7F0E7;
	border:1px dotted #d1d1d1;
}
.commentlist li.alt {
	background:#F9F6F2;
	border:1px dotted #d1d1d1;
}
.commentlist li img {
	background:#FFF;
	border:1px dotted #d1d1d1;
	padding:0.5em;
	float:left;
	margin-right:8px;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist .commentmetadata {
	font-size:0.9em;
	padding-bottom:1em;
}
.commentlist .commentmetadata a {
	color:#94541A
}#comments textarea {
	width:520px;
	font-size:1em;
}
#comments input {
	width:160px;
	font-size:1em;
	line-height:2em;
}
#comments input#submit {
	width:9em;
	font-size:1.2em;
}
#comments input#trackbackurl {
	width:520px;
}
p.alignright {
	text-align:right;
}

/* =====
リンク設定
===== */
a {
	color:#0085CF;
	text-decoration:none;
}
a:hover {
	color:#257F18;
}
h2.entrytitle a {
	color:#333;
}
h2.entrytitle a:hover {
	color:#f00;
}

/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}
/* ----- wp-mta CSS code ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:130%;
/*	line-height:110%; */
/*	font-size:0.85em; */
	font-size: 1em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
/*	padding:3px; */
	padding:0px;
/*	border:1px solid #999; */
	border:2px solid #0085CF;
}
.photo-end {
	clear:left;
}

/* ヘッダーナビ  */

#navi {
	padding-left:2px;
	background:#A9A9A9;
	margin-top:0.5em;
}

#navi ul {
/*	width:99%; */
	margin:0;
	padding:0;
/*	border-left:2px solid white;*/
	font:100 0.9em sans-serif;
	height: 27px;
/*	font:600 0.9em HiraKakuPro-W6, "ヒラギノ角ゴ Pro W6", 平成角ゴシック, "MS PGothic", sans-serif; */
	background:#A9A9A9;
}

#navi li {
	list-style:none;
	display:inline;
}

#navi a {
	padding:0.5em 1em;
	display:block;
	float:left;
	border-right:2px solid white;
	text-decoration:none;
}

#navi a:link, #navi a:visited {
	color:#223300;
	background-color:#800;
        font:100 12px sans-serif;
	background:#A9A9A9;
}

#navi a:hover {
	color:white;
	background-color:#800;
	text-decoration:underline;
}

#navi .skip {
	display:none;
}

#navi ul:after {
	content: "";
	display:block;
	height:0;
	visibility:hidden;
	clear:left;
}

#navi-end {
	height:0;
}
/* ここまで  */

/* 周辺スポット  */
#navi_spot {
	padding-left:2px;
	background:#36c;
}

#navi_spot ul {
/*	width:99%; */
	margin:0;
	padding:0;
/*	border-left:2px solid white;*/
	font:100 0.9em sans-serif;
	height: 27px;
/*	font:600 0.9em HiraKakuPro-W6, "ヒラギノ角ゴ Pro W6", 平成角ゴシック, "MS PGothic", sans-serif; */
	background:#36c;
}
#navi_spot li {
	list-style:none;
	display:inline;
}

#navi_spot a {
	padding:0.5em 1em;
	display:block;
	float:left;
	border-right:2px solid white;
	text-decoration:none;
}

#navi_spot a:link, #navi_spot a:visited {
	color:#fff;
	background-color:#800;
        font:100 12px sans-serif;
	background-color:#36c;
}

#navi_spot a:hover {
	color:white;
	background-color:#800;
	text-decoration:underline;
}

#navi_spot .skip {
	display:none;
}

#navi_spot ul:after {
	content: "";
	display:block;
	height:0;
	visibility:hidden;
	clear:left;
}

#navi_spot-end {
	height:0;
}
/* ここまで  */

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }
#layer1 { height: 13px; width: 670px; left: 220px; top: 30px; position: absolute; visibility: visible; }

/* カテゴリーページ */
#content .catelist img	{
	float: left;
	margin: 0 5px 0 2px;
	}

#content .catelist	{
        font-size: 1em;
        line-height:150%;
        clear: both;
	}

#content .catelist h3	{
        margin-left: 5px;
	color:#fff;
	background-color:#222;
	}

#content .catelist h4	{
        margin-left: 5px;
	font-weight: bold;
	}

/* カテゴリーページ・リード文 */
#content .lead	{
	padding: 3px 3px;
	color:#808080;
        font-size: 1.1em;
/*	line-height:120%; */
	line-height:120%;
	}

#content .lead h3	{
	color:#fff;
	padding-left:10px; 
	background-color:#800;
        line-height:200%;
	}

/* カテゴリーページ・フィード文 2011.03.24*/
#content .feed	{
	padding-left:20px; 
	color:#808080;
        font-size: 1.0em;
/*	line-height:120%; */
	line-height:120%;
	}

#content .feed h3	{
	color:#fff;
	padding-left:0px; 
	background-color:#800;
        line-height:200%;
	}

/* シングルページ・カテゴリー */
#content #postcat	{
	margin: 0;
	background-color: #ab7435;
	padding: 3px 5px;
	color: #ffffff;
	}

/* カテゴリページ・表 */
#data	{
/*	width: 450px; */
	width: 350px;
	margin: 0 5px 5px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#data th, #data td {
	text-align: left;
	font-size: 0.95em;
	padding: 1px 2px;;
	border: solid 1px #4a331a;
	}

#data th {
	width: 100px;
	background-color: #ab7435;
	}

#data ul	{
	margin: 0 0 0 25px;
	padding: 0;
	}

#attention	{
	font-size: smaller;
	}

/*-----パンくず-----*/
.pankuzu{
 margin: 0;
 font-size: 85%;
/* color: #FFF; */
 text-align: left;
}

.pankuzu a {
	color: #3399CC;
	text-decoration: none;
}

.pankuzu a:hover {
	color: #FF6633;
	text-decoration: underline;
}

#page_wiget {
	background-color:#efefef;
	width:180px;
	margin: auto;
	padding:2px 2px 2px 2px;
	min-height:144px;
/*	border:2px solid #fff;
	outline:1px solid #ccc; */
	text-align:left;
}

/*-----ここまで-----*/

/*-----画像の回りこみ 2010.04.29-----*/
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 {
	background:white;
	margin:0 4px 4px 0;
	padding:0px;
	border:2px solid #0085CF;
}

.alignright {
	float: right;
	background:white;
	margin:0 4px 4px 0;
	padding:0px;
	border:2px solid #0085CF;
}

.alignleft {
	float: left
	background:white;
	margin:0 4px 4px 0;
	padding:0px;
	border:2px solid #0085CF;
}

/*-----ここまで-----*/

