/*ページ全体 
--------------------------------------------- */
*{
    margin:0 0 0 0;
    padding:0 0 0 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:#000099;}
a:visited {text-decoration:underline;
	color:#660099;}
a:active {text-decoration:none;
	color:#FF6633;}
a:hover{text-decoration:underline;
	color:#FF6633;}

/*ヘッダー
--------------------------------------------- */
#header {
	width:100%;
	height:36px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:1px solid #999999;
}


/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:0 0 45px 0;
	padding:0 0 10px 0;
	}



/* 質問文 */

#box_q {
	min-height:25px;
	height:auto! important;
	height:25px;
	margin:10px 10px 10px 20px;
	padding:5px 0 0 30px;
	background:url(/support/av/dvd/images/q_btn.gif) no-repeat;
}

#box_q h2 {
	font-size:small;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	

#box_a {
	width:88%;
	height:auto;
	margin:10px 10px 10px 20px;
	padding:5px 0 0 30px;
	background:url(/support/av/dvd/images/a_btn.gif) no-repeat;
}


#box_a h3 {
	font-size:small;
	margin:15px 0 0 0;
	padding:0 0 10px 18px;
	clear:both;
	background:url("/support/av/dvd/images/ico_square_n.gif") no-repeat 0 1px;
}

/* 共通 
-------------------------*/

/* インデント(1文字) */

.txt_indent {
	display:block;
	text-indent:-1em;
	padding-left:1em;
	}
	
.txt_indent02 {
	display:block;
	text-indent:-1.9em;
	padding-left:2em;
	}

.txt_gray {
	color:#484848;
	}

div.txt_indent ul{ margin:0; padding:0 0 0 0; list-style-type:none; }
div.txt_indent ul li { margin:0; padding:0 0 0 1.0em; text-indent:-1.5em; 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:#dcdcdc;
	vertical-align:bottom;
	height:20px;
	}

.img_foot {
	height:14px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
}

.bg_foot{
	/*border-bottom:1px solid #797979;*/
	height:1px;
	background-color:#9999cc;
}

/* トップに戻る*/
.return_top {
	padding:10px 0;
	width:95%;
	display:block;
	text-align:right;
	}

.return_top img {
	border:none;
	padding-right:5px;
	}

/* 「・」のリスト */
ul.cmt {margin:0 0 0 0;	padding:0 0 0 0;}
ul.cmt li {min-height:1em;	height:auto! important;	height:1em;	margin:0 0 0 0;	padding:0 0 0.4em 1em;	list-style-type:none;	background:url("/support/av/dvd/images/dot_black.gif") no-repeat 0 0.4em;}

/* AQUOS　TOPページへ */
.link_txt { float:right; padding:11px 20px 0 0; }
.link_txt a { padding:0 5px 0 15px; background:url('/support/images/arrow_link.gif') no-repeat 2px 4px; }
#header a { color: #000099; }
#header a:visited { color: #660099; }
#header a:active { color: #FF6633; }
#header a:hover { color: #FF6633; }