@charset "Shift_JIS";

/* body要素 */

body{
background-color : #f6f6c0;
color : #000000;
margin-left : 5%;
margin-right : 5%;
width: 90%;
font-family: "ＭＳ ゴシック","MS Gothic",Osaka-等幅,平成角ゴシック,"ヒラギノ角ゴ Pro W3",sans-serif;
font-size: 108.3%;
font-weight: bold;
letter-spacing:0.3em;
text-align: left;
}

/* タグ要素 各種 */
/* アンカー要素  疑似クラス、ダイナミック疑似クラスは必ずこの順番で。*/

a{
font-weight: bold;
text-decoration: none;
}

a:link{
color: #0000ff;
}

a:visited{
color: #005577;
text-decoration: none;
}

a:hover{
color:#ee0000;
}

a:active{
color:#cc0000;
}

/* 強調要素 */

.em {
ont-style: italic;
}

.strong {
font-weight: bold;
font-size: 108.3%;
}

/* 見出し要素 */


H1{
color: #006611;
font-size: 141.6%;
font-weight:bold;
}

H2{
color: #006611;
font-size: 133.3%;
font-weight:bold;
}

H3{
color: #006611;
font-size: 125%;
font-weight:bold;
}


/* クラス */
/* inline position */

.c_ivent {
font-weight: lighter;
font-size: 100%;
}

.c_title{
color: #006611;
font-size: 183.3%;
font-weight:bold;
}

.fth{
 color: #006611;
letter-spacing:0.5em;
font-weight:bold;
}

.ct{ text-align: center;}
.lt{ text-align: left;}
.rt{ text-align: right;}
.ind{ text-indent: 1em;}

/* colour */

.blue{color: #0000ff;}
.green{color: #006611;}
.red{color: #ee0000;}
.bk{color: #000000;}

/* header mark */

.c{border-left: outset 20px #ff6600;}


/* リスト要素 */
/* image 付き index page */

ul{
list-style: none;
}


div.center_guide dl dt{
width: 200px;
height: 150px;
float: left;
margin: 0px;
padding: 0px;
clear: left;
}

div.center_guide dl dd{
height: 150px;
vertical-align: middle;
margin: 0px 0px 0px 220px;
padding: 0px;
}

/* 設備概要ページ リスト要素  */

/* ハードウエア */
div.setubi_guide dl dt{
width: 300px;
height: 4em;
float: left;
margin: 0px;
padding: 0.2em 0em 0.2em 0em;
clear: left;
}

div.setubi_guide dl dd{
height: 4em;
margin: 0px 0px 0px 305px;
padding: 0.2em 0em 0.2em 0em;
}

div.setubi_guide dt.a, dd.a
{ background-color: #ffccaa;}

div.setubi_guide dt.b, dd.b
{ background-color: #f6f6c0;}

div.setubi_guide ul{
list-style: none;
}



/* ソフトウエア＆共通仕様 */
dl.common_software dt{
width: 300px;
float: left;
margin: 0px;
padding: 0.2em 0em 0.2em 0em;
clear: left;
}

dl.common_software dd{
margin: 0px 0px 0px 305px;
padding: 0.2em 0em 0.2em 0em;
}

dl.common_software dt.a, dd.a
{ background-color: #ffccaa;}

dl.common_software dt.b, dd.b
{ background-color: #ff6f6c0;}


/* 地図ページ */

hr.clr{
clear: left;
visibility: hidden;
}

div#ADD img{
float: left;
margin-right: 15px;
}

div#ADD dd{
padding-left: 376px;
}

div#MAP img{
float: left;
margin-right: 15px;
}

div#MAP dd{
padding-left: 500px;
}
