@charset "UTF-8";
/* event list */
#contentArea #society .eventList {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

/* text */
#contentArea #society h1 {
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentArea #society h2 {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentArea #society h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentArea #society h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
#contentArea #society .yearBrown {
	color: #993333;
}

/* title area */
#contentArea #society .ttlArea {
	text-align: center;
	margin-bottom: 15px;
}
#contentArea #society .ttlBluebox {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #000066;
	padding: 10px;
}
#contentArea #society .subTtlBox {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
#contentArea #society .imagePht {
	margin-bottom: 10px;
}

/* image photo area */
#contentArea #society .phtLeftFlow {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: center;
}
#contentArea #society .phtRightFlow {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: center;
}
#contentArea #society .eventReport {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#contentArea #society .phtFrame {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#contentArea 
#society  .section  {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#contentArea #society .section .sectionLeft {
	float: left;
	width: 365px;
	margin-right: 5px;
}
#contentArea #society .section .sectionRight {
	margin-left: 375px;
	width: 365px;
}


#contentArea #society .section ul {
	list-style-type: disc;
	list-style-position: inside;
	display: block;
	margin-left: 25px;
}
#contentArea #society .section dl {
	display: block;
	margin-left: 25px;
	margin-bottom: 10px;
}
#contentArea #society .section dl dt {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contentArea #society .section dl dd {
	padding-left: 5px;
}
#contentArea #society .section ul.discOutside {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 10px;
}

#contentArea #society ol {
	list-style-type: decimal;
	margin-top: 5px;
	list-style-position: outside;
	margin-left: 20px;
}
#contentArea #society .gallery {
	margin-bottom: 15px;
	text-align: right;
}

/* Time Schedule Table */
#contentArea #society table.tableSchedule {
	border-collapse:collapse;
	border-spacing:0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contentArea #society table.tableSchedule th {
	border-collapse:collapse;
	border-spacing:0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: normal;
	white-space: nowrap;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contentArea #society table.tableSchedule td {
	border-collapse:collapse;
	border-spacing:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
