@charset "utf-8";





/*
*
*
*	cruiser Module
*
*	+cruiser
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	cruiser

/////////////////////////////////////////////////////////////*/
div#cruiser{
    padding: 0 10px 0 10px;
	min-height:450px;
}
div#cruiser div.cruiser_type{
	background-image: url(../images/hr_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

div#cruiser h4{
	color: #325A90;
	width: 492px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C6DCFB;
	padding-bottom: 2px;
	background: url(../images/type.gif) no-repeat 0px 35%;
	padding-left: 48px;
}
div#cruiser h5{
	color: #325A90;
	width: 492px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	background: url(../images/price.gif) no-repeat 0px 30%;
	padding-left: 48px;
}
div#cruiser .cruiser_img{
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
div#cruiser .cruiser_img img{
	margin-right: 2px;

}
div#cruiser table.table01{
	width: 100%;
	border-collapse:collapse;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 80%;
}
div#cruiser table.table01 th{
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 16%;
}
div#cruiser table.table01 td{
	border: 1px solid #FFFFFF;
	background-color: #FCFCFC;
	text-align: center;
	padding: 5px;
}
div#cruiser table.table02{
	width: 100%;
	border-collapse:collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}
div#cruiser table.table02 th{
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 16%;
}
div#cruiser table.table02 td{
	border: 1px solid #FFFFFF;
	background-color: #FCFCFC;
	padding: 5px;
	width: 84%;
	
}
div#cruiser .kome{
	font-size: 75%;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

