@charset "utf-8";
.newsin {
	width:700px;
	background-color: #FFF;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #903;
	border-left-color: #903;
	padding-top: 10px;
}

/*レイアウト*/
#content {
	width: 950px;
	background-color: #FFF5DE;
	margin: auto;
}
#main {
	float: right;
	width: 720px;
	background-color: #FFF5DE;
	word-spacing: 1pc;
	height: 1000px;
	overflow: auto;
}
#side {
	float: left;
	width: 228px;
	background-color: #FFF5DE;
	height: 1000px;
}

