/* ---------------------------------------------------
event.css
--------------------------------------------------- */
#event{
	margin: 0;
	padding: 0 10px;
}

#event a:link {
	color: #0000ff;
	text-decoration: underline;
}

#event a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#event a:hover {
	color: #bb0000;
	text-decoration: none;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.bottom{
	vertical-align: top;
}

.bgc-area{
	background-color: #f0ffff;
}

.s_pri{
	color: #ff0000;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
}

.n_pri{
	text-align: right;
}

.fs110 {
	font-size: 110%;
}

.return{
	text-align: right;
	padding: 5px 25px 0 0;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#detail_top{
	width: 735px;
	height: 40px;
	margin-top: 20px;
	background-image: url(/customer/static2/img/event/head.gif);
	background-repeat: no-repeat;
}

#detail_top h3{
	margin: 0px;
	padding: 8px 0 0 40px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#detail_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static2/img/event/middle.gif);
	background-repeat: repeat-y;
}

#detail_middle p{
	padding: 0 0 15px 15px;
	line-height: 140%;
}

#detail_middle ul{
	margin: 0;
	padding: 0 0 0 15px;
}

#detail_middle ul li{
	list-style-type: none;
}

#detail_middle ul li ul{
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 140%;
}

#detail_middle ul li ul li{
	list-style-type: disc;
}

#reserve{
	width: 730px;
	margin: 0 0 5px 17px;
}

#reserve table{
	width: 700px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0px;
}

#reserve table th{
	border: 1px solid #cccccc;
	color: #191970;
	background-color: #fdf5e6;
	text-align: center;
	padding: 2px;
}

#reserve table td{
	border: 1px solid #cccccc;
	padding: 5px;
}

