@charset "utf-8";

h2 {
}

/*************
   セミナー
*************/

.seminar {
	background-image: url(../images/event/seminar_title.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

.seminar table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 100%;
}

.seminar th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	background-color: #ccffcc;
	width: 35%;
	text-align: left;
}

.seminar td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	width: 65%;
}

/*************
 イベント情報
*************/

.event_info {
	background-image: url(../images/event/event_title.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

.event_info table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 100%;
}

.event_info th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	background-color: #ccffff;
	width: 35%;
	text-align: left;
}

.event_info td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	width: 65%;
}

/*************
 ルネッサンス
*************/

.renaissance {
	background-image: url(../images/event/renaissance_title.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.renaissance p {
	line-height: 20px;
}

.renaissance ul {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 610px;
}

.renaissance li {
	display: inline;
	padding-left: 15px;
}

.renaissance li img {


}

