/* event */

body {
color:#FFFFFF;
}

#event_contents {
width:930px;
margin:20px 0 0 0;
float:left;
}

#event_contents h2 {
background-color:#333333;
padding:0;
margin:0 0 15px 0;
}

.plan {
display: block !important;
display: inline-block;
overflow:auto;
width:900px; 
padding-bottom:5px;
margin-bottom:20px;
}

.plan p  {
line-height:1.8;
padding:0;
margin:0;
}

.plan h3 {
padding:0;
margin:0 0 5px 0;
font-size:110%;}

.plan a:link { color: #B9A959; }
.plan a:visited { color: #B9A959; }
.plan a:hover { color: #669eb9; }
.plan a:active { color:#669eb9; }


.thumb {
float: left;
margin: 0 20px 0 0;
}

.description {
width:680px;
overflow: hidden;
margin:5px 0 0 0;
position: relative;
}

.description dl {
margin-top:15px;
border-bottom:1px dotted #333333;
}
.description dt {
float:left;
width:150px;
padding:8px 0;
border-top:1px dotted #333333;
}

.description dd {
margin-left:150px;
padding:8px 0;
border-top:1px dotted #333333;
zoom: 1;
}



