@charset "shift_jis";

/* index */


/*==========================================================*/
/* intro */
#intro {
	width: 595px;
	float: left;
	margin-bottom: 35px;
}
#intro img {
	margin-bottom: 40px;
}

/*==========================================================*/
/* side-top */
#side-top {
	width: 285px;
	float: right;
}
#side-top .pissarro {
	margin-bottom: 20px;
}
#side-top .pissarro img {
	border: 4px #FFF solid;
}
#side-top .deals {
	background: #E7E2D2;
	padding: 8px 12px;
}
#side-top .deals img{
	margin-bottom: 5px;
}

/*==========================================================*/
/* outline */
#outline,#ticket {
	background: #FFF;
	padding: 20px;
	margin: 0px 0px 15px 0px;
}
#outline h2,#ticket h2 {
	margin-bottom: 20px;
}
#outline dl {
	font-size: 125%;
	margin-bottom: 20px;
}
#outline dd {
	margin: -1.5em 0px 0px 6em;
	line-height: 1.8em;
	width: 720px;
}
#outline dl.infomation {
	color: #7F846C;
	font-size: 80%;
}
#outline dl.infomation dd {
	line-height: 1.2em;
	margin-bottom: 5px;
}
#outline img {
	vertical-align: middle;
	margin-right: 10px;
}

/*==========================================================*/
/* ticket */
#ticket table,tr,th,td {
	border-collapse: collapse;
	border: 1px solid #9C8A54;
}
#ticket table {
	width: 100%;
	margin-bottom: 20px;
}
#ticket th {
	background:#E7E2D2;
	color: #9D8B54;
	font-weight: bold;
	text-align: center;
	width: 185px;
	padding: 10px;
}
#ticket td {
	text-align: center;
}
#ticket td span.red {
	font-size: 140%;
	font-weight: bold;
	color: #E05221;
}
#ticket ul {
	margin-bottom: 25px;
}

/*==========================================================*/
/* event */
#event {
	border: solid 7px #EAEAEA;
	background: #FFF;
	padding: 5px;
	margin: 0px 0px 15px 0px;
}
#event iframe{
	border: none;
	width: 875px;
	height: 370px;
}


