/* 中段まとめ */

table.main-container
{
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* 左スペース */

.left-space
{
	width: 250px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.left-space .bunner
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.left-space .directory
{
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: xx-small;
}
.left-space .directory a
{
	white-space: nowrap;
}

/* ここから内容 */

.content
{
	width: 530px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	position: relative;
}

.item
{
	width: 520px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 2em;
}
.item h2
{
	height: 40px;
	line-height: 40px;
	padding-left: 32px;
	padding-right: 8px;
	background-image: url(images/line2.png);
	background-repeat: repeat-y;
	font-size: 18px;
	font-family: sans-serif;
	color: #66bb00;
}
.item h2 .supple
{
	color: #777777;
	font-size: 14px;
	font-weight: normal;
}
.item-body
{
	margin-left: 10px;
	margin-right: 10px;
	width: 500px;
}
.item-body p
{
	font-size: x-small;
	margin-top: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1em;
}

.item table
{
	width: 100%;
	margin-bottom: 0.5em;
}
.item table.original-width
{
	width: auto;
}

table.table1
{
	background-color: white;
	color: #777777;
	text-align: center;
	font-size: x-small;
}
table.table1, table.table1 th, table.table1 td
{
	border-width: 2px;
	border-style: ridge;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
}
table.table1 th
{
	background-color: #f4fcff;
	font-weight: normal;
	white-space: nowrap;
}
table.table1 thead th
{
	background-color: #eeffbb;
}

table .value
{
	font-size: small;
	white-space: nowrap;
	text-align: center;
}
table span.value
{
	white-space: nowrap;
	text-align: inherit;
}
table .value-s
{
	font-size: x-small;
	white-space: nowrap;
	text-align: center;
}
table .value-num
{
	font-size: small;
	white-space: nowrap;
	text-align: right;
}
table .text
{
	text-align: left;
}
table .form
{
	text-align: left;
}
.item-body table p
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0px;
	margin-right: 0px;
}

/* フォーム */
form
{
	margin-top: 10px;
}
