@charset "UTF-8";

#left-content #natBox{
	width:665px;
    background:#fff url(/common/images/top/box_bg.gif) repeat-y;
}
div.eventBox{
    margin: 0 25px;
}
p.eventRead{
    font-size: 0.9em;
    margin: 5px 0 0 3px;
}
div.eventBoxIn{
    margin-top: 30px;
    padding: 10px;
    position: relative;
    border: #999 dashed 1px;
}
div.eventBoxIn img.newIcon{
    position: absolute;
    top: -13px;
    left: 0;
}
div.eventBoxIn div{
    text-align: left;
}
div.eventBoxIn h4{
    margin-bottom: 8px;
    padding-bottom: 3px;
    font-size: 1.5em;
    border-bottom: #333 solid 1px;
}
div.eventBoxIn div p,
div.eventBoxIn div ul{
}
div.eventBoxIn div li{
    margin-bottom: 0.4em;
}
div.eventBoxIn div p{
    margin-top: 0.5em;
}
div.eventBoxIn div ul img{
    margin-right: 3px;
    vertical-align: middle;
}
div.eventBoxIn img.eventPhoto{
    margin-left: 10px;
    float: right;
}
p.toTop {
    margin-top: 8px;
    font-size: 0.8em;
    text-align: right;
}