@charset "UTF-8";
#header {
	background-image: url(../images/header/support.jpg);
}
#content {
	width: 872px;
	padding-right: 5px;
}

.left {
	width: 556px;
	padding-right: 40px;
	border-right: 1px dotted #999999;
}

.right {
	width: 275px;
	padding-left: 0px;
	border-left: none;
}
.left ul li {
	margin-top: 0;
	margin-bottom: 5px;
}
#content ul {
	margin-top: 0;
}
#content p {
	margin-bottom: 0;
}
#content ul + p, #content  p + p {
	margin-top: 20px;
}