/*ページ全体 
--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:small;
    height:100%;
	}

#contents{
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #contents {
    height: auto;
}

/* リンク 
--------------------------------------------- */
a:link {text-decoration:underline;
	color:#0000ff;}
a:hover{text-decoration:underline;
	color:#ff590b;}
a:visited {text-decoration:underline;
	color:#0000ff;}
a:active {text-decoration:none;
	color:#00008b;}

/*ヘッダー
--------------------------------------------- */
#header {
	width:100%;
	height:38px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:8px solid #3B2CCD;
	border-bottom:1px solid #484848;
	line-height: 35px;
	font-size: 16px;
}
.prodTtl {
	float: left;
	padding-left: 10px;
	font-weight: bold;
}
.linkTxt {
	float: right;
	padding: 0 20px 0 0;
}
.linkTxt a {
	padding: 0 5px 0 15px;
	background: url('/support/images/ico_link.gif') no-repeat 0 50%;
	font-size: 0.9em;
}

/* 機種名
--------------------------------------------- */
h2 {
	margin:0px 0px 10px 0px;
	padding:2px 0px 2px 15px;
	text-align:left;
	color:#484848;
	font-size:small;
	font-weight:bold;
	background-color:#dcdcdc;
}

h3{ margin:0; padding:0;font-size:small; }

/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:10px 0px 20px 0px ;
	padding-bottom:59px;
	line-height:1.4em;
	}

#main .box{
	margin-left:15px;
}
ul.dot_list{ margin:0; padding:0 0 0 30px; list-style-type:disc; }
ul.dot_list li{ padding-top:3px; padding-bottom:7px; line-height:1.2 }


.tbl_info{ margin:5px 0 20px 0; border-collapse:collapse; }
.tbl_info th{ padding:5px; border:1px solid #cccccc; background-color:#eeeeee; }
.tbl_info th.w01{ width:1em; }
.tbl_info th.w02{ width:2.5em; }
.tbl_info th.w03{ width:21em; }
.tbl_info th.w04{ width:2.5em; }
.tbl_info th.w05{ width:px; }
.tbl_info th.w06{ width:2.5em; }
.tbl_info td{ padding:5px; border:1px solid #cccccc; }
.tbl_info td.no{ text-align:center; }
/*フッター 
--------------------------------------------- */

/*フッター 
--------------------------------------------- */
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	border-top:1px solid #ccc;
}
.img_foot {
	width: 100%;
	height: 9px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}

.print {
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
	height:20px;
	border-bottom:3px solid #3B2CCD;
	}

.bg_foot{
	height:1px;
	border-top:1px solid #484848;
}




