#event h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D10000;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	line-height: 1.6em;
	clear: both;
}
#event .box .right p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#event .left {
	float: left;
}
#event #datail {
	border: 1px solid #D10000;
	margin: 0px;
	padding: 10px;
}
#event #datail h3 {
	font-size: 110%;
	font-weight: bold;
	color: #D10000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#event #datail li {
	margin-bottom: 5px;
	list-style-type: circle;
}
#event #datail ul {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
#event #datail .attention {
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 100%;
	font-weight: normal;
	list-style-type: square;
}


#event {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#event .right {
	float: right;
	width: 430px;
}
#event .box {
	width: 700px;
	margin-bottom: 20px;
}
#link a{
	display:block;
	width:700px;
	height:115px;
	background-image: url(images/click.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#link a:hover{
	background-position:0px -112px;
}
