/***********************************************/
/* style.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 1em;
	text-align: center;
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Helvetica", san-serif
}
body div {
	text-align: left;
}
body img {
	border: 0;
	vertical-align: middle;
}

ul,ol,li,dl,dt,dd {
	color: #000000;
}

/********** title **********/

#header1 {
	width: 900px;
	height: 65px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 0px 10px;
/*	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;*/
        background-color:#333333;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #C41230;
}
#header2 {
	width: auto;
	height: 20px;
	display: block;
	float:left;
/*	padding-top: 12px;*/
        margin-top:21px;
}
#header2 h1 {
	font-size: 100%;
	font-weight: bold; 	
	color: #ffffff;
/*	padding-top: 8px;*/
}
#header2 h1 a {
	text-decoration: none;
	color:#ffffff;
}
#header2 h1 a:hover {
	text-decoration: none;
	color:#ffffff;
}
#header3 {
	width: auto;
	height: 20px;
	display: block;
	float:right;
	margin-top: 19px;
}
#header3 ul li {
	display: inline;
	list-style: none;
	padding-left: 1px;
}
#header3 ul li.print {
	display: inline;
	float: left;
	clear: left;
	background-color: #333333;
}
#header3 ul li.print a {
	padding: 4px 8px 2px 27px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	background-color: #333333;
	background-image: url(../images/print_icon1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#header3 ul li.print a:hover {
	padding: 4px 8px 2px 27px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	background-color: #CCCCCC;
	background-image: url(../images/print_icon2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#header3 ul li.t-p {
	height: 12px;
	padding-top: 2px;
	padding-left: 14px;
	padding-right: 3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	vertical-align: middle;
	zoom: 1;
}


/********** container **********/

#container {
	width: 900px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/********** bclist **********/

ul.bclist {
	float: right;
	text-align: right;
}
ul.bclist li {
	padding-left: 1px;
	padding-right: 1px;
	display: inline;
	list-style: none;
	font-size: 0.75em;
	font-weight: normal;
	/*color: #000099;*/
}
ul.bclist li a {

	font-weight: normal;
	text-decoration: none;
	color: #000099;
}
ul.bclist li a:hover {
	font-weight: normal;
	/*line-height: 100%;*/
	text-decoration: underline;
	color: #000099;
}

/* for print */
p.nav_print {
	display: none;
}

/********** menu **********/

#menu {
	width: 195px;
	height: auto;
	float: left;
	display: block;
	margin: 0;
	font-weight: normal;
}
div.menu-w {
	height: 20px;
	font-size: 10px;
	background-color: #ffffff;
}
ul.menu {
	text-align: left;
	list-style: none;
	color: #000000;
}
ul.menu li{
	margin-bottom: 1px;
	font-size: 95%;
	line-height: 20px;
	border-top: 1px solid #999999;
	border-left: 2px solid #999999;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background-color: #eeeeee;
	background-image: url(../images/menu-blockcolor.gif);
	background-repeat: no-repeat;
}
ul.menu li a {
	padding: 8px 10px 9px 10px;
	display: block;
	text-decoration: none;
	color: #000000;
}
ul.menu li a:hover {
	padding: 9px 9px 8px 11px;
	text-decoration: none;
	background-color: #dddddd;
	background-image: url(../images/menu-blockcoloron.gif);
	background-repeat: no-repeat;
}
p.menu {
	padding: 15px 0 10px 0;
	text-align: right;
	color:#000099;
	font-size: 75%;
	line-height: 100%;
	border-top: solid 2px #ffffff;
}
p.menu img {
	vertical-align: 20%;
}
p.menu a {
	text-decoration: none;
	color: #000099;
}
p.menu a:hover { 
	text-decoration: underline;
	color: #000099;
}

/********** main **********/

#main {
	width: 650px;
	margin-left: 30px;
	padding: 0px;
	float: right;
	background-color: #ffffff;
}
#main a { 
	text-decoration: none;
	color: #000099;
}
#main a:hover { 
	text-decoration: underline;
	color: #000099;
}
#main img {
	vertical-align: middle;
}

/********** main.h **********/
h1.l0 {
	margin-top: 20px;
	margin-bottom: 18px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	clear: both;
	color:#000000;
	font-size: 110%;
	font-weight: bold; 
	border-bottom: 1px solid #999999;
	border-left: 10px solid #000099;
}
h1.l0 img{
	margin-bottom: 3px;
}
h1.l1 {
	margin-bottom: 18px;
	padding-top: 20px;
	padding-bottom: 5px;
	clear: both;
	color:#000000;
	font-size: 110%;
	font-weight: bold; 
	border-bottom: solid 2px #aaaaaa;
}
h2.l2 {
	margin-bottom: 18px;
	padding-top: 20px;
	padding-bottom: 3px;
	clear: both;
	color:#000000;
	font-size: 105%;
	font-weight: bold; 
	border-bottom: solid 1px #aaaaaa;
}

h2.l2 a:hover{
	text-decoration:none;
}

/* h2_l3追加スタイル 1/27 */

h2.l3 {
/*	margin-bottom: 18px;
	padding-top: 20px;
	padding-bottom: 3px;*/
	padding-top: 20px;
	clear: both;
	color:#000000;
	font-size: 105%;
	font-weight: bold; 
}

h2.l3 a:hover{
	text-decoration:none;
}


.box_1{
	border-top: solid 1px #aaaaaa;
	margin-top:3px;
	margin-left:0px;
	margin-right:0px;
}

/* h2追加スタイル 1/27 */




/********** main.p **********/

p.main {
	margin-top: 7px;
	margin-bottom: 6px;
	color:#000000;
	font-size: 95%;
	font-weight: normal;
	line-height: 130%;
}
p.space {
	height: 5px;
}

/********** table **********/
table {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 90%;
	line-height: 125%;
}
th {
	width: auto;
	padding: 3px 4px 3px 4px;
	border: 1px solid #000000;
	background-color: #eeeeee;
}
td {
	padding: 3px 4px 3px 4px;
	border: 1px solid #000000;
}

/********** list ***********/

ul.toc {
        margin-left: 10px;
	list-style: none;
	font-size: 95%;
}
ul.toc li.tocl1 {
	margin-top: 8px;
	margin-bottom: 3px;
        padding-left: 5px;
	font-weight: bold; 	
	line-height: 145%;
}

ul.toc li.tocl1_title {
	margin-top: 8px;
	margin-bottom: 3px;
        margin-left: -10px;      
        padding-left: 15px;  
	font-weight: bold; 	
	line-height: 145%;
/*        background: url('../images/p_arrow+.gif') no-repeat 0% 50%;*/
}

ul.toc li.tocl2 {
	margin-top: 8px;
	margin-left: 25px;
	font-weight: bold; 	 	
	line-height: 145%;
}
ul.bull-sub {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 6px;
	margin-bottom: 6px;
	clear: both;
	list-style: none;
	color:#000000;
	font-weight: normal;
	line-height: 130%;
}
ul.bull-sub li {
	font-size: 0.9em;
	padding: 5px 0 0 12px;
	background: url(../images/s1061.gif) no-repeat;
	background-position: 0em 0.8em;
}

ul.bull-sub li li {
	font-size: 1em;
}

ul.bull-sub li div {
	font-size: 1em;
}

/********** step **********/

ol.step-h2 {
	list-style:decimal;
	margin: 12px 0 3px 28px;
	padding-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
}
ol.step-h2 li{
	list-style:decimal;
}
ol.step-h2 li p {
	padding-bottom: 5px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 125%;
}

ol.step-h2 ul.bull-sub li.none {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -1.5em;
	line-height: 100%;
}
ol.sonyfont {
	list-style: none;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 120%;	
}
ol.sonyfont li {
	padding-bottom: 4px;
	padding-left: 20px;
}
li.sf-square1 {
	width: 510px;
	margin-top: 8px;
	background: url(../images/s0010.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square2 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0020.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square3 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0030.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square4 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0040.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square5 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0050.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square6 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0060.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square7 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0070.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square8 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0080.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square9 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0090.gif) no-repeat;
	background-position: 0em 0.1em;
}
li.sf-square10 {
	width: 510px;
	margin-top: 4px;
	background:url(../images/s0100.gif) no-repeat;
	background-position: 0em 0.1em;
}
ol.sonyfont li p {
	margin-top: 3px;
	margin-bottom: 2px;
	color:#000000;
	font-size: 90%;
	font-weight: normal;
	line-height: 135%;	
}

/********** ast **********/

#main small {
	color:#000000;
	font-size: 92%;
	font-weight: normal;
	
}

/********** image **********/

div.illust {
	margin: 6px 0 6px 0;
	padding: 4px 0 4px 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	border: 0;
}

div.illust div{
	text-align: center;
}


/************* #topic styles ***************/
.topic {
	padding-left: 1px;
	margin-bottom: 2px;
}
.topic a {
	text-decoration: none;
	color: #000099;
}
.topic a:hover {
	text-decoration: underline;
	color: #000099;
}
.topic ul {
	list-style: none;
	clear: both;	
	margin-bottom: 20px;
}
.topic ul.l0 {
	width: 870px;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 5px 0 3px 8px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #999999;
	border-left: 10px solid #000099;
}
.topic ul.l0 li {
	display: inline;
}
.topic ul.l0 li p {
	padding-bottom: 1px;
	padding-left: 12px;
	float: right;
	clear: both;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 75%;
	text-align: right;
}
.topic ul.l0 li p a{
	text-decoration: none;
	color: #000099;
}
.topic ul.l0 li p a:hover{
	text-decoration: underline;
	color: #000099;
}
.topic ul.l0 li a {
	text-decoration: none;
	color: #000000;
}
.topic ul.l0 li a:hover {
	text-decoration: none;
	color: #000000;
}
.topic ul.left {
	width: 420px;
	display: block;
	float: left;

	font-size: 95%;
	font-weight: bold;
	line-height: 130%;
}
.topic ul.right {
	width: 420px;
	display: block;
	float: right;
	clear: right;
	font-size: 95%;
	font-weight: bold;
	line-height: 130%;
}
.topic ul li.l1 {
	width: 356px;
	margin: 7px 2px 0 12px;
	padding-left: 12px;
	background: url(../images/s1060.gif) no-repeat;
	background-position: 0em 0.4em;
}
.topic ul li.l2 {
	width: 330px;
	margin: 5px 2px 0 26px;
	padding-left: 12px;
	font-size: 95%;
	font-weight: normal;
	line-height: 125%;
	background: url(../images/s1065.gif) no-repeat;
	background-position: 0em 0.4em;
}

/********** footer **********/

#footer {
/*	width: 870px;*/
	height: auto;
	margin-top: 5px;
	padding-top: 5px;
	display: block;
	clear: both;
	font-weight: normal;
	background-color: #ffffff;
}
#footer a {
	text-decoration: none;
	color:#000099;
}
#footer a:hover { 
	text-decoration: none;
	color: #000099;
}
p.bpt-last {
/*	width: 870px;*/
	margin-top: 2px;
/*	padding-right: 2px;*/
	padding-left: 10px;
	display: block;
	font-size: 75%;
	text-align: right;



}p.bpt-last img{
	width:11px;
	height:13px;
}

	

/***********************************************/
/* Custom styles (YIT)                         */
/***********************************************/ 

/********** basic **********/

/* header */
#header2 h1#bravia{
	display: inline;
	margin-left: 5px;
	margin-right: 1em;
	
}

#header2 h1#title_local{
	display: inline;
/*	vertical-align: bottom;*/
}


/* sidemenu */
ul.menu li a.selected {
	color: #FFFFFF;
	background-color: #C41230;
}
ul.menu li a.selected:hover {
	background-color: #C41230;
}
ul.menu li a:hover {
	padding: 8px 10px 9px 10px;
	background-image: none;
}

/* h1 deco */
h1.l0 {
	border-left: 8px solid #C41230;
}

/* toc deco */
/*ul.toc {
	margin-left: 10px;
}
ul.toc li.tocl2 {
	margin-left: 18px;
}*/

.topic ul.l0 {
	padding: 5px 0 3px 10px;
	border-left: 8px solid #C41230;
}

/* preview */
#preview {
	background-color: #EAEAEA;
	padding: 25px;
	margin-bottom: 15px;
	height: 100%;
}
#preview h2 {
	font-size: 1em;
	font-weight: bold;
	color: #B7B7B7;
	margin-bottom: 8px;
}
div.illust-preview {
	float: left;
	margin-right: 20px;
	position: relative;

}

#preview div.list-preview {
	float: left;
	width: 400px;
}

#preview li {
	font-size: 0.9em;
}

div.remocon_illust {
	float:left;
	width:130px;
}

/* illust captions */
li.sf-square1 {
	background: url(../res_common/S_txt_boxnega_01.icon.png) no-repeat;
}
li.sf-square2 {
	background: url(../res_common/S_txt_boxnega_02.icon.png) no-repeat;
}
li.sf-square3 {
	background: url(../res_common/S_txt_boxnega_03.icon.png) no-repeat;
}
li.sf-square4 {
	background: url(../res_common/S_txt_boxnega_04.icon.png) no-repeat;
}
li.sf-square5 {
	background: url(../res_common/S_txt_boxnega_05.icon.png) no-repeat;
}
li.sf-square6 {
	background: url(../res_common/S_txt_boxnega_06.icon.png) no-repeat;
}
li.sf-square7 {
	background: url(../res_common/S_txt_boxnega_07.icon.png) no-repeat;
}
li.sf-square8 {
	background: url(../res_common/S_txt_boxnega_08.icon.png) no-repeat;
}
li.sf-square9 {
	background: url(../res_common/S_txt_boxnega_09.icon.png) no-repeat;
}
li.sf-square10 {
	background: url(../res_common/S_txt_boxnega_10.icon.png) no-repeat;
}
li.sf-square11 {
	width: 510px;
	margin-top: 4px;
	background: url(../res_common/S_txt_boxnega_11.icon.png) no-repeat;
	background-position: 0em 0.1em;
}
ul.bull-sub li.none{
	list-style-type: none;
	background: none;
	/*padding-left: 0px;*/
}
ul.noind li.none{
	list-style-type: none;
	background: none;
	text-indent: -0.5em;
	margin-left: 0.5em;
	text-size: 0.9em;
	line-height: 1.3em;
	/*padding-left: 0px;*/
}

/* div */
div.hr{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.remocon_contents {
	float:left;
	width:510px;
	margin-left:10px;
}


/* dl dt */
dt {
	font-size: 0.9em;
	line-height: 130%;
	font-weight: bold;
	clear: left;

}
dd {
	font-size: 0.9em;
	line-height: 130%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 2em;
}
dl.top dd {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
}
dl.child {
	margin-top: 10px;
}
dl.child dd {
	font-size: 1em;
	border-bottom-style: none;	
	margin-bottom: 0px;
}
dl.child dt {
	font-size: 1em;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
}

/* bclist */
ul.bclist li .current {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* hint note */
div.hint {
	background-color: #F4F4F4;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
div.note {
	background-color: #ECECEC;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 商標スタイル */
div.trade_note {
	border:solid 1px #000000;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* table */
th.icon_comment {
	background-color: white;
	white-space: nowrap;
}


/* others */
p.step {
	font-size: 0.95em;
	line-height: 1.3em;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

p.option {
	margin-top: 7px;
	margin-bottom: 6px;
	color:#000000;
	font-size: 95%;
	font-weight: normal;
	line-height: 130%;
	text-indent: -0.95em;
	margin-left: 0.95em;
}

/* footer */
#popfooter {
	font-size: 0.8em;
	color: #999999;
        width:900px;
        margin-left:auto;
        margin-right:auto;
        height:auto!important;
        margin-top:17px;
        margin-bottom:30px;
}

.copy_r{
  float:left;
  width:auto!important;
  text-align:left!important;
  display:inline;
  margin:0px;
  padding:0px;
  height:auto!important;


}.link_all{
  float:right;
  width:auto!important;
  text-align:right!important;
  margin:0px;
  padding:0px;
  height:auto!important;
  display:inline;

}
.link_left{
  width:auto!important;
  float:left;
  margin-right:20px;
  padding:0px;
  background-image:url(../images/s1052.gif);
  background-repeat: no-repeat;
  background-position : 0% 50%;


}.link_left a{
  text-decoration:none;
  background-image:url(../images/s1052.gif);
  background-repeat: no-repeat;
  padding-left:10px;
  background-position: 0% 50%;


}.link_right{
  width:auto!important;
/*  float:left;*/
  display:inline;
  margin:0px;
  padding:0px;

}.link_right a{
  text-decoration:none;
  background-image:url(../images/s1052.gif);
  background-repeat: no-repeat;
  padding-left:10px;
  background-position: 0em 50%;


/********** Top page **********/

}#title_logo {
	padding-top: 70px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C41230;
}

#title_model {
	font-size: 1.1em;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-left: 20px;
	font-weight: bold; 
	
}


/********** manual index **********/

div.topic ul.topic_list {
	font-size: 1em;
	margin-left: 20px;
	margin-top: 10px;
}

ul.topic_list li.l1m {
	line-height: 1.5em;
}

ul.topic_list li.l2m {
	line-height: 1.5em;
	margin-left: 1.5em;
}

ul.topic_list li.l3m {
	line-height: 1.5em;
	margin-left: 5em;
}


/* rayout table */
table.table_rayout{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.table_rayout th,td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: white;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

table.table_rayout td.right_arrow {
	vertical-align: middle;
}

table.table_rayout .center {
	text-align: center;
}

table.table_rayout div.illust {
	margin: 0 0 0 0;
}

/* table with border */
table.tableA {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
}


table.tableA th {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: white;
	font-weight: bold;
}

table.tableA td {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: white;
}

/* for debug */
table.tableC {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.tableC th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: white;
}

table.tableC td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: none;
}
div.caption, .caption1, .caption2, .caption3, .caption4, .remote1, .h-net_tv, .h-net_internet, .connect_cable_middle, .connect_cable_under1, .connect_device, .connect_tv, .glass_under {
	padding: 3px;
	margin: 2px;
	font-size: 0.9em;
}

/*----- use dummy image -----*/

.dummy1{
	background-image: url(../images/t_sizeAS.gif);
}

.dummy2{
	background-image: url(../images/t_sizeAM.gif);
}

.dummy3{
	background-image: url(../images/t_sizeAL.gif);
}

.dummy4{
	background-image: url(../images/t_sizeAS_on.gif);
}

.dummy5{
	background-image: url(../images/t_sizeAM_on.gif);
}

.dummy6{
	background-image: url(../images/t_sizeAL_on.gif);
}
/*----- -----*/

/*********** 2011 Add styles ************/

/* Add */
dd div img {
	margin-top: 10px;
	margin-bottom: 10px;
}

dd.side-img div img {
	float: right;
	margin-left: 15px;
}

dd div.side-img-div {
	float: right;
	width: auto;
	display: block;
}

dd div.side-img-div img {
	margin-left: 15px;
}

dd.side-img div.note img{
	float: none;
	margin: 0px;
}

div.ind {
	padding-left: 1.5em;
}

dd .bull-sub li {
	font-size: 1em;
}

dd ol {
	margin-left: 1em;
}

dd ul.ind_bull{
	margin-left: 1em;
}

dd ol li {
	background-image: none;
	list-style-type: decimal;
	padding-left: 0px;
}

div.chart {
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
}
div.caption, .caption1, .caption2, .caption3, .caption4, .remote1, .h-net_tv, .h-net_internet, .connect_cable_middle, .connect_cable_under1, .connect_device, .connect_tv, .glass_under {
	font-weight: bold;
}

table.table_rayout img {
	margin-right: 20px;
}

ul.bull-sub ol li {
	background-image: none;
	padding-left: 0px;
	margin-left: 30px;
}


div.trouble_shoot div.list-troubleshoot {
	width: 650px;
}

ol.step-h2 ul.bull-sub li {
	list-style-type: none;
}

.nowrap {
	white-space:nowrap
}

/* icon table */

table.table_icon {
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}


table.table_icon th, table.table_icon td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	border-left-style: none;
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}

table.table_icon th {
	font-weight: bold;
}

/* yesno table */
table.table_yesno{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
}

table.table_yesno th,table.table_yesno td{
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

table.table_yesno .center{
	text-align: center;
}

table.table_yesno td.center{
	text-align: center;
	font-size: 1.2em;
}


table.table_yesno th.left_white{
	text-align: left;
	background-color: #F9F9F9;
}

table.table_yesno th.center_white{
	text-align: center;
	background-color: #F9F9F9;
	white-space:nowrap;
}

/* WFintegrated chart */

div.chart1{
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
	
	top:  0px;
	left:  0px;
	position: absolute;
	
	width: 160px;
}
div.chart2{
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
	top:  0px;
	left:  230px;
	position: absolute;
	
	width:  160px;
}
div.chart_select1{
	top:  25px;
	left:  175px;
	width:  50px;
	text-align: center;
	position: absolute;
	
	font-size: 0.8em;
	font-weight: bold;
}
div.chart_select2{
	top:  25px;
	left:  405px;
	width:  50px;
	text-align: center;
	position: absolute;
	
	font-size: 0.8em;
	font-weight: bold;
}
div.chart_select3{
	top:  150px;
	left:  0px;
	width:  180px;
	text-align: center;
	position: absolute;
	
	font-size: 0.8em;
	font-weight: bold;
}
div.chart_select4{
	top:  150px;
	left:  220px;
	width:  200px;
	text-align: center;
	position: absolute;
	
	font-size: 0.8em;
	font-weight: bold;
}

div.chart_sub {
	border: 2px solid #999999;
	font-weight: normal;
	
	top:  0px;
	left:  460px;
	width:  160px;
	position: absolute;
}
div.chart3{
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
div.chart4{
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
div.chart5{
	padding: 5px;
	
}
div.chart6{
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
	
	top:  200px;
	left:  0px;
	width:  160px;
	position: absolute;
}
div.chart7{
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
	
	top:  200px;
	left:  230px;
	width:  160px;
	position: absolute;
}

div.chart8{
	padding: 5px;
	border: 2px solid #999999;
	font-weight: normal;
	
	top:  0px;
	left:  460px;
	width:  160px;
	position: absolute;
}

div.chart_area {
	display: block;
	position: relative;
	visibility: visible;
	margin-top: 15px;
	
	height: 350px;
	font-size: 0.9em;


}.map_link{
float:right;
font-size:75%;
text-decoration:none;

}

.map_link img{
width:11px;
height:13px;


}.map_link a{
text-decoration:none;

}

.map_link a{
	color:#000099;

}
.map_link a:hover{
	color:#000099;
}

.map_link a:link{
	color:#000099;
}

.map_link a:visited{
	color:#000099;
}


/*
}.link_left{
        font-size:13px;
        text-align:right;
        padding-top:15px;

}.link_left a{
       text-decoration:none;

}.link_right{
        font-size:13px;
        text-align:right;
        padding-top:15px;

}.link_right a{
       text-decoration:none;

}
*/