/* ここから内容 */

.item
{
	width: 757px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	background-color: #f2f2f2;
}
.item h3
{
	height: 28px;
	padding-left: 1em;
	line-height: 32px;
	overflow: hidden;
	font-size: x-small;
	text-align: left;
	background-image: url(images/new1.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px outset;
}
.item-body
{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.item p
{
	margin-top: 0px;
	margin-bottom: 1em;
}

/* メインメニュー */

table.contents
{
	margin-left: auto;
	margin-right: auto;
	border: 1px outset;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contents th
{
	border-style: none;
	height: 1.2em;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding:0px;
}
#index-company
{
	color: #ff0000;
}
#index-personal
{
	color: #0000ff;
}
#index-inheritance
{
	color: #009900;
}

.contents td
{
	border-width: 2px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
.contents td.on
{
	border-style: outset;
	background-color: #ffffee;
	cursor: pointer;
}
.contents td.off
{
	border-style: ridge;
	background-color:#f2f2f2;
}

.menu-unit
{
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.menu-unit h2
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
	text-align: center;
	text-indent: 18px;
	font-family: sans-serif;
	font-size: 14px;
}
.menu-unit h2 .supple
{
	font-size: 12px;
}
.contents .menu .off .company h2
{
	border-style: inset;
	background-image: url(images/off_red.png);
	color: #ff0000;
}
.contents .menu .on .company h2
{
	border-style: outset;
	background-image: url(images/on_red.png);
	color: #ff6666;
}
.contents .menu .off .personal h2
{
	border-style: inset;
	background-image: url(images/off_blue.png);
	color: #0000ff;
}
.contents .menu .on .personal h2
{
	border-style: outset;
	background-image: url(images/on_blue.png);
	color: #6666ff;
}
.contents .menu .off .inheritance h2
{
	border-style: inset;
	background-image: url(images/off_green.png);
	color: #009900;
}
.contents .menu .on .inheritance h2
{
	border-style: outset;
	background-image: url(images/on_green.png);
	color: #669966;
}
.menu-body
{
	margin: 8px;
	text-align: left;
}

.menu-body .title
{
	font-size: x-small;
	font-weight: bold;
}
.menu-body .ex
{
	margin-left: 0.6em;
}
.menu-body .charge
{
	margin-top: 10px;
}
.menu-body.price
{
	font-size: small;
	font-weight: bold;
}
.menu-body .details
{
	margin-top: 10px;
	text-align: right;
	bottom: 0px;
}
