/*----------------------
共通全体領域設定用CSS
------------------------*/
/* デフォルト値リセット */
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/* aタグ */
a:link {
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}
a:active{
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}

/*----------------------
領域設定
------------------------*/
body {
	margin: 0px;
	padding:0px;
}

/*----------------------
コンテンツ領域設定
------------------------*/
#container{
	width: 800px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #6e6e6e;

}

#container img{
border: 0px;
}
#content{
	width: 788px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #c4c4c4;
	margin-top: 5px;
}





#ccntent_m_mainoffice{
width: 260px;
float: left;
background-image: url(../img/intro_bg.jpg);
height: 338px;
padding: 15px 10px;
background-repeat: no-repeat;
}

#ccntent_m_mainoffice .company_name{
font-size: 25px;
font-weight: bold;

}
#ccntent_m_mainoffice .company_address{
font-size: 18px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
}

#ccntent_m_mainoffice .company_tel{
font-size: 28px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
color: #dd1717

}
#ccntent_m_mainoffice .link_img{
text-align: right;
padding-top: 5px;
margin: 0px;
}


#content_m_menu{
width: 199px;
float: left;
padding-left: 29px;

}


#comtent_m_nice{
float: right;
width: 260px;
background-image: url(../img/intro_bg.jpg);
height: 338px;
padding: 15px 10px;
background-repeat: no-repeat;



}

#comtent_m_nice .company_name{
font-size: 25px;
font-weight: bold;

}


#comtent_m_nice .company_address{
font-size: 18px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
}



#comtent_m_nice .company_tel{
font-size: 28px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
color: #dd1717

}


#comtent_m_nice .link_img{
text-align: right;
padding-top: 5px;
margin: 0px;
}


#content_m_text{
clear: both;
width: 780px;

}


#ccntent_title{
width: 785px;
height: 37px;
background-image: url(../img/title_bg.jpg);
padding: 15px 0px 0px 15px;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
clear: both;
}


#choice_car{
text-align: center;
font-size: 12px;
background-color: #c4c4c4;
margin-top: 10px;
width: 780px;
margin-left: auto;
margin-right: auto;
}

.choice_car_tr{
}
.choice_car_tr td{
background-color: #868686;
padding: 5px;
color: #fff;

}

.choice_car_tr1{
}

.choice_car_tr1 td{
background-color: #fff;
padding: 5px;

}

.choice_car_tr2 {
}

.choice_car_tr2 td{
background-color: #dfdfdf;
padding: 5px;

}



/*----------------------
company領域設定
------------------------*/

#content_company{
	width: 780px;
	padding: 10px;
	margin: 0px;
/*	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;*/

}

/*
#ccntent_company_title{
width: 785px;
height: 37px;
background-image: url(../img/title_bg.jpg);
padding: 15px 0px 0px 15px;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
margin-top: 10px;
clear: both;
}
*/
#content_company .s_title{
font-weight: bold;
height: 23px;
font-size: 16px;
padding: 5px 0px 0px 15px;
background-image: url(../img/s_title_bg.jpg);
}


#content_company .text{
font-size: 14px;
line-height: 18px;
padding: 10px;

}

#content_company img{
}

#content_company .ct{
padding: 10px 0px;
}

/*----------------------
insurance領域設定
------------------------*/

#content_insurance{
	width: 780px;
	padding: 10px;
	margin: 0px;
}

#content_insurance .s_title{
height: 25px;
font-size: 16px;
padding: 3px 0px 0px 15px;
background-image: url(../img/s_title_bg.jpg);
font-weight: bold;

}

#content_insurance .ct{
padding: 10px 0px;
}

#content_insurance .text{
font-size: 14px;
line-height: 18px;
padding: 10px;
}

#content_insurance .greeting{
font-size: 16px;
line-height: 22px;
font-weight: bold;


}

/*----------------------
new領域設定
------------------------*/
#content_new{
font-size: 16px; 
font-weight: bold; 
line-height: 20px;
padding: 15px 10px 15px 10px;

}

#content_new_agency{
font-size: 16px; 
font-weight: bold; 
line-height: 20px;
padding: 0px 10px 10px 10px;
color: #dd1717;
}

#content_new_img{
float: right;
}



#content_new_text{
line-height: 20px;
font-size: 15px;
width: 260px;
padding: 10px 10px 10px 10px;
loat: left;
}

#content_new_text .s_title{

font-size: 18px;
font-weight: bold;
}

/*----------------------
used領域設定
------------------------*/



/*----------------------
repair領域設定
------------------------*/
#content_repair{
padding: 10px;
font-size: 14px;
line-height: 18px;
height: 500px;

}

#content_repair table{
background-color: #868686;
margin-top: 10px;
margin-bottom: 10px;
}

#content_repair table tr{
background-color: #fff

}

#content_repair table td{

padding: 5px;

}

#content_repair_recvcle{
padding: 15px;
font-size: 14px;
line-height: 18px;



}

/*----------------------
repair領域設定
------------------------*/
#content_painting_text{
padding: 10px;
font-size: 14px;
line-height: 18px;

}


.content_painting_ct{
font-size: 14px;
line-height: 18px;
 clear: both;

}
.content_painting_ct img{
 width:400px;
float: left;

}

.content_painting_ct .text{
padding: 15px 10px 10px 0px;
width: 390px;
float: right;

}




/*----------------------
ヘッダ領域設定
------------------------*/
#header {
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
}
/*----------------------
フッタ領域設定
------------------------*/
#footer {
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
}
