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

h3 {
background:none;
margin:0;
padding:0;
}

.item {
width:700px;
padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px dotted #26ACF2;
}

.item dl.event {
float:left;
width:460px;
padding-left:30px;
margin-bottom:20px;
background:url(../img/common/h3_pointer.gif) 0 0 repeat-y;
}
.item dl.event dt, .item dl.event dd { width:460px; }
.item dl.event dt {
font-weight:bold;
font-size:20px;
line-height:1.2em;
margin-bottom:8px;
}

.item .news {
float:left;
width:460px;
padding-left:30px;
margin-bottom:20px;
background:url(../img/common/h3_pointer.gif) 0 0 repeat-y;
font-weight:bold;
font-size:20px;
line-height:1.2em;
}

.item .info {
float:left;
width:460px;
margin-left:30px;
}

.item .info dl {
clear:both;
width:460px;
padding:5px 0;
border-bottom:1px dotted #CCC;
}
.item .info dl dt {
float:left;
width:50px;
padding:2px;
margin-right:10px;
color:#FFF;
text-align:center;
background-color:#26ACF2;
}
.item .info dl dd {
float:left;
width:390px;
padding:2px 0;
}

.item .images {
float:right;
width:160px;
padding:10px;
background:url(../img/school/bg_itemImg.gif) 0 0 no-repeat;
text-align:center;
line-height:1em;
display:inline-block;
}
.item .images img {
margin-bottom:10px;
width:160px;
}
