@charset "utf-8";
/* ===========================================================================

Update:2011/07/05

=========================================================================== */

/*----------------------------------------------------------------------------
 index
----------------------------------------------------------------------------*/
p.ideTxt {
	width:700px;
	margin:0px 25px 0px 25px;
	padding:0px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
	line-height:27px;
}
p.firstTxt {
	margin:30px 25px 0px 25px;
}
p.lastTxt {
	padding:0px 0px 50px 0px;
}


/*----------------------------------------------------------------------------
 summary
----------------------------------------------------------------------------*/
table#sTable {
	width:730px;
	margin:30px 10px 50px 10px;
/*	padding:0px 0px 50px 0px;*/
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	background:#FFFFFF;
	font-size:15px;
}
table#sTable th,
table#sTable td {
	padding:10px 15px 10px 15px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}
table#sTable th {
	width:20%;
	background:#F5F5F5;
	color:#a264a6;
	font-weight:bold;
	vertical-align:text-top;
}
table#sTable td {
	color:#000000;
}

/*----------------------------------------------------------------------------
 history
----------------------------------------------------------------------------*/
dl.hisItem {
	width:730px;
	margin:0px 10px 0px 10px;
	padding:0px 0px 15px 0px;
/*	font-size:18px;
	line-height:27px;*/
}
dl.firstItem {
	margin:30px 10px 0px 10px;
}
dl.hisItem dt,
dl.hisItem dd {
	float:left;
}
dl.hisItem dt {
/*
	width:162px;
	_width:175px;
*/
	width:185px;
	padding:0px 0px 0px 8px;
	border-left:5px solid #a264a6;
	font-size:14px;
	font-weight:bold;
}
dl.hisItem dd {
/*
	width:529px;
	_width:555px;
*/
	width:506px;
	padding:0px 10px 0px 15px;
	border-left:1px solid #000000;
	font-size:15px;
}





