@import "../../css/common.css";

h2#h2-01 {
    margin: 0;
    background: url(../images/h2_event02.png) top left no-repeat;
}
h2#h2-02 {
    margin: 0;
    background: url(../images/h2_event_history.png) top left no-repeat;
}
h2#h2-03 {
    margin: 0;
    clear: both;
    background: url(../images/h2_event_tv.png) top left no-repeat;
}

div#contents dl {
    margin: 10px 20px;
}

div#contents dl dt {
    margin: 20px 0 0;
    color: #000;
}

div#contents dl dd {
    border: solid #ddd;
    border-width: 0 0 1px 0;
}

div#contents p.center {
    text-align: center;
    margin: 20px 0 0;
}

div#contents02 {
    width: 770px;
    color: #666;
    font-size: 1.2em;
    line-height: 2.0;
    overflow: hidden;
}
	div#contents02 p {
		margin: 10px 20px;
	}
	div#contents02 ul {
		margin: 20px 40px;
	}
		div#contents02 ul li {
			list-style: disc inside;
		}
		div#contents02 ul li.disc-n {
			list-style: none;
			color: #FF0000;
			line-height: 1.6;
		}
	div.contact-box {
		margin: 0 auto 20px;
		border: 1px solid #333;
		width: 728px;
		overflow: hidden;
		background: #EEEEEE;
	}
		div#contents02 div.contact-box p {
			margin: 0;
			font-weight: bold;
			font-size: 1.3em;
			width: 300px;
			float: left;
			text-align: center;
			line-height: 50px;
		}
		div.contact-box dl {
			float: left;
			width: 428px;
			overflow: hidden;
			height: 50px;
		}
			div.contact-box dl dt {
				width: 80px;
				float: left;
			}
			div.contact-box dl dd {
				width: 348px;
				float: left;
			}
	div#contents02 ul#photo-box {
		margin: 0 auto 30px;
		width: 740px;
		overflow: hidden;
	}
		div#contents02 ul#photo-box li {
			margin: 0 8px;
			width: 230px;
			list-style: none;
			float: left;
			display: inline;
			line-height: normal;
		}
			div#contents02 ul#photo-box li dd {
				text-align: center;
				font-weight: bold;
			}

ul#event-history {
    margin: 20px;
}

