div.bg3{
	width:100%;
	height:100%;
	background:url("../img/bg3.png");
}
html>body #bg3{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/bg3.png);
}
* html div.bg3{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg3.png',sizingMethod='scale');
	background:none;
}

div.img7{
	width:550px;
	height:20px;
	background:url("../img/img_07.png");
}
html>body #img7{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/img_07.png);
}
* html div.img7{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_07.png',sizingMethod='scale');
	background:none;
}

div.img8{
	width:550px;
	height:100%;
	background:url("../img/img_08.png");
	repeat;
}
html>body #img8{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/img_08.png);
}
* html div.img8{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_08.png',sizingMethod='scale');
	background:none;
}

div.img9{
	width:550px;
	height:14px;
	background:url("../img/img_09.png");
}
html>body #img9{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/img_08.png);
}
* html div.img9{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_09.png',sizingMethod='scale');
	background:none;
}

div.img10{
	width:180px;
	height:52px;
	background:url("../img/img_10.png");
	float:left;
}
html>body #img10{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/img_10.png);
}
* html div.img10{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_10.png',sizingMethod='scale');
	background:none;
}

div.img11{
	width:20px;
	height:20px;
	background:url("../img/img_11.png");
	background-repeat : no-repeat;
}
html>body #img11{/* IE6以外に適用 IE7も含む */
	background-image:url(../img/img_11.png);
}
* html div.img11{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_11.png',sizingMethod='scale');
	background:none;
}


div.onoff{
	width:180px;
	height:52px;
	background:url("../img/off.png");
	float:left;
}
html>body .onoff{/* IE6以外に適用 IE7も含む */
	background-image:url("../img/onoff.png");
}
* html div.onoff{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/off.png',sizingMethod='scale');
	background:none;
}


div.onoff:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

div p.tab{
	font-size:12px;
	padding-top:2px;
}

img, div { behavior: url("/js/iepngfix/iepngfix.htc") }

div p.tab{
	font-size:12px;
	padding:2px;
}

.img-kage {
	margin: 0px 0px 0px 5px;
	background: url(影画像を置いたURL) right bottom;
	float: left;
}

.img-waku {
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	background: #FFFFF0;
	border: 1px solid #999999;
}

div.close{
	width:60px;
	height:24px;
	background:url("../img/img_12.png");
	float:right;
	margin-top:18px;
}
html>body .close{/* IE6以外に適用 IE7も含む */
	background-image:url("../img/close.png");
}
* html div.close{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/img_12.png',sizingMethod='scale');
	background:none;
}


div.close:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
