@charset "Shift_JIS";

/* 人物一覧用 */

#detail_box_inner_list {
	width:100%;
	height:100%;
	overflow:hidden;
}

#person_list_table {
	width:565px;
	border-collapse:collapse;
}
*:first-child+html #person_list_table {	/* IE7対応 */
	width:544px;
}
* html #person_list_table {	/* IE6対応 */
	width:565px;
}

/* 詳細一覧用 */

#list_table {
	width:747px;
	border-collapse:collapse;
}
*:first-child+html #list_table {	/* IE7対応 */
	width:724px;
}
* html #list_table {	/* IE6対応 */
	width:747px;
}

/* 一覧用テーブル */

#list_table tbody, #person_list_table tbody {
	background:#FFFFFF; 
}

#list_table th, #person_list_table th {
	height:15px;
	margin:1px 0 0 1px;
	padding:2px 0 1px 4px;
	background-color: #FFFFFF;
	border-right: #033669 1px solid;
	border-bottom: #033669 1px solid;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-overflow:ellipsis;
}

#list_table td, #person_list_table td {
	margin:1px 0 0 1px;
	padding:2px 0 1px 4px;
	background-color: #F0F8FF;
	border-right: #BDE0FF 1px solid;
	border-bottom: #8EC4FB 1px dotted;
	vertical-align:top;
}

#list_table tr.dk td, #person_list_table tr.dk td {
	background:#D6EBFF;
}

#list_table td.cell_ss	{
	background:#EFEFEF;
}

#person_list_table td.cell_label_left	{
	width:auto;
	border-bottom: #D6D6D6 1px solid;
}

#person_list_table tr.cell_label td {
	background:#E3E3E3;
}

#person_list_table td.cell_label_right {
	width:auto;
	border-bottom: #D6D6D6 1px solid;
	text-align:right;
}

/* 各セルの幅設定 */

.cell_ss {width:45px; }
.cell_s  {width:65px; }
.cell_m  {width:75px; }
.cell_mm {width:130px;}
.cell_l  {width:150px;}
.cell_e  {width:107px; }

.cell_auto {width:auto;}

.cell_b0  {width:525px;} /* s,s,m      */
.cell_b1  {width:505px;} /* s,m,m      */
.cell_b2  {width:440px;} /* s,s,m,m    */
.cell_b3  {width:355px;} /* s,m,m,l    */
.cell_b4  {width:460px;} /* s,m,mm ; s,s,s,m ; ss,s,m,m */
.cell_b5  {width:415px;} /* ss*2,s,m,m */
.cell_b6  {width:370px;} /* ss*3,s,m,m */
.cell_b7  {width:325px;} /* ss*4,s,m,m */
.cell_b8  {width:280px;} /* ss*5,s,m,m */
.cell_b9  {width:235px;} /* ss*6,s,m,m */
.cell_b10 {width:190px;} /* ss*7,s,m,m */
.cell_b11 {width:145px;} /* ss*8,s,m,m */
.cell_b12 {width:100px;} /* ss*9,s,m,m */
.cell_b13 {width:55px;} /* ss*10,s,m,m */

/* 文字サイズ、装飾 */

.size1 {
	font-size : 12px;
}

.size2 {
	font-size : 12px;
	font-weight: bold;
}

.size3 {
	font-size : 11px;
}

.size4 {
	font-size : 10px;
	color : #919191;
}

.size5 {
	font-size : 10px;
}

