@charset "Shift_JIS";

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

	対象ファイル：history.html
	対象箇所　　：コンテンツ枠内

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

#main {
	background: url(../img/history/main.png) no-repeat;
}


/* ---------- history ---------- */

#history {
	margin: 5px;
	line-height: 18px;
}

#history thead th,
#history thead td {
	padding: 5px;
	background: #4B4B4B;
	text-align: center;
	color: #FFF;
}


#history tr.gray {
	background: #F0F0F0;
}

#history th {
	width: 70px;
	padding: 15px;
	vertical-align: top;
}

#history td {
	width: 254px;
	border-left: 1px solid #DCDCDC;
	padding: 15px 15px 0 30px;
	vertical-align: top;
}

#history li {
	margin-bottom: 15px;
	text-indent: -15px;
}

#history img {
	display: block;
	margin: 5px 0 15px;
}

