@charset "utf-8";

* {
 margin: 0px;
 padding: 0px;
}

body {
	background-color: #666666;
	font-size: small;
}

div {
}

h1 {
}

h2 {
}

h3 {
	padding: 10px;
}

#container {
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin-left: 100px;
	margin-right: 100px;
}

#header {

}

#footer {
	clear: left;
	text-align: center;
}

#contents {
}

#sidemenu1 {
	float: left;
	width: 15%;
	padding: 5px;
}

#sidemenu2 {
	float: left;
	width: 15%;
	padding: 5px;
}

#content {
	float: left;
	width: 65%;
	padding: 5px;
}

#top {

}

#sitemap {

}

#list dt {
	line-height: 200%;
}

#list dt span {
	display: block;
}

#list img {
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 2px;
	vertical-align: text-top;
}



#entry {

}

#mail {

}

.parts {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.parts h4 {
	padding: 5px;
	text-align: center;
	background-color: #cccccc;
}

.parts dt {
	line-height: 200%;
}

.pagenavi {
	text-align: right;
}
