@charset "utf-8";
@import "base.css";

#wrapper{
	background-image: url('../img/2103bg_index.png');
	background-repeat: no-repeat;
	background-position: right top;
}
#main{
	margin-top: 350px;
}
div.event{
	width: 350px;
}
div.access{
	padding: 35px 0 50px 163px;
	background-image: url('../img/bg_access.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.access span{
	color: #fff;
	background-color: #733B40;
	padding: 2px;
	line-height: 250%;
}
dl.info{
	color: #632429;
	font-size: 90%;
	/*height: 85px;
	overflow: auto;*/
}
dl.info dd{
	margin: -1.5em 0 0.5em 7em;
}
ul.link li{
	display: inline;
	margin-right: 5px;
}
ul.link li a{
	color: #fff;
	padding: 2px 5px 2px 20px;
	background-color: #733B40;
	background-image: url('../img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}