@charset "utf-8";
/* ===================================================================
CSS information

 file name  : discourse.css
 style info : discourse
=================================================================== */

/*----------------------------------------------------
	discourse
----------------------------------------------------*/
#main h2 {
	width: 590px;
	height: 31px;
	font-size: large;
	font-weight: bold;
	background: url(../common/images/title.gif) no-repeat top left;
	clear: both;
	padding: 8px 0 0 20px;
}
#main p#ready {
	margin-top: 10px;
	border: 1px solid #eee;
	background: #fefefe;
	text-align: center;
	padding: 50px;
}
#main p#stitle {
	font-weight: bold;
	margin-top: 15px;
	padding: 0px;
}
#main #plan {
	width: 610px;
	height: 100%;
	margin: 30px 0 0 0;
	clear: both;
}
#main #plan img {
	float: left;
	margin-right: 15px;
}
#main #plan p {
	padding-top: 5em;
}
#main #display_item {
	width: 610px;
	height: 100%;
	margin: 30px 0 0 0;
	clear: both;
}
#main #display_item_left {
	width: 279px;
	height: 100%;
	float: left;
}
#main #display_item_left h3 {
	width: 254px;
	height: 26px;
	background: url(./images/title_item.gif) no-repeat left top;
	font-weight: bold;
	padding: 8px 0 0 25px;
}
#main #display_item_left ul {
	margin: 5px 0 0 10px
}
#main #display_item_left ul li {
}
#main #display_item_right {
	width: 279px;
	height: 100%;
	float: right;
}
#main #display_item_right h3 {
	width: 254px;
	height: 26px;
	background: url(./images/title_item.gif) no-repeat left top;
	font-weight: bold;
	padding: 8px 0 0 25px;
}
#main #display_item_right ul {
	margin: 5px 0 0 10px
}
#main #display_item_right ul li {
}
#main #plan_image {
	width: 552px;
	height: 352px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
#main table.seminer_table {
	width: 100%;
	margin-top: 15px;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
#main table.seminer_table caption {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	background: url(./images/caption_icon.gif) no-repeat left center;
}
#main table.seminer_table th {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #5a5a5a;
	color: #fff;
}
#main table.seminer_table th.th2 {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #f7f7f8;
	color: #555;
}
#main table.seminer_table td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 5px;
	background: #fff;
	color: #555;
}
#main table.seminer_table td.td2 {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	padding: 5px;
	background: #5a5a5a;
	color: #fff;
}
#main table.seminer_table tr.rest td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #e9e9ea;
	color: #555;
}
#main table.seminer_table th.nowrap {
	white-space: nowrap;
}
#main table.seminer_table th.smaller {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #f7f7f8;
	color: #555;
	font-size: smaller;
}
