* {
margin: 0;
padding: 0;
}

a {
color: #4A8833;
}


a:hover {
color: #4A8833;
}


.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;
	margin-left:20px;
	text-align:left;
}

#blogDescription{
	font: bold 20px "MS Pゴシック",Osaka,sans-serif;
	margin-left:20px;
	text-align:left;
	color: black;
}



body {
background-color: white;
	background-image: url('/images/flower/logo.jpg');
	/*background-position: 39% 20%;*/
	background-position: 20% 0%;
	background-attachment:fixed;
	background-repeat:no-repeat;
color:#990000;
font: bold 16px/18px georgia, times, serif;

}




form {
	display:inline;
}

hr {
	background: #E79640;
	width:90%;
}
.valid {
	text-align:left;
	border:0;
}


.center{
	text-align: center;
}




.clWeek{
	border-style:groove
	border-color:white;
	border-bottom-width:1px;
	color:green;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.clDay{
	border:groove 1px white;
	background-color:#E6BC06;
	color: red;
}

.gutterHR{
	color: #E6BC06;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}


.gutterHeader{
	text-align:center;
	background-color:#E6BC06;
	color:green;
	font-weight:bold;
	border-style:groove;
	border-color:white;
	border-bottom-width:1px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}

.postTitle{
	font-size:18px;
	background-color:#E6BC06;
	border: groove 3px green;
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:3px;
}



.commentTitle{
	font-size:16px;
	background-color:#F7DE17;
	border: groove 3px RED;
	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: url('/images/white_mesh.gif');
}


.commentContainer{
	width:72%;
	text-align:left;
	padding: 3px;
	background: url('/images/white_mesh.gif');
}

.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:#550303;
 background-color:#FCFFCE;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}