/*  
Theme Name: FlatWhite R
Theme URI: http: //detlog.org/
Description: 不動産会社ファイナンシャルハウス（株）向けチューン。女性らしく
Version: 2.0R
Author: Naoko McCracken :tuned by Itoman creative 2009
Author URI: http: //detlog.org/, http://i-love-itoman.com
*/

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

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

/* =====
全体のレイアウト
===== */
body {
	color: #666;
	background-color: #FFe4E1;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5;
	text-align: center;
}
#wrap {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 730px;
}
#content {
	font-size: 1.2em;
	float: left;
	width: 540px;
	margin-bottom: 2em;
}
#sidebar {
	font-size: 1.1em;
	float: right;
	width: 170px;
	margin: 0 0 2em 10px;
}
#header {
	padding: 10px 10px 10px 10px;
	width: 710px;
	height: 70px;
	margin-bottom: 25px;
	font-color: #000000;
	background: url(images/logo.png) no-repeat;
	background-position: bottom left;
	text-align: left;
}
#footer {
	border-top: 1px solid #AAA;
	clear: both;
	padding: 1.5em 0.5em;
	text-align: center;
}


/* =====
ヘッダー
===== */
h1, h2, h3 {
	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.5em;
       border-bottom: 1px dotted #ca1717;
}

h3.entrydate {
	font-size: 1.5;
	color: #6F6F6F;
}
#sidebar h2 {
	color: #555;
	font-size: 1.5em;
	margin-top: 1em;
}
/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom: 3em;
	padding: 0 10px;
}
.entrybody {
	margin: 1em 0 1.5em 0;
	line-height: 1.6;
}
.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;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 4px 10px 10px 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.84em;
	padding: 4px 5px;
}

/* =====
サイドバー
===== */
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#sidebar img{
	margin-top: 10px;
}


/* =====
コメント
===== */
#comments {
	padding: 5px 0;
	clear: both;
}
#comments h3 {
	font-size: 1.5em;
	margin: 15px 0 8px 0;
}
#comments p {
	padding-bottom: 1em;
}
.commentauthor {
	display: block;
	font-size: 1.5em;
}
ol.commentlist {
	color: #777;
	list-style-type: none;
}
.commentlist li {
	margin-bottom: 8px;
	padding: 10px;
	background: #F0F8FC;
	border: 1px dotted #D1D1D1;
}
.commentlist li.alt {
	background: #F3F3F3;
	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: 538px;
	font-size: 1em;
}
#comments input {
	width: 160px;
	font-size: 1em;
	line-height: 2em;
}
#comments input#submit {
	width: 9em;
	font-size: 1.2em;
	border: 1px outset #eee;
	background: #efefef;
}
#comments input#trackbackurl {
	width: 538px;
	color: #555;
}
#comments p.alignright {
	text-align: right;
	float: none;
}

/* =====
リンク
===== */
a {
	color: #0085CF;
	text-decoration: none;
}
a:hover {
	color: #7EC1E7;
}
h2.entrytitle a {
	color: #333;
}
h2.entrytitle a:hover {
	color: #999;
}

/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 5 文字化け回避対策 */
input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}