/* ヘッダタイトル */
div.tl01 {
	  border-top: 2px solid #9C62BC;
	  border-bottom: 1px solid #9C62BC;
	  color: #9C62BC;
}

/* 本文タイトル */
td.pttl01 {
	background:#808080;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	letter-spacing: 0.05em;
	padding-top: 3px;
}

.textj2 { padding-top:5px; }

.textj3,
.textj3o { padding-bottom:3px; }

/* 紫タイトル */
.jttl01 {
	color: #7F70B4;
	font-family:'Century Gothic',Charcoal,Verdana,Arial;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
}

.jttl02 {
	color: #7F70B4;
	font-family:'Century Gothic',Charcoal,Verdana,Arial;
	font-size: 34px;
	font-weight: bold;
}

.jttl03 {
	color: #4F7E37;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.nonb01 {
	background:#666666;
	color: #FFFFFF;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px;
}

div.jo_wk01 {
	border: 1px solid #999999;
	padding: 1.5em;
}


/* テーブル 投稿規程 */
table.jo01{
	margin:0 auto;
	width: 100%;
}

table.jo01 th{
	font-weight: normal;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.jo01 td{
	padding: 0px;
	vertical-align: top;
}

/* テーブル これからの予定 */
table.jo02{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	margin:0 auto;
	width: 90%;
}

table.jo02 th{
	background: #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

table.jo02 td{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}

/* テーブル 目次のヘッダ */
table.jo03{
	margin:0 auto;
	width: 100%;
}

table.jo03 td{
	text-align: center;
	vertical-align: bottom;
	padding: 4px 2px;
}

.jo3_width1 { width: 45%; }
