a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
p {
	line-height: 24px;
	margin-bottom: 30px;
}
hr {
border: none;
border-top: 1px #d8d8d8 solid;
margin-bottom: 40px;
}

#43_main {
	background: #fff;
	padding: 0;
}

h1 {
	width: 100%;
	height: 210px;
}
h2 {
	border: none;
	padding: 0;
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 30px;
}
h4 {
	color: #b08000;
	font-size:16px;
	margin-bottom: 5px;
}

/*----画像----*/
.img {
	margin-bottom: 40px;
}
.img.L {
	text-align:left;
}
.img.R {
	text-align:right;
}
.img.C {
	text-align:center;
}

/*----関連商品----*/
.item {
	position: relative;
	width: 620px;
	height: 270px;
}
.item_box {
	width: 100%;
	height: 220px;
	background: #fff9e9;
	border: 1px dashed #b4b4b4;
	border-top: 0;
box-sizing: border-box;
}
.item_title {
	left: 0;
	top: 0;
	background: url(../images/section2_title.gif) no-repeat center center;
	width: 100%;
	height: 30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.item_img {
	position: absolute;
	left: 20px;
	top: 50px;
	background: url(../images/section2_img.jpg) no-repeat center center;
	width: 260px;
	height: 180px;
text-indent: 260px;
white-space: nowrap;
overflow: hidden;
}
.item_cap {
	position: absolute;
	left: 300px;
	top: 50px;
	background: url(../images/section2_cap.gif) no-repeat center center;
	width: 297px;
	height: 45px;
text-indent: 297px;
white-space: nowrap;
overflow: hidden;
}

/*----問い合わせ----*/
.contact {
	position: relative;
	width: 620px;
	height: 160px;
}
.contact_box {
	width: 100%;
	height: 120px;
	background: #f3f3f3;
	border-top: 0;
}
.contact_title {
	left: 0;
	top: 0;
	background: url(../images/section3_title.gif) no-repeat center center;
	width: 100%;
	height: 46px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.contact_no {
	position: absolute;
	left: 30px;
	top: 80px;
	background: url(../images/section3_tel.png) no-repeat center center;
	width: 247px;
	height: 49px;
text-indent: 247px;
white-space: nowrap;
overflow: hidden;
}


/*----ボタン----*/
.item_btn1 {
	position: absolute;
	left: 300px;
	top: 105px;
	width: 302px;
	height: 62px;
	background: #fff;
}
.item_btn1 a {
	display: block;
	background: url("../images/section2_btn1.png") no-repeat;
	width: 302px;
	height: 62px;
text-indent: 302px;
white-space: nowrap;
overflow: hidden;
}
.item_btn2 {
	position: absolute;
	left: 300px;
	top: 170px;
	width: 302px;
	height: 62px;
	background: #fff;
}
.item_btn2 a {
	display: block;
	background: url("../images/section2_btn2.png") no-repeat;
	width: 302px;
	height: 62px;
text-indent: 302px;
white-space: nowrap;
overflow: hidden;
}
.contact_btn {
	position: absolute;
	left: 300px;
	top: 70px;
	width: 302px;
	height: 72px;
	background: #fff;
}
.contact_btn a {
	display: block;
	background: url("../images/section3_btn1.png") no-repeat;
	width: 302px;
	height: 72px;
text-indent: 302px;
white-space: nowrap;
overflow: hidden;
}
.item_btn1 a:hover,
.item_btn2 a:hover,
.contact_btn a:hover  {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration:none;
}


/*----リンク----*/
#section02 {
	width: 630px;
}
ul.section02_link {
	margin-bottom: 40px;
}
ul.section02_link li {
	display: inline-block;
	margin: 0px;
}

/*----サイド-メニュー----*/
#sub{
	position: relative;
}
.menu{
	position: absolute;
	top:0;
}
.menu li {
	margin-bottom: 10px;
}
