@charset "UTF-8";
/* CSS Document */

/*==================common=================*/
div#main {
	float: left;
	width: 800px;
	}
/*==================xmas=================*/
div.xmas {
	background: url(../ad/img/xmas_bg.jpg) no-repeat;
	padding-bottom: 70px;
	}
div.xmas h2 {
	margin-bottom: 30px;
	}
div.xmas p {
	margin: 0 150px 20px 150px;
	}
div.xmas p.last {
	margin-bottom: 50px;
	}
div.xmas p.mou {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 50px;
	text-align: center;
	}
	
div.xmas strong {
 font-weight:bold;
	color:#660000;
	}	
