.main_td table#shinryo td { text-align: center; }
.main_td table#stuff { border-collapse: collapse; }
.main_td table#stuff td { padding: 3px 0; }
.main_td div.stuff_container {
	float: left;
	margin: 5px 3px;
}
.main_td div.name {
	margin-bottom: 0;
	width: 130px;
	height: 40px;
	background-color: #dddddd;
	border: 1px solid #999999;
	text-align: center;
	overflow: none;
	line-height: 1em;
	padding-top: 5px;
}
.main_td div.name_cont { margin-left: -10px; }
.main_td div.name a {
	font-weight: bold;
	padding-left: 1em;
	background: url(/shared/img/arrow_1.gif) no-repeat;
	color: black;
	text-decoration: underline;
}
.main_td div.name a:active { color: black; }
.main_td div.name a:hover { color: red; }
.main_td div.name p {
	font-size: 80%;
	margin-top: 1px;
}
.main_td div.data {
	padding-left: 10px;
	padding-top: 3px;
	margin-top: 0;
	border: 1px solid #999999;
	border-top: none;
	width: 120px;
	height: 100px;
	overflow: none;
}
.main_td div.data p {
	margin-top: 0px;
	font-size: 80%;
	line-height: 1.3em;
}
.main_td div.data p.yakushoku { font-size: 90%; }
.main_td table#staff { border-collapse: collapse; }
.main_td table#staff td { padding: 3px 0; }
.main_td div.staff_container {
	float: left;
	margin: 5px 3px;
}
.main_td table#shinryo {
	width:100%;
	table-layout:fixed;
	font-size:90%;
	vertical-align: middle;
	border:1px solid #896144;
	border-collapse: collapse;
}
.main_td table#shinryo th{
	border:1px solid #896144;
	text-align:center;
	font-size:85%;
	background: #ebe0c4;
}

.main_td table#shinryo td{
	border:1px solid #896144;
	vertical-align: middle;
	font-size:85%;
	height:2em;
}
.main_td table#shinryo td.name{
	text-align:left;
	font-weight:bold;
	border:1px solid #896144;
	font-size:100%;
	padding-left:10px;
	background:#ebe0c4;
}
.main_td h2{
	margin-top:2em;
}
.main_td h3{
	background: #896144;
	color:white;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}


