body{
	font-size: 9pt;
	background:#FFFEF4;
	width:100%;
	text-align:center;
}

#wrapper{
	margin:0 auto;
}
#header{
	width:100%;	 
	height:100px;
	background:url(../../images/campaign-pop-header-bg.gif) top left repeat-x;
}
#contents{
	text-align:left;
	width:500px;
	margin:0 auto;
	color:#801D09;	
	font-size:1em;
	line-height:2em;
}
#contents .lead{
	padding:20px 0;
	font-size:1em;
}
#contents .pickup{
	margin-bottom:42px;
}
#contents .notice{
	padding:6px 0;
	font-weight:bold;
}
#contents .body{
	background:#801D09;
	color:#ffffff;
	font-size:1.2em;
	padding:20px;
}
#contents .course-name{
	font-weight:bold;
}
#contents strong{
	color:#CB1D1D;
}
#footer{
	width:100%;	 
	height:91px;
	background:url(../../images/campaign-pop-footer-bg.gif) top left repeat-x;
}


