@charset "UTF-8";
@import url(base.css);

/* CSS Document */

/* Contents
================================================== */
#contents {
	padding: 20px 10px;
	font-size: 90%;
	overflow: hidden;
}

#event_message {
	float: left;
	width: 379px;
	line-height: 25px;
}

/* ticket
================================================== */
#ticket {
	padding-top: 20px;
}
#ticket ol {
	margin: 0 20px;
	line-height: 100%;
}
#ticket li {
	margin: 10px 0 10px 5px;
}
#ticket p {
	font-size: 80%;
	color: #333333;
	padding-left:30px;
}
#event_description {
	float: right;
	width: 361px;
	padding: 0 10px;
}
#event_description table {
	width: 290px;
	padding: 20px;
	margin: 0 auto;
}
#event_description th {
	width: 80px;
	padding: 15px 10px;
	font-weight: normal;
	font-size: 103%;
}
#event_description td {
	font-size: 80%;
}
#event_description a:link,
#event_description a:visited,
#event_description a:active {
	color: #000000;
}

#event_member {
	padding: 0 10px;
	width: 780px;
}
#event_member p {
	font-size: 90%;
}

#ticketform {
	background: #ffdddc;
	width: 360px;
	height: 70px;
}

/* bnr sets
================================================== */
#bnr_link {
	width: 100%;
	padding: 20px 10px;
}
.bnr_entry {
	clear:both;
	overflow: hidden;
	width: 780px;
}
.bnr_image {
	float: left;
	width: 300px;
	padding: 20px;
	height: 100px;
	text-align:center;
}
.bnr_image p {
	color: #333333;
	font-size: 90%;
}
.bnr_htmltext {
	float: right;
	width: 360px;
	padding: 20px;
}
.bnr_htmltext textarea {
	width: 300px;
	height: 100px;
}