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


/* ----- left_menu_format ----- */

#introduction_conteiner {
	width:837px;
	margin:0px auto;
}
.introduction_menu {
	width:837px;
}
.introduction_menu li {
	float:left;
}
#introduction_sub {
	width:765px;
	margin:0px auto;
	padding:28px 35px 20px 35px;
	border: 1px solid #d9d9d9;
}
.introduction_sub_02 {
	width:700px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
}
.introduction_sub_02 h4 {
	font-size:117%;
	line-height:134%;
	font-weight:bold;
	color:#4D4D4D;
	margin:0px 0px 5px 0px;
}

div.event h4 {
    font-size: 125%;
    font-weight: bold;
    background-color: #ebf6f7;
    padding: 5px;
    
}

.activeEvent {
	width:550px;
/*	background:#E6F6F2; */
	padding:10px 0px;
	margin:0px 0px 10px 10px;
/*	border: 1px solid #ccc; */
}
.txt_001 {
	font-size:117%;
	color:#39B1B1;
	margin:0px 0px 10px 0px;
	padding:0px 25px;
}
.txt_002 {
	font-size:100%;
	line-height:150%;
	color:#4D4D4D;
	padding:0px 45px;
	margin:0px;
}

.pastEvent {
	width:550px;
/*	background:#f0f0f0; */
	padding:10px 0px;
	margin:0px 0px 10px 10px;
/*	border: 1px solid #ccc;  */
}
.eventName {
    line-height: 120%;
	font-size:117%;
	color:#404040;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	background-color: #fef4f4;
}
.eventDescription {
	font-size:100%;
	line-height:150%;
	color:#4D4D4D;
	padding:0px 10px 5px 15px;
	margin:0px auto 15px auto;
	background-color: #fef4f4;
}
.txt_005 {
	font-size:100%;
	line-height:150%;
	color:#4D4D4D;
	padding:0px 45px;
	margin:0px;
}
span.eventDate {
    color: #640125;
    font-weight: bold;
}

div.eventDescription dt {
/*    clear: left; */
    float: left;
    width: 5em;
    text-align: right;
    font-size: 100%;
    line-height: 150%;
    color: #333;
    font-weight: bold;
/*    padding: 0 0 10px 0px;
    margin: 0 0 15px 0; */
}
div.eventDescription dd {
        font-size:100%;
        line-height:150%;
        color:#4d4d4d;
/*        padding:0px 0px 0px 0px; */
        margin:0px 0px 0px 5em;
}

div.pastEvent p.eventName {
    background-color: #f3f3f2;
}
div.pastEvent div.eventDescription {
    background-color: #f3f3f2;
}
