* {
margin: 0;
padding: 0;
}

a {
color: black;
}


a:hover {
color: #513622;
}


.logo{
	color:black;
}




.centable{
	margin-left:auto;
	margin-right:auto;
}


.blog_link{
	text-decoration:none;
	color: black;
}

#blogTitle{
	font: bold 50px "MS Pゴシック",Osaka,sans-serif;
	margin-left:20px;
	text-align:left;
	color: #624733;
}

#blogDescription{
	font: bold 20px "MS Pゴシック",Osaka,sans-serif;
	margin-left:20px;
	text-align:left;
	color: #624733;
}



body {
color:#624733;
font: bold 16px/18px georgia, times, serif;
background-image: url('/images/wall/wall_bg.jpg');
background-position: top center;
background-attachment:fixed;
background-repeat:no-repeat;

}




form {
	display:inline;
}

hr {
	background: #624733;
	width:90%;
}
.valid {
	text-align:left;
	border:0;
}






.calendar{
	width: 90%;
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
}

.center{
	text-align: center;
}




.clWeek{
	/*border-top:1px;
	border-style:solid;
	border-color:#D0D5D7;*/
	color: black;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.clDay{
	border-left:1px;
	border-right:1px;
	border-top:1px;
	/*border-bottom:1px;
	border-style:solid;
	border-color: #D0D5D7;*/
	color: black;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.gutterHR{
	color: black;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}


.gutterHeader{
	text-align:center;
	background-color:#E8DBC9;
	color:black;
	font-weight:bold;
	/*border-bottom:3px;
	border-style:groove;
	border-color:white;*/
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}


.postTitle{
	font-size:18px;
	background-color:#34162D;
	background-image: url('/images/wall/wood.jpg');
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:3px;
}


.commentTitle{
	font-size:16px;
	background-color:#45273E;
	background-image: url('/images/wall/wood.jpg');
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:3px;
}

.trackback{
	font-size:9px;
	text-align:center;
}


.postHR{
	width:90%;
	color:#E79640;
	size:2px;

}



.postContainer{
	width:92%;
	text-align:left;
	padding: 3px;
	background-image: url('/images/wall/stucco.jpg');
}

.commentContainer{
	width:72%;
	text-align:left;
	padding: 2px;
}

.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
}

.postComment{
	text-align: right;
	margin-right: 5px;
}


#blog_floater{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}