@charset "utf-8";
/* CSS Document */


#carlistArea {
	width: 760px;
	border: 3px solid #CCCCCC;
	padding: 7px;
}
#carlistArea h2 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

#carlist-table {
	width: 760px;
	margin-top: 10px;
}

div.car-item {
	width: 170px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
}
div.car-item p {
	margin: 0px;
	padding: 0px;
}
div.car-item .car-name {
	font-size: 1em;
	background-image: url(../images/flag.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 3px;
	background-position: 0px 3px;
}
table.car-item-info {
	border-collapse:collapse;
	margin-top: 5px;
}
table.car-item-info th {
	width: 50px;
	border-top: 1px dotted #579292;
	border-bottom: 1px dotted #579292;
}
table.car-item-info td {
	padding-left: 10px;
	border-top: 1px dotted #579292;
	border-bottom: 1px dotted #579292;
	width: 110px;
}

table.car-item-info td.value {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.1em;
} 

/*ライズカードエリア
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#cardArea {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/rise-card-bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	height: 200px;
	width: 780px;
	position: relative;
	left: 0px;
	top: 0px;
}
#cardArea div#car {
	background-image: url(../images/rise-card-car.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 82px;
	width: 215px;
	top: -10px;
	right: 20px;
}

/* Hidding from IE5/mac\*/
*html #cardArea div#car {
	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/rise-card-car.png", sizingMethod="scale");
	width: 215px;
	height: 82px;
	z-index: 99;
	top: -10px;
	right: 20px;
}
#cardArea h2,#cardArea h3 {
	text-indent: -9999px;
}
#cardArea ol {
	list-style-type: none;
	position: absolute;
	left: 200px;
	top: 130px;
}
#cardArea ol li {
	color: #FFFFFF;
}
