/* header */
#top-header {
	width: 828px;
	height: 50px;
	background: url(../images/top/head_bg.gif) no-repeat;
	margin-bottom: 5px;
}
#logo {
	width: 237px;
	padding: 17px 0;
	text-align: right;
	float: left;
}
#top-header h1 {
	width: 591px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 50px;
	text-indent: 10px;
	float: right;
}

/* event information */
#event-info {
	margin: 1px 1px 20px 2px;
	border: 1px solid #f0f0f0;
	padding: 10px;
}
#event-info dl {
	font-size: small;
	line-height: 1.5em;
}
#event-info dt {
	background: url(../images/arrow.gif) no-repeat left center;
	text-indent: 13px;
}
#event-info dd {
	margin: -1.5em 0 0 8em;
}
#event-info dt.invisible { display: none; }

/* shisetsu */
#text ul {
	list-style: none;
	margin: 0 -4px 12px 7px;
}
#text li {
	width: 192px;
	float: left;
}
#text li p {
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	background: url(../images/arrow_dark.gif) no-repeat left center;
	text-indent: 12px;
}

/* curvyCorners */
.myBox { border: 1px solid #f0f0f0; }


