@charset "utf-8";
form#input_form {
	}
	form#input_form span {
		color: #f00;
		background-color: transparent;
		font-weight: bold;
		}
table.item	{
	margin: 0.5em 1em;
	}
	table.item th {
		color: #000;
		background-color: #eee;
		padding: 5px 8px;
		}
	table.item td {
		padding: 4px 8px;
		border-bottom: 1px dashed #000;
		}
div#hform {
	margin: 1em;
	}
dl#form_memu {
	width: 80%;
	}
	dl#form_memu dt {
		font-size: 120%;
		padding-bottom: 5px;
		padding-left: 20px;
		background-image: url("../image/dts1.gif");
		background-position: top left;
		background-repeat: no-repeat;
		font-weight: bold;
		}
	dl#form_memu dd {
		margin-left: 2em;
		margin-bottom: 1em;
		}
dl#access {
	}
	dl#access dt {
		margin-top: 1em;
		}
	dl#access dd {
		margin-left: 1em;
		}
p.chgmes {
	margin-left: 32px;
	}
div.setitemlist {
	margin: 3px 0px 3px 10px;
	font-size: 90%;
	border: 1px dashed #ccc;
	padding: 5px;
	}
	div.setitemlist ul {
		margin-left: 1em;
		}
	div.setitemlist li {
		margin-left: 1em;
		list-style-type: circle;
		}
hr {
	visibility: visible;
	}