@charset "utf-8";
/* CSS Document */

.header {
	margin-left:auto;
	margin-right:auto;
}

.header h1 {
	background-color: #808080;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:14px;
	padding: 3px 0px 3px 0px;
	margin:0px;
}

.headerImg {
	float: left;
	width: 760px;
	height: 150px;
	background-image: url(../../images/bg_seminar.jpg);
	background-repeat:no-repeat;
	background-position:center
}

.headerImg2 {
	float: left;
	width: 760px;
	height: 150px;
}

.headerTitle {
	width: 237px;
	position: absolute;
	top: 150px;
	left: 610px;
	z-index: 2;
}

#content {
	float:left;
	width:760px;
	margin:0px auto 0px auto;
}

.clear {
	clear: both;
	margin:0px;
}

#rightBox {
	width: 650px;
	height: 500px; /* あとで削除する */
	text-align: left;
	margin: 5px auto 0px auto;
	font-size: 12px;
	text-align: left;
}

#subTitle {
	clear: both;
	float: left;
	width: 650px;
	height: 25px;
	background-image:url(../../images/sub_menu_4.gif);
	margin:21px auto 10px auto;
	background-repeat:no-repeat;
	background-position:center
}

#titleMenu {
	float: left;
	width: 300px;
	padding: 5px 0px 0px 10px;
	text-align: left;
	font-weight:700;
	font-size:14px;
	color: #2A3F00;
}

.main-text {
	clear: both;
	text-align:left;
	font-size:12px;
	line-height:130%;
	padding: 10px 10px 0px 25px;
}

.main-text2 {
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding: 10px 10px 0px 10px;
}

.main-text2-1 {
	text-align:left;
	font-size:12px;
	width: 420px;
	line-height:150%;
	padding: 10px 10px 0px 10px;
}

table#table-01 {
	width: 650px;
	margin: 5px auto 5px auto;
	text-align: left; /* テキストの左揃え */
	font-size:12px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
}

table#table-01 th {
    padding: 5px 5px 5px 7px;
    border: #c6c6c6 solid;
    border-width: 0 0 1px 1px;
	text-align:center;
	line-height:130%;
    background: #F5F5F5;
    white-space: nowrap; 
}

table#table-01 td {
    padding: 8px 5px 12px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	line-height:130%;
    white-space: nowrap;
}

.tb-text {
	float: left;
	width: 530px;
	line-height: 140%;
}

