@charset "UTF-8";
.errstr{
	color: #ff0000;
	font-size: 12px;
	text-align: left;
}
.setumei{
	font-size: 12px;
}
.user_title{
	width: 500px;
	background-color: #032572;
	padding: 10px 0 10px 0;
	margin: 20px auto;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.pg_contents{
	width: 600px;
	float: left;
	text-align: center;
}
.pg_contents .textarea{
	margin: 30px auto;
	padding: 5px 5px 5px 5px;
	width: 440px;
	border:1px solid #cccccc;
	font-size: 16px;
	text-align: left;
	line-height: 150%;
}
table.selecttable{
	width: 445px;
	margin: 20px auto;
}
	table.selecttable td{
		padding: 0 0 20px;
		font-size: 16px;
		vertical-align: top;
	}
	table.selecttable td.listtxt{
		padding: 0 10px 0 0;
		width: 210px;
		text-align: left;
		font-weight: bold;
	}
	table.selecttable td.tdbtn{
		width: 200px;
		text-align: center;
	}
	table.selecttable td.tdbtn a{
		display: bloc;
	}

table.inputtable{
	width: 450px;
	margin: 20px auto;
}
	table.inputtable td{
		padding: 5px 0 5px 10px;
		font-size: 14px;
	}
	table.inputtable td.listtxt{
		width: 150px;
		text-align: left;
		font-weight: bold;
		background-color: #c3d9ff;
	}
	table.inputtable td.tdbtn{
		width: 250px;
		text-align: left;
	}

.submitbtn{
	text-align: center;
}

/*演題登録*/
.pg_contents_endai{
	width: 600px;
	float: left;
	text-align: left;
}

/*ユーザー管理*/
.user_kanri{
	width: 600px;
	text-align: center;
}
	.user_kanri table{
		margin: auto;
		width: 570px;
		border-top:1px solid #000000;
		border-left:1px solid #000000;
	}
	.user_kanri th{
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
	}
	.user_kanri td{
		padding: 4px 0 4px 0;
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
	}
	.user_kanri td.title{
		text-align: center;
		background-color: #aaaaaa;
		font-size: 12px;
		font-weight: botd;
	}
	.user_kanri td.listdata{
		padding-left: 5px;
		text-align: left;
	}
