/*ページ全体 
--------------------------------------------- */
*{
    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:30px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-width:1px 0px 1px 0px;
	border-color:#484848;
	border-style:solid;
	background:url("../images/bnr_sub.gif") no-repeat top left;
}

#header img {margin-top:10px; margin-left:10px;}


/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:10px 0px 20px 0px ;
	padding-bottom:55px;
	line-height:1.3em;
	}

#main .box{ margin:20px 30px; }

/* 機種名
--------------------------------------------- */
h2 {
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 15px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	background-color:#666666;
}

h3{
	margin:10px 0;
	padding:0 0 0 15px;
	background:url("/support/images/ico_square_matb.gif") no-repeat;
	font-size:small;
	line-height:1em;
}

table.tbl2 { margin-left:1em; border-collapse:collapse; }
table.tbl2 th{ vertical-align:top; border:1px solid #CCCCCC; padding:5px; background:#E8E1FF;}
table.tbl2 td{ vertical-align:top; border:1px solid #CCCCCC; padding:5px;}
.txt_indent { text-indent:-1em; margin:0; padding:0 0 2px 1em; }

/*テキスト*/
.txt_g{ color:#484848; }
.txt_r{ color:#cc0000; }
.txt_n{ font-weight:normal; }

.clr{ clear:both; }
/*フッター 
--------------------------------------------- */
#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; }
