@charset "Shift_JIS";
@import url("common.css");
@import url("common_table.css");	/* Commonテーブル設定 */
@import url("common_label.css");	/* Commonラベル設定 */

h2{ color:black; }




/* スタッフページの土台 */
#contents_base{ width:533px; margin:7px 0px 18px 22px; }

/* スタッフリストの土台 */
#list_base{ width:515px; margin:15px 0 5px 0; padding:3px; }

/* 一件分のテーブル */
.list_item{ margin-bottom : 10px; }
.list_item .title_cell{
	font-size : 14px;
	padding : 2px 2px 2px 10px;
}
.list_item .title_cell div.inner{ color:#001199; }

/* 詳細情報の土台セル */
.detail_base_cell{ vertical-align : top; }

/* 詳細情報テーブル */
th.detail{ height : 17px; font-weight:normal; width : 100px; padding : 1px 10px; white-space: nowrap;}
td.detail{ height : 17px; width : 160px; padding : 1px 10px; }

.event_description{ vertical-align : top; padding : 8px 4px 4px 10px;}

/* 画像セル */
.image_cell{ width:200px; height:150px; }
