﻿html{
 overflow-y: scroll;
}

body{
 background-color: #000000;
 font-size: 0.8em;
 margin: 0px;
 color: #dddddd;
 text-align: center;
 font-family:"ＭＳゴシック", Osaka, Arial, sans-serif;
}

/*カラムレイアウト-----------------------------------------
---------------------------------------------------------*/
#header{
 background:url(../img/header_bg.gif) repeat-x ;
 height: 50px;
 text-align: center;
}

#header_contents{
 width: 755px;
 margin: 0px auto;
 text-align: center;
}

#header_left{
 width: 117px;
 margin-top: 10px;
 float: left;
}

#header_right{
 width: 117px;
 margin-top: 10px;
 float: right;
 text-align: right;
}

#pankuzu {
 clear: both;
 margin: 5px auto 10px auto;
 text-align: left;
}

#banner{
 text-align: center;
 position: relative;
 margin-bottom: 20px;
}

.manual{
/*#bannerを基準に相対配置*/
 position: absolute;
 width: 300px;
 top: 13px;
 left: 2px;
 font-size: 1.2em;
 font-weight: bolder;
 text-align: left;
 color: #dddddd;
}

.version{
/*#bannerを基準に相対配置*/
 position: absolute;
 width: 300px;
 top: 37px;
 left: 2px;
 font-size: 1.1em;
 font-weight: bolder;
 text-align: left;
 color: #dddddd;
}

.model{
/*#bannerを基準に相対配置*/
 position: absolute;
 width: 300px;
 top: 37px;
 left: 452px;
 font-size: 1.2em;
 font-weight: bolder;
 text-align: right;
 color: #dddddd;
}

#layoutBody{
 width: 750px;
 margin: 0px auto 10px auto;
 text-align: center;
}

#leftMenu{
 background-color: #666666;
 width: 200px;
 margin: 10px auto;
 color: #ffffff;
 float: left;
}

#mainContents{
 /*margin: 0px 0px 20px 30px;/*margin-right 再考*/
 /*Var.2より追記　グレイ背景用にマージンを変更。パディングを追記*/
 margin: 0px 0px 20px 16px;
 padding: 0px;
 width: 524px;
 text-align: left;
 float: right;
 line-break:strict; /*Var.2より追記　禁則処理*/
}

 /*Var.2より追記　セクション本文の文字色をグレイに*/
.section{
 color:#DDDDDD;
}

 /*Var.2より追記　cセクションにインデントをつける*/
.section .section{
 margin: 0px 0px 0px 14px;
}

 /*Var.2より追記　h3をインデントしたぶん戻す*/
.section .section h3{
  margin-left:-14px;
}

#footer{
 clear:both;
 background:url(../img/footer_bg.gif) repeat-x;
 height:33px;
 text-align: center;
}

#footer_contents{
 margin: 10px auto 0;
 height:30px;
 width: 755px;
 text-align: center;
}

#footer:after{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* 未使用のためコメント化
#footer_left{
 width: 380px;
 float: left;
}
*/

#footer_right{
 float: right;
 color: #ffffff;
 font-size: 10px;
 line-height: 15px;
 text-decoration: none;
 letter-spacing: 1px;
 text-align: right;
}

/*フッタースタイル-----------------------------------------
---------------------------------------------------------*/
#footer ul{
 list-style-type: none;
 height: 30px;
 margin: 0px 0px 0px 5px;
 padding: 0px;
 float: left;
}

#footer ul li{
 display: inline;
 margin: 0px;
 height: 30px;
 padding: 0px;
}

#footer a{
 border: 0;
 margin: 0;
 padding: 0;
 margin-right: 15px;
 margin-left: 0;
 display: block;
 float: left;
 color: #dddddd;
 font-size: 10px;
 line-height: 15px;
 text-decoration: none;
}

#footer ul a:hover{
 display: block;
 background-repeat: no-repeat;
 background-position: top left;
 color: #dddddd;
 font-size: 20px;
 line-height: 15px;
 text-decoration: none;
}


/*プルダウンメニュースタイル-------------------------------
---------------------------------------------------------*/
select{
 background: #C0C0C0;
}


/*レフトメニューコラムスタイル-----------------------------
---------------------------------------------------------*/
#leftMenu .titleFirst{
 background: #333333;
 margin: 0px 0px 0px 0px;
}

#leftMenu .titleSecond{
 background: #666666;
 margin: 0px 0px 0px 10px;
}
/*Var.2より未使用
#leftMenu .titleThird{
 background: #999999;
 margin: 0px 0px 0px 10px;
}
*/
#leftMenu .titleFirst p{
 border-top: 1px dotted #666666;
}

#leftMenu .titleSecond p{
 border-top: 1px dotted #999999;
}

/*Var.2より未使用
#leftMenu .titleThird p{
 border-top: 1px dotted #bbbbbb;
}
*/

#leftMenu .selected{
 background: #dddddd;
 color: #000000;
}

#leftMenu a{
 display: block;
 color: #ffffff;
 text-decoration: none;
 padding: 5px 5px 5px 13px;
 text-align: left;
}

#leftMenu a:hover{
 background: #444444;
 color: #ffffff;
}


/*タイトルスタイル-----------------------------------------
---------------------------------------------------------*/
h1{
 font-size: 1.0em;
 margin: 0px 0px 0px 0px;
 color: #ffffff;
}

h2{
 font-size: 1.5em;
 margin: 5px 0px 10px 0px;
 padding: 0px 0px 3px 5px;
 border-bottom: 1px solid #666666;
 border-left: 5px solid #666666;
 color: #ffffff;
}

h3{
 font-size: 1.1em;
 margin: 25px 0px 10px 0px;
 /* padding: 3px;*/
 border-bottom: 1px solid #666666;
 color: #ffffff;
 font-weight:bold;
 /*Ver.2より追記　おりたたみ用アイコンと重なり回避*/
 padding: 3px 20px 3px 3px;
 background: url(../img/anc.gif) no-repeat 99%;
 display:block;
}

/*Ver.2より追記　おりたたみ用open時アイコン指定*/
h3.open{
 margin: 25px 0px 10px 0px;
 background: url(../img/anc_open.gif) no-repeat 99%;
}

/*Ver.3より追記　jsに直打ちだったのをCSS化*/
h3.hover{background-color:#444444;cursor:pointer;}

/*Ver.3より追記　moderu記号の位置調整など。IE6では適用されないので、そこはjsで*/
/*読み込みんでから閉じるまでの間にチラッと見えるのが気になるならここをonに*/
h3 + p{display:block;margin:0 0 0 -14px;}


h4{
 font-size: 1.0em;
 margin: 15px 0px 5px 0px;
}

h4.secttitle{
 font-size: 1.0em;
 margin: 25px 0px 15px 0px;
 color: #ffffff;
}


/*テキストスタイル-----------------------------------------
---------------------------------------------------------*/
p{
 margin: 0px 0px 0px 0px;
 line-height: 1.5em;
}

.left{
 text-align: left;
}

.right{
 text-align: right;
}

.center{
 text-align: center;
}

li{
 list-style: none;
}

span.title-prefix{
 margin-right: 10px;
}

span.d_title-prefix{
 margin-right: 5px;
}

span.prefix{
 margin-left: -20px;
 margin-right: 5px;
}

.impnote{
 margin-left: 20px;
}

.imgguide .ul,
.imgguide .ol{
 margin-left: 20px;
}

.impnote_item{
 margin: 0px 0px 5px 0px;
}

.instep{
 margin-left: 20px;
}

ol,ul{
 margin: 10px 0px 10px 20px;
 padding: 0px;
}


/*イメージスタイル-----------------------------------------
---------------------------------------------------------*/
img{
 border: none;
 padding: 0px 2px;
}

/*Ver.2より追記　inimg位置調整*/
span.inimg img{
 vertical-align: baseline; /*text-bottom ;*/
}
/*Ver.2より marginの調整でいけるけど、定数になってしまうので、場所によっては重なり等起きてしまう可能性あり。
/*これについては要確認!*/
span.inimg_plus img{
 margin-top:-5px;
 vertical-align:top ;
}
span.inimg_minus img{
 margin-top:5px;
 vertical-align:bottom ;
}


span.prefix img{
 padding: 0px 0px;
}

div.imageline,div.comimage{
 text-align: center;
 margin-top: 15px;
 margin-bottom: 15px;
}


/*イメージライン-------------------------------------------
※テーブルの罫線・マージンなどの設定をすること
---------------------------------------------------------*/
.imagetable{
/*ここに罫線・マージンなどの設定*/
}

.icaption{
 font-weight:bold;
}


/*テーブルスタイル-----------------------------------------
---------------------------------------------------------*/
/*border_horizontalはProSVの為の暫定対応*/
.border_horizontal{
 border-top: 1px solid #333333;
}

.border_horizontal thead tr td{
 border-bottom: 1px solid #333333;
}

.border_horizontal tbody tr td{
 border-bottom: 1px solid #333333;
}

/*border_vertical*/
.border_vertical {
 border-collapse: collapse;
}

.border_vertical thead tr td,
.border_vertical tbody tr td{
 border-left: 1px solid #333333;
 border-right: 1px solid #333333;
}

/*border_round*/
.border_round{
 border-collapse: collapse;
 border-top: 1px solid #333333;
}

.border_round thead tr td.fst,
.border_round tbody tr td.fst{
 border-left: 1px solid #333333;
}

.border_round thead tr td.lst,
.border_round tbody tr td.lst{
 border-right: 1px solid #333333;
}

.border_round tbody tr.btml td{
 border-bottom: 1px solid #333333;
}

/*border_all*/
.border_all{
 border-collapse: collapse;
}

.border_all thead tr td,
.border_all tbody tr td{
 border: 1px solid #333333;
}

/*border_none*/
.border_none{
 border-collapse: collapse;
}

div.table{
 margin-top: 10px;
 margin-bottom: 20px;
 font-size: 10pt;
}

 /*Ver.2より追記 別窓テーブル用元テーブル縮小*/
div.out{
 font-size: 5pt;
}
div.out table caption{
 font-size: 10pt;
}

 /*Ver.2より追記 別窓テーブル用幅指定*/
 /*基本幅はjsで側で定めている700px。それにフィットさせるための指定*/
#lightwindow_contents table{/*IE6用*/
 width:95% !important;
 margin:1%;
}
#lightwindow_contents > table{
 width:98% !important;
}
*:first-child+html #lightwindow_contents table{/*IE7用*/
 width:95% !important;
}


tr.thead{
 background-color: #000000;
 font-weight:bold;
}

tr.thead p{
 color: #dddddd;
}

caption{
 font-weight: bold;
 text-align: left;
 color: #dddddd;
}

 /*Ver.2より追記 別窓テーブル用にセレクタを追記*/
 /*lightwindowで開くと、ウインドウ側でdiv.tableが消えてしまうから。*/
#lightwindow_contents table ul,
#lightwindow_contents table ol,
.table ul,.table,ol{
 margin-bottom: 0px;
}

#lightwindow_contents table tfoot tr td,
.table tfoot tr td{
 text-align: left;
}


 /*Ver.2より追記 別窓テーブルのリンクボタン*/
.out_table_ancer{
 width:100%;
}
.out_table_ancer a{
 display:block;
 width:95%;
 line-height:25px;
 background: url(../img/table_button.gif) no-repeat right center;
 font-size:15px;
 text-align:right;
 padding-right:5%;
  color:#999999;
  vertical-align:bottom;
  font-weight:bold;
}

div.table.out.tover .out_table_ancer a,
.out_table_ancer a:hover{
 width:95%;
 padding-right:5%;
 background: url(../img/table_button_o.gif) no-repeat right;
 text-decoration:underline;
 color:#ffffff;
 cursor:url('../img/megane.cur'),pointer;
}
.tover{cursor:url('../img/megane.cur'),pointer;}


#lightwindow_contents .out_table_ancer{
	display:none;
}


/*フレームスタイル-----------------------------------------
---------------------------------------------------------*/
.frame{
 border: solid 1px #aaaaaa;
 padding: 5px;
 margin: 10px 0px;
}

td.frame{
 border: solid 1px #333333;
}


/*リンクスタイル-------------------------------------------
---------------------------------------------------------*/
p a,#pankuzu a{
 color: #9090DD;
 padding: 5px 5px 5px 5px;
}

p a:hover,#pankuzu a:hover{
 color: #C0C0C0;
 padding: 5px;
}

 /*Ver.2より追記 サポートサイトURLと指定がかぶるのでクラス化*/
span.gotop a{
 display: block;
 margin-top: 10px;
 text-decoration:none;
 color: #9090DD;
 text-align: right;
}

span.gotop a:hover{
 color: #C0C0C0;
 /*Ver.2より追記 誤描画回避折り畳み時のページ上部へのリンクとの重なりでのちらつきを回避*/
 background-color:transparent;
}


/*機種選択ページ-------------------------------------------
---------------------------------------------------------*/

.manuamtop {
 font-size: 1.0em;
 text-align: center;
 color:#dddddd;
 width: 650px;
 margin: 40px auto 0px;
}

.manuamtop h2{
 font-size: 1.5em;
 color: #ffffff;
 margin: 10px 0px 0px 0px;
 border: 0px;
}

.manuamtop img{
 border: 0px;
}

.manuamtop th{
 font-size: 1.2em;
}

/*js内sclollfit用スタイル--------------------------------
---------------------------------------------------------*/
#scrollblank{
margin:0;
padding:0;
clear:both;
height:0px;
background-color:transparent;
display:none;
}
/*strp以降のインデント*/
.step .oparate{
margin:0 10px 0 16px;
}
.step .instep{
margin:0 10px 0 16px;
}
.step .instep .prefix{margin-left:0;}
.step .instep{
	padding-left: 16px;
	text-indent: -16px;
}

span.sup{
font-size:80%;
vertical-align: super;
}

