/*ページ全体 
--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
    height:100%;
	}

#contents{
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #contents {
    height: auto;
}

td {
	line-height:1.4em;
}

td.line-high {
	line-height:2em;

}


ol {
	margin:5px 0 5px 3em;
	}
	
ul {
	margin:5px 0 5px 3em;
	}

/* リンク 
--------------------------------------------- */
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;}


/*ヘッダー
--------------------------------------------- */

.toparea {
	width:100%;
	height:28px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/img_bg_top.jpg) no-repeat;
	display:block;
	border-width:2px 0 0 0;
	border-style:solid;
	border-color:#6962f6;
}


/*タイトル
--------------------------------------------- */

h1 {
	border-top:1px solid #9999ff;
	width:100%;
	color:#ffffff;
	font-size:0px;
	text-align:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


h2 {
	width:94%;
	border-bottom:2px dotted #dbdbff;
	font-size:11pt;
	font-weight:normal;
	margin:10px 0 10px 2%;
	padding:0 0 5px 1%;
	text-align:left;
	letter-spacing:0.1em;
	display:block;
	font-weight:bold;
	line-height:1em;
}

/*シャープ独自用語*/

h2 span.original{
	width:84px;
	height:15px;
	padding:0 0 0 15px;
}


/*本文
--------------------------------------------- */

.maintxt {
	line-height:1.6em;
	margin:10px 0px 20px 0px;
	padding-bottom:55px;
	padding-left:5%;
	width:90%;
	}

.maintxt ol {
	list-style-type:decimal;
}
.maintxt ul {
	list-style-type:disk;
}

.boxans {
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;}

.boxans th {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;}

.boxans td {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:3px;}


.boxans td.gray {
	background-color:#dcdcdc;}

.boxans td.green{
	background-color:#bee0ce;}

.nbdr {
	border:0px;
}

.nbdr td {
	border:0px;
	padding:2px;
}

td.ttl {
	padding-top:5px;
	padding-bottom:5px;
}

/* 関連リンク */

#synonym {
	padding:20px 0;
	width:100%;
	text-align:right;
}

#synonym table {
	float:right;
	}

#synonym th {
	padding:3px 3px 3px 20px;
	vertical-align:top;
	text-align:light;
	font-weight:normal;
	background:url("/support/images/arrow-s.gif") no-repeat 0 5px;
	}

#synonym td {
	padding:3px;
	vertical-align:top;
	text-align:left;
	}

#synonym td ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
#synonym td ul li {
	margin:0 0 0 0;
	padding:0 0 3px 0;
	list-style-type:none;
}

/*フッター 
--------------------------------------------- */
#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:#6962f6;
	vertical-align:bottom;
	height:20px;
	cleaar:both;
	}



.img_foot {
	width:100%;
	height:9px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
	vertical-align:bottom;
}



/*回答のタイトル行
--------------------------------------------- */



/* 文字色 */
.txt_gray {
	color:#484848;
	}


/* インデント行 */

.txt_indent {
	display:block;
	text-indent:-1em;
	padding-left:1em;
	}

/* 文字極小 */

.txt_small {
	font-size:x-small;
	padding:0 2px;
}
