@charset "UTF-8";
/* CSS Document */


div#leftBOX{
	float:left;
	width:316px;
	padding-right: 15px;
}

div#rightBOX{
	float:right;
	width:419px;
}

div#btn{
	margin: 10px 0px 3px 0;
}


p.caption{
font-size:10px;
text-align:right;}
.img_left {
	float: left;
}

p.caption2{
	font-size:10px;
	text-align:left;
}

.img_left {
	float: left;
}



div#veeBOX{
border-top: #999999 solid 1px;
padding-top:20px;
margin-top:20px;}

h2 {
	font-size: large;
	font-weight: bold;
	display: block;
	border-bottom-style: double;
	border-bottom-color: #915202;
	margin-right: auto;
	color: #5E2F00;
	border-bottom-width: 3px;
	margin-bottom: auto;
	width: 700px;
}

.event_box {
	font-size: small;
	line-height: 1.5em;
	margin-top: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.event_box table {
	width: 80%;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #000;
}
.event_box table th {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #D6D1C7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.event_box table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.bottomline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.event_box table td img {
	border: 1px solid #999;
}
