@charset "utf-8";

/* CSS Document */

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

	// event.html

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


div#main h1 {
	height:70px;
	background: url(../images/event-h1.gif) no-repeat;
	text-indent:-999999px;}


div#eventSpace {
	width:620px;
	height:1500px;
	background:url(../images/event-bg.gif) no-repeat;
}

div.eventSpaceScroll {
	width:540px;
	padding:30px 35px;
	margin-top: 20px;
	text-align:center;
	overflow: hidden;
	height: 1420px;
}


div.eventSpaceScroll img{
	border:#CCCCCC 1px solid;
	margin: 15px 0;
}


div.eventSpaceScroll h2 {
	color:#F40CA6;
	font-size:131%;
	padding-bottom:10px;
	font-weight: bold;
	text-align: left;
}

div.eventSpaceScroll p {
	margin-bottom:20px;
	background:url(../images/starline.png) no-repeat center bottom;
	padding-bottom: 20px;
	color: #00ccff;
}

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