/*  ダークモード対応  */

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000000;
    color: #ffffff;
    a:link {
	color: #00acee;
}
a:visited {
	color: #00acee;
}
  }
}

/*  全体の仕様  */

* {
list-style: none;
font-family : monospace;
}

img { border : none }

/*  フォントの色装飾  */
span.red { color : #ff0000 ;}
span.blue { color : #0000ff ;}
span.white { color : #ffffff ;}
span.black { color : #000000 ;}
span.glay { color : #cccccc ;}

/*  要素を表示しない  */
span.none {
display : none;
}

/*  フロート解除  */
.clear	{
clear : both;
display : none;
}

/*  左カラム  */

left_page {
}

nav {
margin-top : 0px;
padding : 0px;
width : 300px;
max-height : 730px;
overflow : auto;
float : left;
}

/*  メーカー名  */
nav h2{
border-left : 5px solid #8888ff;
padding-left : 5px;
border-bottom : 1px solid #cccccc;
font-size : 1em;
font-weight : bolder
color : #ffffff;
}

/*  ホバリング指定  */
div.softhouse {
margin : 5px;
padding : 2px;
font-size : 11px;
}

 nav a:link {
color : #00acee ;
}

nav a:visited {
color : #00acee ;
}



nav a:hover {
background-color : #ffcc00 ;

}

nav a:active {
background-color : #ffcc00 ;
}



/*  左カラム ここまで */

/*  右カラム  */

div.right_page {
margin-left : 310px;
}

/*  タイトル情報 ここから  */

article {
max-height : 90%;
overflow : auto;
}


article p{
margin-left : 50px;
}

/*  ホバリング指定  */
article a{
margin : 2px;
}

article a:link {
color : #00acee ;
}

article a:visited {
color : #00acee ;
}

article a:hover {
background-color : #ffcc00 ;
color : #00acee ;
}

article a:active {
background-color : #ffcc00 ;
color : #00acee ;
}




/* 段落の指定  */
title {
}

a.accordion_head {
font-size : 1.2em;
}

/*  メーカー名  */
h1.right{
position : absolute;
top : 9 px;
margin-left : 5px;
margin-bottom : 25px;
border-left : 5px solid #8888ff;
padding-left : 5px;
border-bottom : 1px solid #cccccc;
font-size : 18px;
font-weight : bolder
/*
color : #ffffff;
*/
}


/* j更新履歴 */
time {
font-size : 1.2em;
font-weight : bold;
}


/*  スペーサー2  */
.spacer2 {
height : 32px;
}

/*  画像チェンジエリア  */
figure img{
margin : 5px 0px 5px 0px;
width : 455px;
height : 397px;
}


/*  サムネイル画像処理  */
.smnl{
height : 100px;
}

.smnl2{
height : 16px;
}

/*  アコーディオン タイトル  */
title.a {
font-size : 1.25em;
/*
color : #000000;
*/
}

/*  アコーディオン内 詳細  */
p {
margin-left : 5px;
margin-bottom : 0.5em;
font-size : 1em;
/*
color : #000000;
*/
white-space: nowrap;
}

/*  メーカー名  */
span.maker {
font-size : 1.2em;
/*
color : #000000;
*/
}

/*  管理情報  */
span.kanri {
font-size : 0.75em;
color : #cccccc;
}


/*  マーカー処理  */

mark.r{
padding : 0px 2px 0px 2px;
background-color : #ff0000;
font-size : 10px;
color : #ffffff;
}

mark.b{
padding : 0px 2px 0px 2px;
background-color : #0080c0;
font-size : 10px;
color : #ffffff;
}

mark.bi{
padding : 0px 2px 0px 2px;
background-color : #cc33cc;
font-size : 10px;
color : #ffffff;
}

mark.y{
padding : 0px 2px 0px 2px;
background-color : #ffcc00;
font-size : 10px;
color : #ffffff;
}

mark.w{
padding : 0px 2px 0px 2px;
background-color : #ffffff;
font-size : 10px;
color : #000000;
}

/*  qindex用 iframe処理  */

div.right_page_if {
margin-left : 210px;
height : 730px;
}

iframe {
border : 0px;
margin : 0px;
overflow : auto;
}

abbr {
text-decoration : dotted underline;
}
