* {
margin: 0;
padding: 0;
}

a {
color: #9B2C21;
}


a:hover {
color: #9B2C21;
}


.logo{

	width:240px;
	
}




.centable{
	margin-left:auto;
	margin-right:auto;
}


.blog_link{
	text-decoration:none;
	color: black;
}

#blogTitle{
	font: bold 50px "MS Pゴシック",Osaka,sans-serif;
	text-align:right;
}

#blogDescription{
	font: bold 20px "MS Pゴシック",Osaka,sans-serif;
	margin-left:20px;
	text-align:right;
	color: black;
}



body {
background-color: #F6EFDD;
	background-image: url('/images/reddress/bg.jpg');
	background-position: center bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
color:black;
font: bold 16px/18px georgia, times, serif;

}




form {
	display:inline;
}

hr {
	background: #E79640;
	width:90%;
}
.valid {
	text-align:left;
	border:0;
}



.calendar{
	width: 90%;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-color:#F6EFDD;
}

.center{
	text-align: center;
}




.clWeek{
	border-style:solid
	border-bottom-width:1px;
	color:#0B3782;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color:#F6EFDD;
}

.clDay{
	border:groove 1px #9A312C;
	background-color:#F6EFDD;
	color: #9a312C;
}

.gutterHR{
	color: #AC3730;
	width: 70%;
	size: 3px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}

.gutterContainer{

}
.gutterContent{
	background-image: url('/images/reddress/beige_trans.png');
	padding:4px;
}

.gutterHeader{
	text-align:center;
	background-color:#F6EFDD;
	color:black;
	font-weight:bold;
	border-style:solid;
	border-color:#9A312C;
	border-bottom-width:1px;
	padding: 2px;
}


.postTitle{
	font-size:18px;
	background-color:black;
	border: solid 2px #9a312C;
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:3px;
}

.postTitle a{
	color:yellow;
}


.commentTitle{
	font-size:16px;
	background-color:#F6EFDD;
	border: solid 1px #9A312C;
	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;
	border-style:solid;
	border-width:1px;
	border-color:#AC3730;
	background-image: url('/images/reddress/beige_trans.png');
}


.commentContainer{
	width:72%;
	text-align:left;
	padding: 3px;
	border-style:solid;
	border-width:1px;
	border-color:#AC3730;
	background-image: url('/images/reddress/beige_trans.png');
}

.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
}

.postComment{
	text-align: right;
	margin-right: 5 px;
}


#blog_floater{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

blockquote {
 border-style:dashed;
 border-width:2px;
 border-color:#9A312C;
 background-color:#F6EFDD;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}