#wrapper {
	margin: auto;
	width: 700px;
	padding-top: 50px;
}
#header {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 0.2em;
	font-weight: bold;
	padding-left: 0.5em;
	color: #666666;
}
#headerRight {
	height: 120px;
}
#contents {
	margin-top: 20px;
	width: 700px;
	margin-bottom: 20px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
}
#contentLeft {
	float: left;
	width: 360px;
	margin-left: 8px;
	border: 2px dotted #666666;
	margin-top: 20px;
	padding: 5px;
	margin-right: auto;

}
#contentRight {
	float: right;
	width: 250px;
	margin-right: 8px;
	margin-left: auto;
	border: 2px dotted #666666;
	margin-top: 20px;
	padding: 5px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;

}
#footer {
	clear: both;
	height: 50px;
	width: 700px;
	text-align: center;
	padding-top: 20px;
}
#span {
	margin-left: 7px;
}
