@charset "Shift_JIS";

/*タイトル*/
#bg_title {
	width: 100%;
	height: 250px;
	background-color: #7F7F7F;
}
#title {
	width: 800px;
	margin: 0px auto; 
}
#title h3 {
	width: 800px;
	height: 250px;
	display: block;
	background-image: url(../images/shop_03.jpg);
	background-repeat: no-repeat;
}

/*ラップ01*/
#mainContents .wrap_01 {
	float: left;
	width: 380px;
	line-height: 180%;
}
#mainContents .wrap_01 p {
	margin: 30px 0px;
	line-height: 200%;
}

/*ラップ02*/
#mainContents .wrap_02 {
	float: right;
	width: 380px;
}

/*右側カテゴリ01*/
.category_01 {
	margin: 30px 0px;
}
.category_01 dl {
	margin: 0px;
	padding: 0px;
}
.category_01 dd {
	margin: -20px 0px 8px 80px;
	padding: 0px;
}
.category_01 dt.img_01 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_07.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_02 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_09.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_03 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_10.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_04 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_11.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_05 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_12.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_06 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_13.gif);
	background-repeat: no-repeat;
}
.category_01 dt.img_07 {
	width: 60px;
	height: 30px;
	background-image: url(../images/shop_14.gif);
	background-repeat: no-repeat;
}

/*右側カテゴリ02*/
.category_02 {
	clear: both;
	margin-bottom: 20px;
}
.category_02 ul {
	margin: 5px 0px;
	padding: 0px;
}
.category_02 li {
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 160%;
}
.category_02 h5.img_01 {
	width: 590px;
	height: 20px;
	display: block;
	background-image: url(../images/repair_08.gif);
	background-repeat: no-repeat;
}
.category_02 h5.img_02 {
	width: 590px;
	height: 20px;
	display: block;
	background-image: url(../images/repair_13.gif);
	background-repeat: no-repeat;
}
.category_02 h5.img_03 {
	width: 590px;
	height: 20px;
	display: block;
	background-image: url(../images/repair_15.gif);
	background-repeat: no-repeat;
}

