/* clearing floats */
.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* general styles */
body {
	margin: 0;
	padding: 0;
	background: #656565 url(../images/bg.jpg) repeat-x top;
	color: #000000;
	font-family: Verdana, sans-serif;
}
h1, h2, h3, p {
	margin: 0;
	font-size: small;
	line-height: 1.5em;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}

/* boxes */
#container {
	width: 847px;
	margin: 0 auto;
}
#header {
	width: 847px;
	height: 100px;
	background: url(../images/bg_head.jpg) no-repeat;
}
#content { background: url(../images/bg_content.gif) repeat-y; }
#content-inner {
	background: url(../images/bg_content_top.jpg) no-repeat top;
	padding: 36px 10px 0;
}

/* inner boxes */
#info { padding: 0 21px 0 15px; }
#main {
	width: 475px;
	float: left;
}
#sub {
	width: 297px;
	float: right;
}
#footer {
	width: 827px;
	height: 38px;
	background: url(../images/bg_foot.gif) no-repeat;
	font-size: 10px;
	line-height: 38px;
	color: #666666;
	text-align: center;
}

/* header */
#header-up { padding: 15px 31px 17px 25px; }
#header-up h1 {
	width: 208px;
	float: left;
}
ul#sub-menu {
	width: 316px;
	float: right;
}
ul#main-menu { margin-left: 11px; }
#header li { float: left; }
#header img { display: block; }

/* texts */
#main h2 { margin-bottom: 2px; }
#main p { margin-bottom: 1em; }

/* event information */
.event-info {
	background: url(../images/event_bg.gif) repeat-y;
	margin-bottom: 13px;
}
.event-info ul {
	background: url(../images/event_btm.gif) no-repeat bottom;
	padding: 7px 10px 5px;
}
.event-info li {
	background: url(../images/event_icon.gif) no-repeat 0px 0.1em;
	padding-left: 17px;
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}

/* hall list */
.list {
	background: url(../images/list_bg.gif) repeat-y;
	margin: 0 21px 19px 15px
}
.list-inner {
	background: url(../images/list_btm.gif) no-repeat bottom;
	padding: 7px 19px 0 17px;
}
#list-chumo {
	width: 370px;
	float: left;
}
#list-other {
	width: 370px;
	float: right;
}
dl {
	font-size: small;
	line-height: 1.7em;
	margin: 0 0 1em;
}
.chumo dt { background: url(../images/list_icon_chumo.gif) no-repeat left center; }
.seimo dt { background: url(../images/list_icon_seimo.gif) no-repeat left center; }
.tomo dt { background: url(../images/list_icon_tomo.gif) no-repeat left center; }
dt { text-indent: 17px; }
dd { margin: -1.8em 0 0 230px; }






