* {
margin: 0;
padding: 0;
}

a {
color: #FFEF99;
}


a:hover {
color: #EEDE88;
}

.logo{
	background-image: url("/images/cow/logo.jpg");
}


.centable{
	margin-left:auto;
	margin-right:auto;
}


.blog_link{
	text-decoration:none;
	color: #FFEF99;
}

#blogTitle{
	font: bold 50px "MS Pゴシック",Osaka,sans-serif;
	margin-top:50px;
	margin-right:200px;
}

#blogDescription{
	font: bold 20px "MS Pゴシック",Osaka,sans-serif;
	margin-top:70px;
	margin-right:200px;
	color: #FEDF7F;
}



body {
background-color: #3299DB;
color:black;
font: normal 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:1px 0px 0px 0px solid black;
	padding: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.clDay{
	border:1px 1px 1px 1px solid 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:white;
	font-weight:bold;
	border: 0px 0px 0px 3px dotted black;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}



.postTitle{
	font-size:18px;
}


.commentTitle{
	font-size:16px;
}

.trackback{
	font-size:9px;
	text-align:center;
}


.postHR{
	width:90%;
	color:#E79640;
	size:2px;

}


.postContainer{
	width:92%;
	text-align:left;
	padding: 3px;
}

.commentContainer{
	width:72%;
	text-align:left;
	padding: 3px;
}

.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:#438335;
 background-color:#9ACCED;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}