* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.leftbox
	{
	float:none;
	border-top-width: 1px;
	border-top-color: #666633;
	border-top-style: solid;
	height: 100%;

	}

.rightbox
	{
	float:left;
	height: auto;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	width: 260px;


	}
body {
	font-size: small;
	line-height: 1.6em;
	color: #666633;
	margin-left: 0px;
	margin-top: 0px;
}
h1 {
	margin-bottom: 0px;
}
.leftboxcont {
	float: left;
	width: 29%;
	background-color: #ccff99;
	padding-top: 6px;
	padding-left: 8px;




}
h2 {
	font-size: small;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
}
.koushin {
	margin-top: 0px;
	margin-left: 0px;
	list-style-type: none;

}
.menu {
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
}
h3 {
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.menuli {
	margin-bottom: 0.8em;
}
.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	width: 90%;
	margin-top: 6px;
	padding-top: 6px;
	float: left;

}
.noveltitle {
	float: left;
	width: 10em;
}
.novelcomment {
	float: left;
	width: 70%;
	padding-left: 1em;

}
.toprightbox {
	float:right;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-left: 8px;
	width: 69%;
	height: 590px;






}
img {
	border: 0px;
}
a:link {
	color: #669900;
}
a:visited {
	color: #999900;
}
a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
.search {
	float: left;
}
.rightboxcont {

	float:right;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-left: 8px;
	width: 69%;
}

.clearLeft { 
clear: left; 
}