@charset "utf-8";
/* CSS Document */

#maincontents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
#maincontents #leftmenu {
	float: left;
	margin-top: 30px;
	margin-left: 3px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #323232;
	margin-bottom: 50px;
	position: relative;
}
#maincontents #rightcontents {
	float: right;
	width: 650px;
	margin-top: 15px;
	text-align: left;
}
