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

#disc_area {
	width: 860px;
	height: 40px;
	padding-bottom: 10px;
	font-size: 10pt;
	}

#list_area {
	width: 290px;
	height: 350px;
	float: left;
	background-image: url(../old_event/image/bg_list.gif);
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
#list {
	width: 300px;
	height: 350px
	}
	
#event_area {
	width: 520px;
	height: 340px;
	float: right;
	background-image: url(../old_event/image/bg_disc.gif);
	margin-left: 20px;
	padding: 30px 10px 10px 10px;
	}
	
#event_pic {
	width: 200px;
	float: left;
	text-align: center;
	}
	
#event_disc {
	width: 310px;
	float: right;
	height: 340px;
	margin-left: 10px;
	}

#event_disc2 {
	width: 520px;
	height: 340px;
	}

#event_title {
	width: 310px;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12pt;
	}

ul {
	list-style: none;
	padding: 0;
	margin:0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10pt;
}


li a:link {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 10pt;
	color: #009933;
	text-decoration: underline;
}

a:active {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
