@charset "utf-8";
#left h2{
	margin-bottom: 30px;

}
.left_box {
	margin-bottom: 30px;
	padding-left: 5px;
}
.left_box h3 {
	padding-left: 20px;
}
.left_box h4 {
	margin-bottom: 15px;
}


.left_box ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
}
.left_box li {
	margin-bottom: 20px;
}
.left_box .dot {
	width: 576px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #09C;
	border-left-color: #09C;
	padding-right: 14px;
	padding-left: 14px;
}
.left_box .yajirusi {
	margin-left: 250px;
	margin-top: 10px;
}
.left_box table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.left_box table tr {


}
.left_box table th {
	background-color: #6D5B53;
	border: 1px solid #CCC;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_box table td {
	border: 1px solid #CCC;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}





.service_inner ul  {
	list-style-type: none;
	padding-left: 20px;
}
.service_inner li  {
	background-image: url(../../common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 2.2em;
}
.service_inner li a {
	color: #666;
	text-decoration: none;
}
.service_inner li a:hover {
	color: #666;
	text-decoration: underline;
}
#service01  {
	width: 585px;
	background-image: url(../images/back_blue.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#service01 .service_inner  {
	background-color: #FFF;
	border: 1px dashed #09C;
	padding-top: 7px;
	padding-bottom: 7px;
}
#service02  {
	width: 585px;
	background-image: url(../images/back_orange.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#service02 .service_inner  {
	background-color: #FFF;
	border: 1px dashed #F60;
	padding-top: 7px;
	padding-bottom: 7px;
}
#service03  {
	width: 585px;
	background-image: url(../images/back_green.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#service03 .service_inner  {
	background-color: #FFF;
	border: 1px dashed #090;
	padding-top: 7px;
	padding-bottom: 7px;
}
