@charset "utf-8";
/* CSS Document */
/* メイン部分広告表示 */
#centerleftspace {
	background-color: #F2FDFF;
	height: 300px;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 61px;
	border: 2px solid #CCCCCC;
	padding: 0px;
	float: left;
}
#centerleftspace img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#centerrightspace {
	background-color: #F2FDFF;
	height: 300px;
	width: 300px;
	margin-top: 10px;
	margin-right: 61px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #CCCCCC;
	padding: 0px;
	float: left;
}
#centerrightspace img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ouentitle {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

