/******************************************************************************/
/* 適用階層：top > cop > summary                                              */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* 改版履歴  (細かい記述は不要。いつ誰が何を行ったかを記述)                   */
/* 2007.01.14 HCM)Sato    初版作成                                            */
/*                                                                            */
/******************************************************************************/

/*********************************************/
/*---- 継承スタイル定義                  ----*/
/*********************************************/
@import "page.css";
@import "subpage.css";
@import "cop.css";

/*********************************************/
/*---- 個別スタイル定義                  ----*/
/*********************************************/
/*---- テーブル ----*/
#sub_contents table {
	border-top: 1px solid #999999;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 100%;
	display: block;
	background: url(images/bg_summary.jpg) no-repeat right bottom;
}
/*---- テーブルキャプション ----*/
#sub_contents caption {
	text-align: left;
	padding: 0px 0px 10px 9999px;
	font-size: 90%;
	line-height: 150%;
}
/*---- テーブルヘッダ ----*/
#sub_contents th {
	width: 100px;
	text-align: left;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 5px 5px 5px 17px;
	font-size: 80%;
	line-height: 150%;
	background: #EEEEEE url(images/pt6.gif) no-repeat 5px 11px;
	font-weight: normal;
	vertical-align: text-top;
	border-left: 1px solid #999999;
}
/*---- テーブルデータ ----*/
#sub_contents td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
	font-size: 80%;
	line-height: 150%;
	border-right: 1px solid #999999;
	width: 400px;
}
/*---- セル内のリスト ----*/
#sub_contents ul {
	margin: 0px;
	padding: 0px;
}
#sub_contents ul li {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-size: 100%;
	list-style: none;
}
