/*----------------------------------------------------------------------
自動車整備振興会の紹介
----------------------------------------------------------------------*/
.int_title {
	clear: both;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6ac028;
	padding: 4px 0 2px 5px;
	margin-top: 10px;

}


.int_sub_title {
 clear: both;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 3px solid #222222;
	padding: 8px 0 1px 5px;
	margin-bottom: 4px;

}


.int_top {
	text-align: left;
	padding: 8px 10px 8px 10px;
	font-size: 80%;
	line-height: 180%;
	background-color: #dedede;
	margin: 10px 0;

}

.int_txt_top {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 5px 0 1px 5px;

}

.int_txt {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 1px 0 1px 5px;

}

.int_txt span {
	font-weight: bold;
	color: #FF0000;

}

.int_txt a {
	text-decoration: underline;
	color: #222222;

}

.int_txt a:hover {
	text-decoration: none;
	color: #777777;

}

.int_txt img {
	vertical-align: text-top;

}


.int_btn {
	text-align: left;
	padding: 8px 0 0 5px;

}

.int_btn a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.int_attention {
	text-align: left;
	font-size: 75%;
	padding: 2px 0 1px 5px;

}


/*
企業概要
---------------------------------------------------*/
.o_table {
	border-top: 1px solid #cccccc;
	width: 610px;
	text-align: left;
	margin: 10px 0;
}

.o_table .o_title {
	border-right: 3px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	width: 140px;
	background-color: #f8f8f8;

}

.o_table .o_detail {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 8px;
	font-size: 75%;
	line-height: 170%;

}

.o_table .o_detail span {
	font-weight: bold;

}


.o_table .o_detail a {
	text-decoration: underline;
	color: #222222;

}

.o_table .o_detail a:hover {
	text-decoration: none;
	color: #777777;

}

.o_table .o_detail2 {
	border-bottom: 1px solid #cccccc;
	border-right: 1px  solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 8px;
	font-size: 75%;
	line-height: 170%;
	width: 110px;

}

.o_table img {
	vertical-align: text-top;

}

.o_sub_table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 440px;
	text-align: left;
	margin: 2px 0 5px 0;
}

.o_sub_table td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 90%;
	width: 110px;

}

.o_sub_table td.price {
	border-right: 1px solid #cccccc;
	border-bottom: none;
	text-align: right;
	padding: 6px 3px 3px 0;
	font-size: 75%;
	width: 110px;

}

.o_sub_table td.price2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	padding: 6px 25px 3px 0;
	font-size: 90%;
	width: 85px;

}



/*
マップエリア
---------------------------------------------------*/
#map {
	border: 1px solid #cccccc;
	margin: 10px 0;
	font-size: 80%;


}
























