@charset "Shift_JIS";

/*取扱説明書
==================================================================*/

/* background flickr 対応 ----------- */

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

/* manualSec ----------- */

#container.pdfPage .manualSec{
	margin-top:20px;
}


/* dlSec ----------- */

#container.pdfPage .dlSec{
	margin-top:25px;
	padding:25px;
	border:solid 5px #efefef;
	text-align:center;
}

#container.pdfPage a.btnDl{
	width:243px;
	margin:0 auto;
	background:url(../../image/cmn_bg_btn_pdf_dl-top.gif) left top no-repeat;
	display:block;
}
#container.pdfPage a.btnDl_hiace{
	width:250px;
	margin:0 auto;
	background:url(../../image/cmn_bg_btn_pdf_dl-top_02.gif) left top no-repeat;
	display:block;
}


#container.pdfPage a.btnDl:hover{
	background-position:right top;
}
#container.pdfPage a.btnDl_hiace:hover{
	background-position:right top;
}


#container.pdfPage .btnDl .bg{
	width:243px;
	min-height:23px;
	padding-top:30px;
	background:url(../../image/cmn_bg_btn_pdf_dl-btm.gif) left bottom no-repeat;
	text-align:center;
	display:block;
	cursor:pointer;
}
#container.pdfPage .btnDl_hiace .bg{
	width:250px;
	SELECTOR height: 20px;
	height: 65px;
	padding-top:45px;
	/*background:url(../../image/cmn_bg_btn_pdf_dl-btm.gif) left bottom repeat-x;*/
	text-align:center;
	display:block;
	cursor:pointer;
}
html>/**/body #container.pdfPage .btnDl_hiace .bg{
	width:250px;
	SELECTOR height: 20px;
	height: 20px;
	padding-top:45px;
	/*background:url(../../image/cmn_bg_btn_pdf_dl-btm.gif) left bottom repeat-x;*/
	text-align:center;
	display:block;
	cursor:pointer;
}


*html #container.pdfPage .btnDl .bg{
	height:auto !important;
	height:52px;
}

#container.pdfPage a.btnDl .txt{
	display:none;
}
#container.pdfPage a.btnDl_hiace .txt{
	display:none;
}


#container.pdfPage .supSec .cap{
	background-color:f7f7f7;
	border-bottom:1px solid #bfc2c7;
	padding:5px 10px;
	margin-top:30px;
}

#container.pdfPage .supSec .icon{
	width:120px;
	margin-right:5px;
	padding-left:10px;
	float:left;
}

*html #container.pdfPage .supSec .icon{
	width:130px;
}

#container.pdfPage .supSec .txt{
	width:570px;
	margin-top:5px;
	float:left;
}



/* 取扱説明書ダウンロードエリア
--------------------------------------------*/

#pdf_area{
	background:url(/image/pdf/pdf_bg.gif);
	width:610px;
	padding:10px 10px 0 10px;
	margin:0 27px 0 26px;
	overflow:hidden;
	font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
#pdf_area .linkarea{
	clear:both;
	width:570px;
	margin:0 0 10px 0;
	padding:15px 20px 0 20px;
	background:#FFF;
	}

#pdf_area .linkarea .type {
	width:570px;
	_width:550px;
	height:28px;
	border-bottom:1px solid #CCC;
	}
#pdf_area .linkarea .type p.pdf {
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:110%;
	color:#444;
	}
#pdf_area .linkarea .type p.pdf span {
	font-size:75%;
	font-weight:normal;
	margin:0 0 0 5px;
	}
#pdf_area .linkarea .type span.date {
	float:right;
	font-size:80%;
	color:#666;
	padding:0;
	}
#pdf_area .linkarea .dl {
	clear:both;
	width:550px;
	height:50px;
	padding:0 0 0 20px;
	background:url(/image/pdf/arrow.gif) no-repeat 0 center;
	}
#pdf_area .linkarea .dl a {
	color:#444;
	line-height:50px;
	text-decoration:none;
	}
#pdf_area .linkarea .dl a:hover {
	color:#C00;
	}
#pdf_area .linkarea .dl span.mb {
	margin:0 0 0 10px;
	font-size:85%;
	}
#pdf_area .linkarea .dl p.none {
	margin:0;
	line-height:50px;
	}	


