﻿<style type="text/css">
<!--

/* -----区画設定----- */
*{
 margin:0px;
 padding:0px;
}

body{
 margin:0px;
 padding:0px;
 background-image: url("000_brick_1008-149.jpg") /* 全体の背景画像 　キラテック*/
}

div#topbox{
 background-color:#663300; /*上段の背景色　他の候補は 663300 442200 996633 666633 006600*/
 border-bottom:solid 3px #442200;
}

div#container{
 width:640px;
 margin:0px auto;
 background-color:transparent; /*記事領域の背景色　透明*/
}

#navibox{
 width:640px;
 background-color:transparent;　/*ナビゲーション領域の背景色　透明*/
}

div#contents{
 display: table; /*leftboxとrightboxの高さを揃えるための記述*/
}

div#onebox{ /*2段組みにしない場合はこちらだけをＨＴＭＬに記述する*/
 display: table-cell; /*leftboxとrightboxの高さを揃えるための記述*/
 width:640px;
 background-color:white;
}

div#leftbox{
 display: table-cell; /*leftboxとrightboxの高さを揃えるための記述*/
 width:520px;
 background-color:white;
}

div#rightbox{
 display: table-cell; /*leftboxとrightboxの高さを揃えるための記述*/
 width:120px;
 background-color:white;
}

div#bottombox{
 width:100%;
 background-color:#663300;
}

/* -----ヘッドライン----- */

h1{
 width:640px;
 margin:0px auto;
 padding-right:10px;
 color:#ffffff;
 text-align:center;
}

h2{
 margin:10px;
 background-color:#ffffcc;
 border-left:solid 10px #99cc00;
 border-bottom:solid 3px #99cc00;
 color:#663300;
 text-indent:1ex;
}

h3{
 margin:10px;
 border-left:solid 10px #99CC00;
 color:black;
 text-indent:1ex;
}

h4{
 margin:10px;
 border-left:solid 5px #99CC00;
 color:black;
 text-indent:1ex;
}

h5{
 margin:10px;
 border-left:solid 2px black;
 color:black;
 text-indent:1ex;
}

h6{
 margin:10px;
 border-left:dotted 2px black;
 color:black;
 text-indent:1ex;
}

/* -----段落共通----- */

p{ line-height:140%;}
p.txt-main{ margin:10px; letter-spacing: 2px;}
p.txt-cnt{ margin:10px; text-align:center; letter-spacing: 2px;}
p.txt-cnt10{ margin:5px; font-size:10pt; text-align:center;}
p.txt-cnt10navi{ margin:2px; color:black; font-size:10pt; text-align:center;}
p.txt-10{ font-size:10pt;}
div.fig-center{ display:block; text-align:center;}
ul.height15{ line-height: 1.5;}

/* -----リンク----- */

a:hover{
 /* background:#CCFF99; */
 text-decoration:none;
}

a:active{
 color:#FF9900;
}

a img:hover {
 opacity: 0.75; /* 25％ほど透明にする */
}

/* -----ヘッダーの壁紙----- */

div#fig1{
 margin:9px 0px 10px 0px;
}

/* -----ナビ----- */
/* -----上側メインナビゲーションバー横並び----- */

#gnav{
 width:600px;
 margin:0px auto;
 padding:0px;
}

ul.navline{
 list-style:none;
 text-align:center;
 margin:0px;
 padding:0px;
}

.navline li{
 list-style:none;
 float:left;
 width:90px;
 margin:0px 5px 0px 5px;
}

a.on{
 display:block;
 width:90px;
 height:22px;
 padding:2px 0px 0px 0px;
 border-top:solid 3px #FF9900;
 border-right:solid 1px #006600;
 background-color:white;
 color:#003300;
 font-size:85%;    
 text-decoration:none;
}

a.off{
 display:block;
 width:90px;
 height:22px;
 padding:4px 0px 0px 0px;
 border-top:solid 1px #CCFF99;
 border-right:solid 1px #006600;
 background-color:#009900;
 color:white;
 font-size:85%;    
 text-decoration:none;
}

a:hover.off{
 background-color:#66ff00;  /*00cc00*/
 color:#003300;
 text-decoration:underline;
}

a:active.off{
 padding:2px 0px 0px 0px;
 border-top:solid 3px #FF9900;
 color:#FF9900;
 text-decoration:underline;
}

/* -----フッター----- */

p.txt-footer{
 width:560px;
 line-height:140%;
 margin:0px auto;
/* background-color:#663300; border:solid 2px #663300;*/
 color:#ffffff;
 font-size:12pt;
 text-align:center;
}

/* -----見出しボックス小----- */

div.txtbox-w{
 width:580px;
 margin:0px auto;
}

div.txtbox-wl{
 float:left;
 margin-right:5px;
}

div.txtbox-wr{
 float:right;
 margin-left:5px;
}

div.txtbox-wl,
div.txtbox-wr{
 width:285px;
/* height:235px; */
}

/* div.txtbox-w p{ height:180px;} */

/* -----見出しボックス大----- */

div.txtbox{
 width:580px;
 margin:0px auto;
}

/* -----見出しボックス共通設定----- */

div.txtboxtab{
 width:125px;
 height:22px;
 line-height:140%;
 margin:10px 0px 0px 0px;
 border-top:solid 5px #FF9900;
 background-color:#009900;
 color:white;
 /* font-size:12pt; */
 text-indent:1ex;
 /* letter-spacing: 1px; */
}

div.txtboxtab a{
 width:125px;
 height:22px;
 display:block;
 color:white;
 text-decoration:none;
}

div.txtboxtab a:hover{
 background-color:#66ff00;
 text-decoration:underline;
}

div.txtboxtab a:active{
 color:#FF9900;
}

div.txtboxtxt{
 margin:0px 0px 0px 0px;
 border:solid 2px #009900;
}

.txtboxtxt p{
 line-height:140%;
 margin:6px;
 /* font-size:12pt; */
 letter-spacing: 2px;
}

/* -----画像配置設定----- */

.rfloat{
 float:right;
 margin:10px;
}

.lfloat{
 float:left;
 margin:10px;
}


/* -----テーブルの設定----- */

table.table1{
 border-top:1px solid #003300;		/* #666600 */
 border-left:1px solid #003300;		/* #666600 */
 border-collapse:collapse;
 border-spacing:0;
 background-color:#ffffff;
 empty-cells:show;
 margin:10px auto;
}
.table1 th{
 border-right:1px solid #003300;	/* #666600 */
 border-bottom:1px solid #003300;	/* #666600 */
 color:white;				/* #333300 */
 background-color:#009900;		/* #999900 */
 padding:5px;
 text-align:center;
}
.table1 td{
 border-right:1px solid #003300;	/* #666600 */
 border-bottom:1px solid #003300;	/* #666600 */
 padding:5px;
}

/* -----地図----- */
#map{
 width:500px;
 margin:10px auto;
}

/*
.mapspace{
 width:500px;
}
*/

/* -----罫線----- */

hr{ margin:10px;}

/* -----戻る----- */

p.return{
 margin:10px;
 line-height:140%;
 font-size:small;
 text-align:right;
}

/* -----スクロールボックスの設定----- */

div#scr1{
 width:108px;
 height:200px;
 overflow:scroll;
 border:ridge 2px #C0C0C0;
 margin:10px auto
}

#scr1 p{
 margin:4px;
 font-size:small;
}

/* -----clearfix----- */

.clearfix:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





-->
</style>