@charset"utf-8";
@import url("common.css");

/* CSS Document */

#main {
}

#main #main2column #colmunLeft #event {
    padding-bottom: 25px;
}

#main #main2column #colmunLeft #event .headSec {
    margin: 0 20px 0 19px;
    padding-bottom: 20px;
    background: url(/img/common/dotted01.gif) repeat-x left bottom;
}

#main #main2column #colmunLeft #event .headSec .upper {
    padding-bottom: 12px;
    background: url(/img/common/dotted01.gif) repeat-x left bottom;
}

#main #main2column #colmunLeft #event .headSec .upper .txt {
    display: inline;
    float: left;
    width: 500px;
}

#main #main2column #colmunLeft #event .headSec .upper .txt .name {
    font-size: 116%;
    font-weight: bold;
}

#main #main2column #colmunLeft #event .headSec .upper .btn {
    display: inline;
    float: right;
}

#main #main2column #colmunLeft #event .headSec h2 {
    padding-top: 20px;
    font-size: 182%;
    font-weight: normal;
    line-height: 1.5;
}

#main #main2column #colmunLeft #event .cont {
    padding: 10px 20px 0 19px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#main #main2column #colmunLeft #event .cont p {
    margin-bottom: 8px;
}

#main #main2column #colmunLeft #event .cont p.last {
    margin: 20px 0 0;
}



#main #main2column #colmunLeft #outline {
    border-bottom: none;
}

