@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;
}


/**
 * Main Area
 *
 */
#support_main {
	margin-top: 0;
	margin-right: 0;
	padding-bottom: 18px;
}

#support_main h1 {
	margin: 0 0 10px 0;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}

#support_main h2 {
	height: 37px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#support_main h3 {
	margin: 0 0 12px 0;
}

#support_main h3 img {
	margin-bottom: 0;
}

#support_main h4 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 12px;
}

#support_main p {
	padding-bottom: 1.43em;
}

#support_main img {
	margin-bottom: 1.43em;
}

#support_main .pb0 {
	padding-bottom: 0;
}

#support_main .pb36 {
	padding-bottom: 0.36em;
}

#support_main .pb72 {
	padding-bottom: 0.72em;
}

#support_main .pb143 {
	padding-bottom: 1.43em;
}

#support_main .mb0 {
	margin-bottom: 0;
}

#support_main .mb36 {
	margin-bottom: 0.36em;
}

#support_main .mb72 {
	margin-bottom: 0.72em;
}

#support_main .mb143 {
	margin-bottom: 1.43em;
}

#support_main .b {
	font-weight: bold;
}

#support_main .contents_area {
	margin-left: 10px;
}

/**
 * Full Layout
 *
 */
.col_full
{
	margin-bottom: 15px;
}


/**
 * PageTop
 *
 */
#support_main .lineup_cmn_pgtop {
	padding: 0.5em 0 3.5em 0;
}

#support_main .lineup_cmn_pgtop p {
	width: 100px;
	float: right;
	display: block;
	text-indent: -9999px;
	padding-bottom: 0;
}

#support_main .lineup_cmn_pgtop a {
	width: 100px;
	height: 16px;
	display: block;
	overflow:hidden;
	background:url(../img/cmn_pagetop_001.gif) 20px 0 no-repeat;
}

#support_main .lineup_cmn_pgtop a:hover {
	background:url(../img/cmn_pagetop_001o.gif) 20px 0 no-repeat;
}


/**
 * Notes
 *
 */
#support_main .notes {
	padding: 1em 0 2.15em 0;
}

#support_main .notes p {
	margin: 0;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.4em;
}

#support_main .snote {
	line-height: 1.6em;
	padding-bottom: 0.36em;
}


/**
 * 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;
}


/**
 * Caption
 *
 */
.caption {
	line-height: 1.2em;
	font-size:84%;
}

.minimum {
	font-size:72%;
}


/**
 * Utilities
 *
 */
.r {
	color: #FE0000;
}

.o {
	color: #FF3300;
}

.float_right {
	float: right;
}

.cb {
	line-height:0;
	height:0;
    visibility: hidden;
	clear:both;
}