@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// event.html

==========================================================================================*/


div#main h1 {
	height:53px;
}


div#eventSpace {
	width:606px;
	height:576px;
	background:url(../images/event-bg.gif) no-repeat left top;
	padding:7px;
}

div#eventSpaceScroll {
	width:546px;
	height:516px;
	overflow:auto;
	padding:30px;
}

div#eventSpaceScroll h2 {
	width:500px;
	margin-bottom:10px;
}

div#eventSpaceScroll h3 {
	color:#25D670;
	font-size:131%;
	padding-bottom:10px;
	font-weight:bold;
}

div#eventSpaceScroll p {
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/event-line.gif) no-repeat left bottom;
}

div#eventSpaceScroll p strong {
	color:#F40CA6;
	font-weight:bold;
}
