/*  
Theme Name: Chua
Theme URI: http://wordpress.org/
*/

html{
	margin:0;

}
body{
	background:url(images/bg_body.gif) repeat left top #fff;
	margin:1px 0 0 0;
	padding:0;
	color:#3D2211;
	font: normal 10pt "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.3;
}

#page{
	border:1px solid #c8c3bd;
	width:798px;
	margin:0 auto;
	padding:0;
	background:url(images/bg_header.jpg) left top no-repeat #fcf5ed;
	position:relative;
    overflow: hidden;
}
#page:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #page{
    height: 1em;
    overflow: visible;
}
/**/

#header{
	height:375px;
	margin:0px 0 20px 0;
	padding:0px;	
	clear:both;
}
*html #header{
	margin:0 -2px 13px 0;
}

*:first-child+html #header{
	margin:0 -2px 13px 0;
}


#header h1 a img{
	margin:80px 0 0 49px;
	border:none;
	clear:both;
}

*html #header h1 a img{
	margin:98px 0 0 47px;
}
*:first-child+html #header h1 a img{
	margin:98px 0 0 47px;
}

#header p{
	margin:67px 5px 0 405px;
}


#content{
	margin:0px 10px 10px 49px;
	padding:0;
	width:554px;
	float:left;
}
*html #content{
	margin:0px 0 0 0;
	padding:0px 0 0 49px;
	display:inline;
}

*:first-child+html #content{
	margin:0px 0 0 0;
	padding:0px 0 0 49px;
	display:inline;
}
#content p{ 
	line-height:1.3;
}
#sidebar{
	float:right;
	width:162px;
	text-align:left;
	font-size:10pt;
	margin:27px 8px 0 0;
}

*html #sidebar{
	margin:30px 8px 0 0;

}
*:first-child+html #sidebar{
	margin:30px 8px 0 0;

}

#sidebar img{
	border:none;
}
#sidebar ul{
	margin:0 0 30px 6px;
	padding:0;

}
#sidebar ul li{
	background:url(images/img_list.gif) left top no-repeat;
	list-style:none;
	padding-left:14px;
	margin:3px 0 3px 0;
}
#sidebar ul li a,
#sidebar ul li a:hover{
	text-decoration:none;
	color:#3D2211;
}
#wp-calendar{
	width:100%;
	border:1px solid #e8cdc4;
	background:#fff;
	margin-bottom:30px;
}
table#wp-calendar tr td{
	text-align:center;

}
#wp-calendar a,
#wp-calendar a:hover{
	color:#eea177;
	text-decoration:none;
}

img.chualink{
	margin-bottom:66px;
}
#footer{
	border-top:1px solid #bcb7b1;
	clear:both;
	margin:22px 10px 0 0px;
	padding:8px 0 5px 0;
	position:absolute;
	bottom:0;
	display:block;
	width:544px;
	text-align:center;
	color:#7e7b76;
}
#footer p{
	letter-spacing:0px;
	margin:0;
}


/*エントリー部分*/
.post{
	border-bottom:1px solid #e9ccc4;
	border-left:1px solid #e9ccc4;
	border-right:1px solid #e9ccc4;
	width:542px;
	background:#FFFFFF;
	margin-bottom:49px;
}
#content h2{
	background:url(images/bg_entrytitle.gif) left top no-repeat;
	width:526px;
	height:25px;
	color:#93120c;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding-left:28px;
	margin:6px 0 0 0;
}
#content h2 a{
	color:#93120c;
	text-decoration:none;
}
#content h2 a:hover{
	color:#93120c;
	text-decoration:none;
}
.post small{
	text-align:right;
	display:block;
	margin:0px 14px 17px 0;
	padding-top:6px;

}
.post .entry{
	margin:0 15px 22px 15px;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;	
}

.postmetadata{
	border-top:1px dashed #d9d9d9;
	margin:0 10px 5px 10px;
	display:block;
	text-align:right;
	padding-top:6px;
	clear:both;
}
.postmetadata a{
	color:#3D2211;
	text-decoration:none;
}
.postmetadata a{
	color:#3D2211;
	text-decoration:none;
}

.float_right{
	float:right;
	margin:0 0px 10px 12px;
}
.float_left{
	float:left;
	margin:0 12px 10px 0;
}
hr.hr_none{
	border:none;
	clear:both;
	margin:0;
}
*+html hr.hr_none,
*html hr.hr_none{
	border:0;
	color:#fcf5ed;
}

/*コメントフォーム*/
#commentform textarea#comment{
	width:544px;

}
/*個別記事用*/
p.alt{
	border-top:1px dashed #d9d9d9;
	margin:10px 10px 5px 10px;
	display:block;
	text-align:left;
	padding-top:6px;
	clear:both;
}
p.alt a{
	color:#3D2211;
	text-decoration:none;
}
p.alt a{
	color:#3D2211;
	text-decoration:none;
}

