/*ページ全体 
--------------------------------------------- */
*{
    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:20px 0 10px 10px; padding:3px 0 4px 0; font-size:small; background-image:none; display:block; border-bottom:1px #cccccc solid; width:630px;}




/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:10px 0px 20px 0px ;
	padding-bottom:55px;
	}

/*ボックス*/
#main div.model{ margin:20px 0 10px 0; padding:3px 0 2px 30px; }
#main table.model{ margin:5px 0 0 15px; border-collapse:collapse; }
#main table.model th{ padding:5px; vertical-align:top; border:1px solid #cccccc; font-weight:normal; text-align:left; }
#main table.model td{ padding:5px; vertical-align:top; border:1px solid #cccccc; font-weight:bold; }
#main table.model p{ text-indent:-0.65em; margin:0; padding:0 0 0 0.65em; }
#main div.box{ margin:10px 15px 0 15px; }
#main div.box .box_in{ padding-left:15px; padding-top:30px; }
#main div.box table {margin:5px 0 10px 15px; padding:0 0 0 0; border-top:1px solid #999999; border-right:1px solid #999999; width:90%;}
#main div.box table th {padding:3px 0; border-bottom:1px solid #999999; border-left:1px solid #999999; background-color:#dcdcdc;}
#main div.box table td {padding:5px 5px; border-bottom:1px solid #999999; border-left:1px solid #999999;}
#main div.box table td.cell_mdl { width:10em; background-color:#eeeeee; border-left:1px solid #999999;}
#main div.box table td.cell_ser { width:8em; }
#main div.box table td.cell_size {text-align:right;}
#main div.box table td.cell_std {text-align:center;}
#main div.date { width:98%; margin-top:10px; text-align:right; }
#main div.txt_indent{ margin:20px;text-indent:-1em; padding-left:1em; }
#main div.txt_indent2{ text-indent:-1em; padding-left:1em; margin:5px 0 5px 5.5em; }
#main div.txt_indent3{ margin:20px;text-indent:-2em; padding-left:2em; }
#main p.txt_indent{ text-indent:-1em; padding-left:1em; }
#main p.txt_indent2{ text-indent:-1em; padding-left:1em; margin:3px 0 0 20px; }
#main div.fe1{ margin:0 0 0 9.5em; padding:0 0 0 10px; background:url('/support/images/arrow_link.gif') no-repeat 0 3px; }
#main .txt_b{ color:#0000ff; font-weight:normal; }
#main .txt_r{color:#CC0000;}
#main .txt_fwn{ font-weight:normal;}
#main .txt_g{color:#555555;}

/* フッター 
--------------------------------------------- */
#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;}

.attention{ margin:10px 20px 15px 20px;}
