/*イベントページのＣＳＳ*/

.event{
	border:#999999 solid 1px;
	
	margin:auto;
    width:550px;
	margin-top:20px;
}

.event p{
margin:5px 5px 5px 5px;
}
.event a{
margin:5px 5px 5px 5px;
color:#523618;
text-decoration:underline;
	}
.event a:hover{
margin:5px 5px 5px 5px;
color:#91602B;
text-decoration:underline;
	}

.event td {
	border:#666666 solid 1px;
}

.eventlistData {
	width : 180px;
	height:25px;
    background-color:#F1EBE0;
}


.eventlistData2 {
	width : 450px;
	height:30px;
}


.facade {
	width : 360px;
}
.facade p {
font-size:10px;
margin-bottom:10px;
}
.facade img {
	margin: 5px 0 5px 5px ;
}

.eventInfo{
width:700px;
height:auto;
margin:auto;
}