@charset "utf-8";

/* Base
----------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 100%;
	color:#535353;
	line-height: 1.4;
	background: #FFFFFF;
}

* + html body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



/* Link
----------------------------------------------------------- */

a:link, a:active, a:hover { color: #0f6e96; }
a:visited { color: #696969; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover {	text-decoration: underline; }



/* Main Layout
----------------------------------------------------------- */
body {
	text-align: left;
}

#container {
	
}

/* #header
----------------------------------------------------------- */

#header {
	margin: 0 12px 0 0;
}

#logo {
	float: left;
	white-space: nowrap;
}

#header .navskip {
	height:1px;
	overflow:hidden;
	position:absolute;
	width:1px;
	z-index:100;
} 

#inquiry {
	float: right;
	white-space: nowrap;
	margin: 26px 0 0 0;
	text-align: right;
}



/* #brand
----------------------------------------------------------- */

#brand {
	height: 50px;
	margin: 0 12px;
	background: #000 url(../../../../common/10b/images/bg_brand.gif) right top no-repeat;
}

#brand div {
	float: left;
	white-space: nowrap;
}
#brand p {
	float: right;
	white-space: nowrap;
	text-align: right;
}


/* .spec_eyecatch
----------------------------------------------------------- */

#main .spec_eyecatch {
	height: 126px;
	margin: 18px 12px 0 12px;
	background: url(../images/bg_vr_eyecatch_1_126.gif) left top transparent repeat-x;
}

#main .spec_eyecatch h1 { 
	float: left;
	white-space: nowrap;
}

#main .spec_eyecatch div { 
	float: right;
	white-space: nowrap;
	text-align: right;
}


/* .spec_title
----------------------------------------------------------- */

#main .spec_title {
	height: 33px;
	margin: 18px 12px 3px 12px;
	padding: 0 5px 0 0;
	background: url(../images/bg_vr_spec_1_33_right.gif) right top transparent no-repeat;
}

#main .spec_title h2 { 
	background: url(../images/bg_vr_spec_1_33.gif) left top transparent repeat-x;
}



/* .spec_table
----------------------------------------------------------- */

#main table.spec_table {
	font-size: 69%; /* 11px */
	margin: 0 12px 10px 12px;
}

#main table.spec_table th,
#main table.spec_table td {
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;	
}

#main table.spec_table th.other,
#main table.spec_table td.other {
	border-top: solid 1px #d1d1d1 !important;
	border-bottom: solid 1px #d1d1d1 !important;
}

#main table.spec_table th.first,
#main table.spec_table td.first {
	border-top: solid 1px #d1d1d1 !important;
	border-bottom: dotted 1px #d1d1d1 !important;
}

#main table.spec_table th.halfway,
#main table.spec_table td.halfway {
	border-bottom: dotted 1px #d1d1d1 !important;
}

#main table.spec_table th.last,
#main table.spec_table td.last {
	border-top: dotted 1px #d1d1d1 !important;
	border-bottom: solid 1px #d1d1d1 !important;
}

#main table.spec_table th {
	vertical-align: top;
}
#main table.spec_table td {
	vertical-align: middle;
	height: 22px;
}

#main table.spec_table .spec_table_blueray {
	margin: 1px;
	background-color: #000;
}

#main table.spec_table .spec_table_blueray10 {
	margin: 1px;
	background-color: #008fd3;
}

#main table.spec_table .spec_table_server {
	margin: 1px;
	background-color: #ff8a00;
}

#main table.spec_table .spec_table_highvision {
	margin: 1px;
	background-color: #003e16;
}

#main table.spec_table .odd {
	background-color: #fff;
}

#main table.spec_table .even {
	background-color: #f8f8f8;
}

#main table.spec_table th.level2 {
	font-weight: bold;
	vertical-align:middle;
	padding-left: 10px;
}

#main table.spec_table td.text {
	vertical-align:middle;
}

#main table.spec_table th.next,
#main table.spec_table td.next {
	border-left: solid 2px #d1d1d1 !important;
}



/* .spec_annotation
----------------------------------------------------------- */

#main .spec_annotation {
	margin: 0 12px 15px 12px;
}

/* .spec_button
----------------------------------------------------------- */

#main .spec_button {
	margin: 0 12px 24px 12px;
}


/* #divider
----------------------------------------------------------- */
#divider_liquid {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0 12px;
	font-size: 69%; /* 11px */
	background: url(../images/bg_hr_dot_2_2.gif) left top transparent repeat-x;
}

#divider_liquid p {
	float: left;
	white-space: nowrap;
	margin: 10px 0 0 5px;
	color: #898989;
}

#divider_liquid a {
	float: right;
	background: url(../images/bg_arrow_top_off.gif) right top transparent no-repeat;
	margin: 10px 10px 0 0;
	padding: 0 18px 0 0;
	white-space: nowrap;
}


/* #footer
----------------------------------------------------------- */

#footer {
	font-size: 69%; /* 11px */
	min-height: 58px;
	height: auto !important;
	height: 58px;
	margin: 0 12px;
	background: #000;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover
{
	color: #FFFFFF;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* #copyright */

#footer #copyright {
	float: left;
	white-space: nowrap;
	display: inline;
	margin: 10px 0 0 12px;
}

#footer #copyright address {
	padding: 6px 0 5px 0;
}


/* #echostyle */

#footer #echostyle {
	float: right;
	white-space: nowrap;
	padding: 13px 10px 13px 0;
}





