/* 全体 */
#main_contents {
	width:760px;
	margin:0px 0px 10px 20px;
	padding:0px;
	font-size:small;
}

/* 見出し */

h2 {
	margin:0px;
	padding:4px 5px 4px 20px;
	min-height:9px;
	height:auto! important;
	height:9px;
	border:1px solid #999999;
	background-image:url('../images/icon_blue_square.gif');
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#dcdcdc;
	font-size:13px;
	font-weight:bold;
	clear:both;
}

h3 {
	font-size:11pt;
	margin:0;
	padding:3px 5px 2px 10px;
	background-color:#666666;
	letter-spacing:0.1em;
	color:#ffffff;
}

h4 {
	font-size:small;
	margin:0 10px 8px 10px;
	clear:both;
	padding:15px 0 2px 5px;
	border-bottom:1px solid #003366;
	}

h4 span {font-weight:normal; padding-left:0.5em;}

/*.ナビゲーションボタン(3列用)
------------------------*/

.navi ul { width:730px; margin:10px 15px; padding:0 0 5px 0; list-style-type:none; zoom:1; overflow:visible; background:url("../images/bar_mndl.gif") no-repeat bottom left;}
.navi ul::after{ display:block; height:0; content:"・"; clear:both; visibility:hidden;}
.navi ul:after{ display:block; height:0; content:"・"; clear:both; visibility:hidden;}

.navi ul li {margin:0; padding:0 7px 0 7px; list-style-type:none; float:left;}

.navi ul li a {display:block; min-height:26px; height:auto!important; height:26px; margin:0; padding:0;}
.navi ul li.n1 a{width:255px; background:url("../images/btn_mndl_01.gif") no-repeat top left;}
.navi ul li.n1 a:hover{width:255px; background:url("../images/btn_mndl_01_o.gif") no-repeat top left;}

.navi ul li.n2 a{width:160px; background:url("../images/btn_mndl_02.gif") no-repeat top left;}
.navi ul li.n2 a:hover{width:160px; background:url("../images/btn_mndl_02_o.gif") no-repeat top left;}

.navi ul li.n3 a{width:145px; background:url("../images/btn_mndl_03.gif") no-repeat top left;}
.navi ul li.n3 a:hover{width:145px; background:url("../images/btn_mndl_03_o.gif") no-repeat top left;}
.navi ul li.n4 {padding-right:0;}
.navi ul li.n4 a{width:110px; background:url("../images/btn_mndl_04.gif") no-repeat top left;}
.navi ul li.n4 a:hover{width:110px; background:url("../images/btn_mndl_04_o.gif") no-repeat top left;}

.navi ul img {border:0;}

/* .説明
------------------------------*/
.box_cmt {margin:0 15px; padding:8px; border:1px dotted #cccccc;}
.box_cmt div {text-indent:-1em; padding-left:1em; line-height:1.2em; margin-bottom:4px;}
.box_cmt div span.gray {color:#555;}

.vrnp{ width:28em; margin:15px 0 0 auto; }
.vrnp02{ width:26em; margin:5px 0 0 auto; }
/* リスト(取扱説明書) */
ul.list_mnl {
	width:760px;
	margin:0px;
	padding:0px;
}
ul.list_mnl li {
	width:360px;
	float:left;
	margin:0px 5px 0px 10px;
	padding:0px;
	list-style-type:none;
}





/*ページトップへ戻る */

.box_ptop {
	width:750px;
	margin:0 0 0 0;
	padding:20px 10px 10px 0;
	text-align:right;
	font-size:x-small;
	clear:both;
}

/* 20081121追加分 */
#main_contents div.box_v {width:760px; margin:10px auto 0 auto; padding:0; zoom:1; overflow:visible;}
#main_contents div.box_v ::after{ display:block; height:0; content:"・"; clear:both; visibility:hidden;}
#main_contents div.box_v :after{ display:block; height:0; content:"・"; clear:both; visibility:hidden;}
#main_contents div.box_v div {width:350px; float:left; padding:0 0 0 18px; margin:0;}
#main_contents div.box_v dl {width:348px; margin:0 0 0 0; padding:0 0 0 0; clear:both; float:left; border-bottom:1px solid #bcddff; border-left:1px solid #bcddff; border-right:1px solid #bcddff;}
#main_contents div.box_v dl dt {width:185px;margin:0 0 0 0; padding:0 0 0 0; float:left;}
#main_contents div.box_v dl dt a {min-height:1em; height:auto!important; height:1em; font-weight:bold; display:block; padding:5px 5px 5px 35px; background:url("/support/aquos/images/ico_open.gif") no-repeat 10px 4px; text-decoration:none;}
#main_contents div.box_v dl dd {width:autopx; margin:0 0 0 0; padding:5px 5px 5px 15px; float:left; border-left:1px dotted #999999;}
#main_contents div.box_v dl.line-top {font-weight:bold; letter-spacing:0.1em; background-color:#dbedff; border:1px solid #bcddff; border-bottom:1px dotted #99ccff;}
#main_contents div.box_v dl.line-top dt {letter-spacing:0.9em; width:145px; background-image:none; padding:5px 5px 5px 35px; }
#main_contents div.box_v dl.gray {background-color:#eff7ff; }
#main_contents div.box_v dl dt a:hover {text-decoration:underline;}
