#content {
	width:700px;
	margin:0 auto;
	line-height:1.5em;
}
#content li {
	list-style:none;
}
#content table {
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:700px;
}
#content th, #content td {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:4px 12px;
}
#content th {
	background:url(/net/img/tableTh.gif) repeat-x;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:2px 8px;
	text-align:center;
}
#content h1 {
	background:url(/net/img/h1_w700.gif) center center no-repeat;
	padding:3px 0 8px 20px;
	font-weight:bold;
	font-size:14px;
	height:25px;
	background-position:left top;
	color:#666;
}
#content .message, #content .error_message {
	color:red;
}

/* 通常コンテンツ */

#contentnav, #contentnav2 {
	text-align:right;
	border-right:1px solid black;
	margin-top:5px;
	margin-bottom:20px;
}
#contentnav li, #contentnav2 li {
	list-style:none;
	display:inline;
	padding:5px;
	border-left:1px solid black;
}
#contentfooternav {
	margin-top:10px;
	margin-bottom:20px;
}
#contentfooternav li {
	padding-top:5px;
}
form div {
	margin-top:10px;
	margin-left:50px;
}
form div.required span {
	color:red;
}
form div label {
	display:block;
	width:100px;
	float:left;
	padding:3px 0;
}
.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}

#wrapper h3#new_system {
	margin-bottom:20px;
	padding:10px;
	text-align:center;
	font-size:20px;
	color:#ff0000;
	border:solid 1px #ff0000;
}