@charset "shift_jis";
/* common setting for Daihatsu Website(Japanese) */

/*
 * Initialize and Redefinition
 *
 */
*{
	margin:0;
	padding:0;
	border:0;
}

body{
	text-align:center;
	background:#ffffff;
	color:#515151;
}

/**
 * Full Layout
 *
 */
.col_full
{
	margin-bottom: 15px;
}


/**
 * Caution
 *
 */
.caution {
	color: #FF3300;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	background:url(../img/cmn_explanation_001.gif) 0 5px no-repeat;
	min-height:40px;
	height: auto !important;
	height: 40px;
 }
 
.caution p {
	padding-top: 0.3em;
	margin-left: 45px;
	font-size:84%;
	line-height: 1.4em;
}

.caution a {
	color: #FF3300;
}
