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

.about_jsca_title {
	background-image: url(../images/about_jsca/about_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}
.meeting_title {
	background-image: url(../images/meeting/meeting_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}
.journal_title {
	background-image: url(../images/journal/journal_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}


#cont_area .green_title {
	color: #4A7C0F;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: bold;
}
#cont_area .green_bg_title {
	background-color: #8FCB4B;
	padding: 6px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 20px;
}
#cont_area .green_text_box {
	background-color: #C7E5A5;
	padding: 1em;
}
#cont_area .green_text_box ul li {
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 1em;
}
#cont_area .meeting_dl {
	line-height: 1.7;
	margin-bottom: 20px;
}
#cont_area .meeting_dl dt {
	float: left;
	width: 5em;
	text-align: left;
	margin-bottom: 1em;
	display: block;
	background-image: url(../images/meeting/cologne.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#cont_area .meeting_dl dd {
	padding-left: 5.5em;
	margin-bottom: 1em;
	display: block;
}
#cont_area .journal_list {
	line-height: 1.7;
	margin-bottom: 20px;
}
#cont_area .blue_text {
	color: #09F;
}
#cont_area .green_text {
	color: #64AA39;
}
