@charset "utf-8";
/* CSS Document */

#headerlink {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 780px;
	margin-left: 100px;
}
.leftimg {
	float: left;
}
.rightimg {
	float: right;
	margin-right: 50px;
}
#contents {
	width: 400px;
	margin-left: 480px;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #000000;
	background-image: url(assetts/background.png);
}
#contents2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 480px;
	width: 400px;
	margin-top: 30px;
}
#contents2 p {
	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}
#contents2 #member {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 200px;
	border: 1px solid #000000;
	margin-left: 100px;
}
#sidebar p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 5px;
}
