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

/*---------- シンポジウム 13 CSS ----------*/

#ContentBody #MainBox p#SubIndex { /* H:20px */
	margin: 10px 0 0;
	padding: 5px 0 0;
	height: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 1.1;
	/* letter-spacing: .1em; */
	color: #999;
	background: url("../../common/images/bg_page_menu.png") no-repeat 0 0;
}
#ContentBody #MainBox p#SubIndex a {
	text-decoration: none;
}

#ContentBody #MainBox h2.MainTitle {
	display: none;
}
#ContentBody #MainBox .ImageAlt dd {
	font-weight: bold;
	color: #000;
}
#ContentBody #MainBox .OutLine {
	margin: 0;
	color: #900;
	background: transparent;
	border: 0 none;
}
#ContentBody #MainBox .OutLine p {
	margin: 0;
}
#ContentBody #MainBox .Program dl .Bdr {
	padding-top: 1.5em;
}
#ContentBody #MainBox .Program h5 {
	padding-left: 1em;
	text-indent: -1em;
}
#ContentBody #MainBox .Program h5 .SubText {
	font-size: 90%;
	font-weight: normal;
}
#ContentBody #MainBox .Program p {
	padding-left: 1em;
	font-size: 85.47%;
}
#ContentBody #MainBox .Program p strong {
	font-size: 117%;
}
#ContentBody #MainBox #Entry {
	margin: 20px 0 0;
	text-align: center;
	background: #fff;
	border: 1px solid #900;
	color: #000;
}
#ContentBody #MainBox #Entry h3 {
	margin-top: 0;
	background: #900;
}
#ContentBody #MainBox #Entry h4 {
	margin: .5em 40px;
	color: #900;
	font-size: 18px;
	letter-spacing: .1em;
}
#ContentBody #MainBox #Entry p {
	margin: 0 40px;
	padding: 0 0 20px;
}
#ContentBody #MainBox #Entry p.Long {
	text-align: left;
}

#ContentBody #MainBox .Entry {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: #fff;
	border: 5px double #06c;
}
#ContentBody #MainBox .Entry p {
	margin: 10px 0;
}
#ContentBody #MainBox .Entry p.Attention {
	font-size: 14px;
	font-weight: bold;
	color: #06c;
}
#ContentBody #MainBox #Entry p#Link {
}
#ContentBody #MainBox .Entry p.Link a ,
#ContentBody #MainBox #Entry p#Link a {
	display: block;
	margin: 0 auto;
	padding: 13px 0 0;
	width: 300px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1;
	text-decoration: none;
	color: #f30;
	background-image: url("./images/btn01.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ContentBody #MainBox .Entry p.Link a:hover ,
#ContentBody #MainBox #Entry p#Link a:hover {
	background-position: 0 -50px;
}


#ContentBody #MainBox table#PDFTbl {
	width: 100%;
}
#ContentBody #MainBox table#PDFTbl td {
	text-align: center;
	font-size: 12px;
}
#ContentBody #MainBox table#PDFTbl td a {
	text-decoration: none;
}
#ContentBody #MainBox table#PDFTbl td a img {
	border: 1px solid #ccc;
}
#ContentBody #MainBox table#PDFTbl td a:hover img {
	border-color: #6cf;
}

