/*
	(オート)中古車販売サイト

	スタイルシート：印刷用（全体用）
	作成：J.Kamiyama

*/

/***全体***/

div#wrapper { /* bodyタグ以下を囲む */
    width: 775px;
}

div#classBan
{
	margin:-10px 0 0 0;
	padding:2px 0 2px 0;
}

div.pagetop {
	display:none;
}

/*index.htm*/
div#stockInfoBox
{
    border:1px solid #ccc;
    width:591px;
}

div#ReadAutoHtml
{
    width:571px;
	padding:10px;
}

/*list*/

table.datalist
{
	width:97%;
	font-size:80%;
}

/*Details*/
table.spec
{
	width:230px;
	margin-right:8px;
	margin-left:0;
	float:right;
	font-size:80%;
	border-collapse:separate;
	background:#fff;
}

.d_contact
{
	float:right;
	margin-right:9px;
}

/*印刷用詳細*/
div#printHead
{
	height:0;
}

.cmdPrint
{
	display:none;
}

div#printfoot
{
	border-top:1px solid #003399;
}

@media print{
	.without {
		display:none;
	}
}
