@charset "utf-8";

/* Table Of Contents
----------------------------------------

# gNav
# content
# clearfix

----------------------------------------*/


/* # gNav
---------------------------------------------------------------------------- */
/*
div#gNav dl dd ul li#gNavSeminar a img {
	visibility: hidden;
}
*/


/* # content
---------------------------------------------------------------------------- */

div#content div.section p {
	margin-bottom: 10px;
}

div#content div.section div#title p {
	margin-bottom: 20px;
}

/*
div#content div.section div#title p.mainTitle {
	background: url(../img/bg_h.gif) no-repeat left top;
	height: 60px;
	font-size: 160%;
	font-weight: bold;
}

div#content div.section div#title p.mainTitle span {
	padding: 15px 20px;
	display: block;
}
*/

div#content div.section div#title p.mainTitle {
	background: url(../img/bg_h.gif) no-repeat left top;
    font-size: 160%;
    font-weight: bold;
    height: 60px;
    width: 710px;
	display:block;
}

div#content div.section div#title p.mainTitle span {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
	height:60px;
}

/* IE 6 */
* html #title p.mainTitle span {
   display:inline;
   zoom:1;
}

/* IE 7 */
*:first-child+html #title p.mainTitle span {
	display:inline;
	zoom:1;
}

div#content div.section div#title p.subtTtle {
	color: #2e3c98;
	margin-bottom: 0;
	font-weight: bold;
}

div#content div.section h2 {
	margin-bottom: 10px;
}
div#content div.section h2.free {
	background: url(../img/bg_mh.gif) no-repeat left top;
	height: 40px;
	font-weight: bold;
}
div#content div.section h2.free span {
	padding: 12px 20px;
	display: block;
}

.section table {
	border: 1px solid #dde0df;
	margin: 0 auto 24px;
	width: 100%;
}

.section table th,
.section table td {
	border: 1px solid #dde0df;
	padding: 6px 6px 4px;
}

.section table th {
	background-color: #e5e7f5;
        color: #333333;
	font-weight: bold;
	width: 8em;
}

.section table td ul {
	width: 560px;
}
.section table td ul li {
	list-style: outside disc;
	margin-left: 1.5em;
}

div#content div.section table td p {
	margin-bottom: 10px;
}
div#content div.section table td p.name {
	margin-bottom: 0;
}

.section table.profile th {
	background: none;
	padding: 0;
}

div#content div.section p.button {
	border: 0px solid #dde0df;
	margin: 30px 0;
	padding: 10px;
	text-align: center;
}

.ss_txtRedbigB {
    color: #FF0000;
    font-size: 160%;
    font-weight: bold;
    line-height: 130%;
    margin: 30px;
    text-align: center;
}

/* # sidebar
---------------------------------------------------------------------------- */
/*
div.seminar div#sidebar div.section ul.lNavList li {
	padding: 7px 10px 8px 30px;
	text-indent: -20px;
}

div.seminar div#sidebar div.section ul.lNavList li.listLast {
	padding: 7px 10px 5px 30px;
	text-indent: -20px;
}
*/


/* # clearfix
---------------------------------------------------------------------------- */
