/*ページ全体 
--------------------------------------------- */
*{
    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:35px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-width:1px 0px 1px 0px;
	border-color:#484848;
	border-style:solid;
}

/* 機種名
--------------------------------------------- */
h2 {
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 15px;
	text-align:left;
	color:#eee;
	font-size:small;
	font-weight:normal;
	background-color:#043c78;
}

h3{
	margin:0 0 5px 0;
	padding:4px 2px 4px 15px;
	background-image:url('../images/ico_square_b.gif');
	background-repeat:no-repeat;
	background-position:left 30%;
	font-size:small;
	font-weight:bold;
}




/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:10px 0px 20px 0px ;
	padding-bottom:55px;
	}

/*ボックス*/
#main .box{ margin:10px 15px 0 15px; }

/*リスト*/
#main table.tbl_list{
	width:500px;
	margin:0;
	padding:0;
	border-top:1px solid #aaa;
	border-left:1px solid #ccc;
}

#main table.tbl_list td{
	margin:0;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#main table.tbl_list td.hd{
	border-bottom:1px solid #aaa;
	background-color:#D6D6F5;
	text-align:center;
	font-weight:bold;
	color:#2d2d2d;
}

#main table.tbl_list td.icon{
	padding:5px 0px 5px 5px;
	border-right:0px;
}

#main table.tbl_list td.file{
	width:100px;
	white-space:nowrap;
}

#main table.tbl_list td.size{
	white-space:nowrap;
}

#main table.tbl_list td.note{
	line-height:1.2em;
}

#main table.tbl_list ul.cmt3{
	padding:5px 10px 0px 0px;
	line-height:1.2em;
	list-style:none;
}

#main table.tbl_list ul.cmt3 li{
	padding:0;
	border:none;
	list-style-type:none;
}

#main table.tbl_list .up{
	color:#484848;
}

.useqtion{
	margin-top:2em;
	padding:10px;
	width:400px;
	line-height:1.2em;
	border:1px solid #bbbbbb;
	
}
.img_useqtion{
	margin-top:5px;
	margin-left:1em;
}

ul.dot{ margin-top:5px; list-style-type:none; }
ul.dot li{ margin:0; padding:0 0 6px 1em; background:url("../../images/dot_black.gif") no-repeat 0em 0.6em; zoom:1; }



/* ダウンロード */
#main table.tbl_dwl{ width:480px; border-collapse:collapse; line-height:1.2; margin-left:1em;}
#main table.tbl_dwl td{ padding:3px 5px 8px 5px; vertical-align:top;}
#main table.tbl_dwl td.file_02 { padding:13px 5px 8px 22px;  background:url("/support/icc_purios/images/ico_pdf.gif") no-repeat 0 10px;}
#main table.tbl_dwl td.file_03 { padding:3px 5px 15px 35px;  background:url("../../images/arrow_link.gif") no-repeat 22px 7px;}

#main table.tbl_dwl td span.size_02 {color:#666666; white-space:nowrap; padding-left:0.5em;}

#main table.tbl_dwl td span.renew {color:#666666; white-space:nowrap; padding-left:0.5em;}

h4{
	margin:10px 0 5px 0;
	padding:4px 2px 4px 5px;
	font-size:small;
	font-weight:normal;
}

/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:40px;
}

.print {
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	border-style:solid;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
	background-color:#dcdcdc;
	vertical-align:bottom;
	height:20px;
	}

.img_foot {
	width:100%;
	height:9px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
	vertical-align:bottom;
}

.center{ text-align:center; }
.left{ text-align:left; }
.right{ text-align:right; }
.txt_s{font-size:10px;}


