@charset "utf-8";
@import url("../_works_common.css");

/*---------- 救急医療事業部 日本精神科救急学会 目次 CSS ----------*/

#ContentBody #MainBox .Presentation {
	clear: both;
	margin: 10px 0;
	padding: 5px 10px 10px;
	background-image: url("../../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
	border: 1px solid #63c0ab;
}
#ContentBody #MainBox .Presentation h2 {
	margin: 20px 20px 0;
	padding: 0;
	width: auto;
	color: #033;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	/*letter-spacing: .1em;*/
}
#ContentBody #MainBox .Presentation h3 {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.1;
	color: #399;
}
#ContentBody #MainBox .Presentation p.Presenter {
	margin: 20px 0 0 80px;
	padding: 0;
	color: #555;
}
#ContentBody #MainBox .Presentation p.Presenter .Belong {
	font-size: 84.615%;
}
#ContentBody #MainBox .Presentation p.Gist ,
#ContentBody #MainBox .Presentation p.Material {
	padding: 10px 0 10px 0;
	min-height: 22px;
	_height: 22px;
}
#ContentBody #MainBox .Presentation p.Gist {
	float: left;
	margin: 1em 0 0 250px;
	padding-left: 36px;
	width: 114px;
	font-weight: bold;
	letter-spacing: .1em;
	background-image: url("../../common/images/bell_32.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ContentBody #MainBox .Presentation p.Material {
	margin: 1em 0 0 400px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url("../../common/images/pdf_16x16.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
}

/*---------- 救急医療事業部 日本精神科救急学会 要旨 CSS ----------*/

#ContentBody #MainBox #Gist {
	margin: 20px 0;
	padding: 30px 20px;
	background-image: url("../../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
	border: 1px solid #63c0ab;
}
#ContentBody #MainBox #Gist h2#PresenTitle {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	/*letter-spacing: .1em;*/
}
#ContentBody #MainBox #Gist p.Presenter {
	margin: 30px 0 0 180px;
	padding: 0;
	color: #444;
	white-space: nowrap;
}
#ContentBody #MainBox #Gist p.Presenter .Belong {
	font-size: 84.615%;
}
#ContentBody #MainBox #Gist p.Material {
	margin: 1em 0 0 400px;
	padding: 10px 0 10px 20px;
	min-height: 22px;
	_height: 22px;
	font-weight: bold;
	background-image: url("../../common/images/pdf_16x16.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#ContentBody #MainBox #Gist .Text {
	margin: 0;
	padding: 20px 0;
	border: 0 none;
}
#ContentBody #MainBox #Gist .Text p {
	line-height: 1.8;
	text-indent: 1em;
}


