	<h2 class="global" style="height:20px;">システム情報</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;">システム名称</th>
		<td>
			{write:SYSTEM_NAME}
		</td>
	</tr>
	</tbody>
	</table>
	<br />

	<h2 class="global" style="height:20px;">管理者ログイン設定</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;">管理者ログインID</th>
		<td>
			{write:SYSTEM_ADMIN_LOGIN_ID}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">管理者ログインパスワード</th>
		<td>
			{write:SYSTEM_ADMIN_LOGIN_PASSWORD}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">管理者表示名</th>
		<td>
			{write:SYSTEM_MAIL_FROM_NAME}
		</td>
	</tr>
	</tbody>
	</table><br />

	<h2 class="global" style="height:20px;">メール送信設定</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;" nowrap>送信方法</th>
		<td>{write:SYSTEM_MAIL_SEND_METHOD}</td>
	</tr>
	<tr>
		<th style="width:16em;">システムメール送信者<br />メールアドレス</th>
		<td>
			{write:SYSTEM_MAIL_FROM_ADDRESS}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">システムメール返信先<br />メールアドレス</th>
		<td>
			{write:SYSTEM_MAIL_REPLY_ADDRESS}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">システムメール戻り先<br />メールアドレス</th>
		<td>
			{write:SYSTEM_MAIL_RETURN_ADDRESS}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">システムメール通知先<br />メールアドレス</th>
		<td>
			{write:SYSTEM_MAIL_REPORT_TO_ADDRESSES[0]}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">メール送信オプション</th>
		<td>
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[sendmail_path]}<br />
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[pear_path]}<br />
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[smtp_host]}<br />
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[smtp_port]}<br />
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[smtp_auth]}<br />
			{write:SYSTEM_MAIL_SEND_METHOD_OPTIONS[smtp_auth_user]}<br />
		</td>
	</tr>
	</tbody>
	</table><br />

	<h2 class="global" style="height:20px;">分散サーバー設定</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;">spiderフォルダ<br />マウントルートパス</th>
		<td>
			{write:SYSTEM_MOUNT_ROOT_SPIDER}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">公開フォルダ<br />マウントルートパス</th>
		<td>
			{write:SYSTEM_MOUNT_ROOT_PUBLIC}
		</td>
	</tr>
	</tbody>
	</table>
	