A:link, A:visited {
	color: #5A6973;
	background: none;
	text-decoration: none;
}

A:hover {
	color: #76575E;
	background: none;
	text-decoration: underline;
}

A:active {
	color: #8B656E;
	background: none;
	text-decoration: none;
}

#top	{
	background: url('/images/title_mizunekko.jpg');
	position: absolute;
	top: 0px;
	left: 0px;
	height: 58px;
	width: 800px;
}

#left	{
	background: url('/images/left.jpg');
	position: absolute;
	top: 58px;
	left: 0px;
	height: 386px;
	width: 348px;
}

#blog	{
	position: absolute;
	top: 80px;
	left: 360px;
	width: 370px;
}

#side	{
	position: absolute;
	top: 480px;
	left: 50px;
	width: 280px;
}

.side {
	margin-bottom: 30px;
}

.comments {
	border-top: 1px solid #adadad;
}

.searchbox {
	width: 200px;
	background-color: #fff;
	border: 1px solid #8C6563;	
}

.formfields {
	width: 300px;
	background-color: #c9c9c9;
	border: 1px solid #7d7d7d;
}

.formfieldsnowidth {
	background-color: #c9c9c9;
	border: 1px solid #7d7d7d;
}

.button {
	background-color: #D3C7C9;
	border: 1px solid #7d7d7d;
}
