/******************************/

/*全体領域ﾚｲｱｳﾄ関係           */

/******************************/

body {
    background-color: #fff;
    /* resize #DCF0DC */
    padding: 0px;
    margin: 0px;
    /* resize
 background-image: url(images/03.gif);
*/
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 9pt;
}

a, a:visited, a:hover, a:active {
    color: #000000;
}

a img {
    border: none
}

#topBox {
    position: absolute;
    top: 0px;
    left: auto;
    width: 975px;
    height: 56px;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    right: auto;
    /*addnew*/
    /* background-image: url(images/top_bk.gif);*/
    /* background-image: url(images/top_ln.gif); */
    /* resize */
    background-repeat: repeat-x;
}

#outerBox {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 975px;
    /*1024px*/
    height: 605px;
    /*700px*/
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
}

#centerBox {
    position: absolute;
    top: 0px;
    /*0px*/
    left: 280px;
    /*260px*/
    width: 690px;
    /*755px*/
    height: 600px;
    /*670px*/
    padding: 0px;
    margin: 0px;
}

/*2012.6.4 add matsuoka 描画領域拡大機能 St*/

#changeLeftBoxButton {
    position: absolute;
    z-index: 9997;
    left: 280px;
    top: 120px;
}

/*2012.04.18 add matsuoka 描画領域拡大機能 Ed*/

#bottunsBox {
    width: 674px;
    /*100%*/
    position: absolute;
    top: 4px;
    /*5px;*/
    left: -10px;
    /* padding: 3px;*/
    /*addnew*/
    /* border: 1px solid #000000;*/
    /*addnew*/
    height: 30px;
    /*addnew*/
}

/*********************************************************/

/*menuButtons関係(住所から探す～印刷ﾌﾟﾚﾋﾞｭｰまでのﾚｲｱｳﾄ)  */

/*********************************************************/

/*
#menuBottuns{
 display : block;
 width: 100%;
 position : absolute;
 padding: 3px;			
 height: 100%;
 border: 1px solid #000000;	
}
*/

#menuBottuns {
    /* 200805ボタン用ここから▽ */
    width: 900px;
    /* resize 100% */
    height: 20px;
    margin: 0;
    padding: 2px 0px 0px 10px;
    white-space: nowrap;
}

#menuBottuns a {
    color: #fff;
}

#menuBottuns a:hover {
    color: #000099;
}

#menuBottuns ul {
    margin: 0;
    padding: 0;
    /*	list-style-type : none; 	*/
}

#menuBottuns li {
    /*	list-style-image:url(images/zoom.gif); */
    display: inline;
    padding: 0;
    margin: 10px 3px;
    float: left;
}

.BottunsSearch a {
    display: block;
    background-image: url(pix/menuBottuns_search01_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 5px;
    text-decoration: none;
    width: 90px;
    height: 18px;
    /*	margin: 10px 3px; */
    text-align: center;
}

.BottunsSearch a:hover {
    display: block;
    background-image: url(pix/menuBottuns_search02_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 5px;
    text-decoration: none;
    width: 90px;
    height: 18px;
    text-align: center;
}

.BottunsCalc a {
    display: block;
    background-image: url(pix/menuBottuns_measure01_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 3px;
    text-decoration: none;
    color: #FFF;
    width: 90px;
    height: 18px;
    /*	margin: 10px 3px; */
    text-align: center;
}

.BottunsCalc a:hover {
    display: block;
    background-image: url(pix/menuBottuns_measure02_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 3px;
    text-decoration: none;
    color: #000099;
    width: 90px;
    height: 18px;
    text-align: center;
}

.BottunsPaint a {
    display: block;
    background-image: url(pix/menuBottuns_paint01_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 3px;
    text-decoration: none;
    color: #FFF;
    width: 100px;
    height: 18px;
    /*	margin: 10px 3px; */
    text-align: center;
}

.BottunsPaint a:hover {
    display: block;
    background-image: url(pix/menuBottuns_paint02_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 3px;
    text-decoration: none;
    color: #000099;
    width: 100px;
    height: 18px;
    text-align: center;
}

.BottunsPrint a {
    display: block;
    background-image: url(pix/menuBottuns_print01_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 5px;
    text-decoration: none;
    color: #FFF;
    width: 100px;
    height: 18px;
    /*	margin: 10px 3px; */
    text-align: center;
}

.BottunsPrint a:hover {
    display: block;
    background-image: url(pix/menuBottuns_print02_green.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 5px;
    text-decoration: none;
    color: #000099;
    width: 100px;
    height: 18px;
    text-align: center;
}

/* ボタン用ここまで△ */

/*
#searchAddress{
 margin : 2px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 9pt ;
 text-decoration : underline ;
 border : none;
}
#searchFeature{
 margin : 1px 3px 0px 0px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
#calcLine{
 margin : 1px 3px 0px 0px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
#calcArea{
 margin : 1px 3px 0px 0px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
#editMap{
 margin : 1px 3px 0px 0px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
#printMap{
 margin : 1px 3px 0px 20px;
 vertical-align : middle ;
 height : 23px;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
*/

/*2012.06.04 add matsuoka*/

/* 2018.06.20 nakamura del
#birdMap{
 vertical-align : middle ;
 padding : 2px;
 font-size: 12pt ;
 font-size: 9pt ;
 text-decoration : underline ;
}
*/

/******************************/

/*計測関係                    */

/******************************/

#calcOpeButtons {
    visibility: hidden;
    display: none;
    width: 100%;
    height: 320px;
    padding-top: 2px;
    padding-left: 8px;
}

#calcLabel {
    display: inline;
    height: 95%;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    font-weight: bold;
}

/* .calcOperation {
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-color: #25B7D3;
    color: #fff;
    border-radius: 20px;
    border: none;
    text-decoration: none;
} */

.calcOperation {
    padding: 4px 12px;
    margin-bottom: 0;
    /* font-size: 14px; */
    text-align: center;
    vertical-align: middle;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-color: #25B7D3;
    color: #fff;
    border-radius: 20px;
    border: none;
    text-decoration: none;
}

.calcOperation:hover {
    opacity: 0.8;
    color: #fff;
}

.calcOperation:disabled {
    background-color: #ccc;
    color: #333;
}

.calcOperation:disabled:hover {
    opacity: 1.0;
}

#Measure_Result {
    position: absolute;
    overflow: hidden;
    backgroundColor: #FFFF99;
    padding: 10px;
    fontWeight: bold;
    /*制御上の問題でjs側に記載すること!!
 top      : 43px;
 left     : 702px;
 height   : 17px;
 width    : 238px;
*/
}

/******************************/

/*縮尺関係                    */

/******************************/

#scalesBox {
    position: absolute;
    top: 42px;
    left: 0px;
    /*5px*/
    display: block;
    width: 674px;
    /*100%*/
    padding: 3px;
    /*addnew*/
    border-top: 1px solid #666666;
    /*addnew*/
}

.scaleButton {
    margin: 0px 3px 0px 0px;
    padding: 3px 4px;
    /* font-size: 15px; */
    height: 20px;
    text-decoration: none;
    background-color: #ccc;
    border-radius: 10px;
}

.scaleActiveButton {
    margin: 0px 3px 0px 0px;
    padding: 3px 4px;
    font-size: 15px;
    height: 20px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF78B0;
    border-radius: 10px;
}

/*
#prvIDCombo{
 margin-left : 30px ;
 font-size: 9pt ;
}
*/

/******************************/

/*地図領域関係                */

/******************************/

#mapZone {
    position: absolute;
    top: 75px;
    width: 680px;
    /*753px*/
    border: 1px solid #000000;
}

#addressBox {
    width: 100%;
    font-size: 12pt;
    /*10.5pt*/
    font-weight: bold;
    color: #000;
    /* 20080519 #FFFFFF*/
    background-color: #CCF3FF;
    border-bottom: 1px solid #000000;
    /* border-bottom : 1px solid #DCF0DC;*/
    background-image: url(images/tool_bk.gif);
    /* background-repeat: repeat-y;*/
}

#mapBox {
    width: 100%;
    /* height: 500px;*/
    height: 475px;
    margin: 0px;
}

#MainMap {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

/******************************/

/*印刷関係                    */

/******************************/

#printLabel1 {
    display: none;
    text-align: center;
    width: 672px;
    /*752px*/
    font-size: 16px;
    color: #9999FF;
    position: absolute;
    top: 4px;
    left: 10px;
}

#printLabel2 {
    display: none;
    text-align: center;
    width: 672px;
    /*752px*/
    font-size: 16px;
    color: #9999FF;
    position: absolute;
    top: 38px;
    left: 10px;
}

/* -- お絵かき用設定 --*/

#editMenuBox {
    display: none;
    height: 472px;
    width: 250px;
    margin: 0px;
}

#otherMenu {
    width: 100%;
    top: 0px;
    padding: 0px;
    margin: 0px;
    border: solid 1px #000;
}

.otherMenuItem {
    display: block;
    width: 40%;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#opeMenu {
    width: 100%;
    height: 120px;/*90px;*/
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

#opeMenuLabel {
    padding: 3px 0px 0px 3px;
}

.iconTypeMenuItem {
    width: 31px;
    height: 24px;
    margin: 2px 5px 0px 5px;
    border: 3px solid #FFF3CC;
}

.selectedMenuType {
    margin: 0px 5px 0px 5px;
    border: 3px #FF0000 solid;
    width: 31px;
    height: 24px;
}

#editType {
    width: 100%;
    padding: 0px;
    margin-top: 2px;
    /*border-bottom: solid 1px #333;  */
}

.editButton {
    display: block;
    text-decoration: none;
    width: 100%;
}

.editTypeItem:hover {
    color: #fff;
}

.editTypeItem {
    display: block;
    /*
 background: -moz-linear-gradient(65deg, #00B050, #009E9F); 
 background: -webkit-linear-gradient(65deg, #00B050, #009E9F); 
 background: linear-gradient(25deg, #00B050, #009E9F); 
*/
    background-color: #5c85d6;
    color: #ffffff;
    /* background-color:#CCF5A3;*/
    width: calc(100% - 6.5px);
    display: block;
    padding: 7px 3px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    text-decoration: none;
    /*background-image: url(images/tool_bk.gif);*/
    /* 20080519 menu_bk.gif*/
    /* background-repeat: repeat-y;*/
}

.last-border {
    border-bottom: solid 1px #000;
}

.editItem {
    width: 100%;
    overflow: auto;
}

#iconBox {
    display: none;
    height: 290px;
    width: 100%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
}

#polygonBox {
    display: none;
    width: 100%;
    height: 290px;
    overflow: auto;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
}

#lineBox {
    display: none;
    height: 290px;
    width: 100%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
}

#textBox {
    display: none;
    height: 290px;
    width: 100%;
    border: solid 1px #000;
}

#iconMenu {
    width: 180px;
    margin-top: 5px;
    margin-left: 5px;
    border: solid 1px #FF3300;
}

#iconTable {
    width: 160px;
}

.iconCell {
    padding: 2px;
}

.labelEdit {
    margin-top: 2px;
    margin-left: 5px;
    clear: left;
}

.selectedIcon {
    border: 2px #FF0000 solid;
    /* background-color: #FF0000;*/
}

.addItem {
    position: absolute;
}

.WTable {
    margin-top: 5px;
    margin-left: 5px;
}

.widthSelected {
    background-color: #9999FF;
}

.CArea {
    margin: 5px;
    display: block;
}

.colorEdge {
    float: left;
    border: 0.25em inset;
}

.colorItem {
    width: 15px;
    height: 15px;
}

.colorSelected {
    float: left;
    border: 0.25em solid #FF0000;
}

.OTable {
    clear: left;
    width: 165px;
    margin: 5px;
}

.opacitySelected {
    background-color: #9999FF;
}

#textEdit {
    margin: 5px;
    width: 90%;
}

#textSTable{
    margin-left: 5px;
}

/******************************/

/*印刷ﾌﾟﾚﾋﾞｭｰ関係             */

/******************************/

/* -- 印刷用ページ -- */

#p_outerBox {
    display: block;
    position: absolute;
    width: 680px;
    /*800px*/
    height: 580px;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    left: 50%;
    margin-left: -400px;
}

#p_label1 {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 50%;
    left: 20px;
}

#p_label2 {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 20px;
    left: 20px;
}

#p_addressBox {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 20px;
    top: 40px;
}

#p_mapBox {
    position: absolute;
    top: 60px;
    left: 20px;
    height: 500px;
}

/******************************/

/*印刷用紙選択関係            */

/******************************/

#printlayout {
    padding: 10px;
    left: 432px;
    top: 250px;
    width: 160px;
    height: 90px;
    position: absolute;
    /*background-color:RGB(255,255,220);*/
    background-color: #fafafa;
    border: ridge 1px #333;
    z-index: 1;
    display: none;
}

#printStart {
    font-size: 13px;
    background-color: #0078d0;
    border: none;
    border-radius: 20px;
    color: #fff;
    padding: 3px 10px;
}

#printStop {
    color: #fff;
    font-size: 13px;
    border: none;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #333;
}

/* 2012.12.26 add start saga 印刷プレビュー対応(分割印刷) */

/*プリントレイアウト（用紙選択）*/

/* \*/

* html #tlc, * html #trc {
    height: 1%;
}

/* */

#tlc, #trc {
    zoom: 1
}

#printlayoutArea .hrdiv {
    clear: left;
    width: 100%;
    margin: 2px 0;
    border-top: 1px solid #ccc;
    height: 0px;
}

#printlayout_Division {
    display: none;
    position: absolute;
    top: 50px;
    left: 280px;
    background-color: #eee;
    text-align: left;
    z-index: 10052;
    width: 500px;
}

#printlayoutArea {
    /* 20150105 takase 編集 
	display: inline-block;
	padding: 20px;
*/
    display: inline-block;
    padding: 20px;
    /* mod st */
    background-color: #ffffff;
    border: solid 1px #808080;
    /* mod ed */
}

#printlayoutArea .printlayoutTitle {
    clear: left;
    padding: 3px;
    background-color: #003399;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#printlayoutArea span {
    display: inline-block;
    clear: left;
    float: left;
    margin: 5px 0 5px 5px;
    height: 19px;
    font-size: 15px;
    line-height: 1.4em;
    white-space: nowrap;
}

#printlayout #layoutCapture {
    border: 2px solid #003399;
}

#printlayoutArea label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-middle;
}

#layoutImageArea {
    width: 460px;
    height: 350px;
}

#printFilter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10051;
}

/* 2013.01.25 add start saga 分割印刷プレビュー対応 */

#printFilter_Division {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10051;
}

/* 2013.01.25 add end saga 分割印刷プレビュー対応 */

#tlc, #trc, #blc, #brc {
    /* 左上,右上,左下,右下かどまる */
    background-color: transparent;
    background-repeat: no-repeat;
}

/* #tlc {
	background-image:url(../images/round/tlc.gif); background-position: 0% 0%;
}
#trc {
	background-image:url(../images/round/trc.gif); background-position: 100% 0%;
}
#blc {
	background-image:url(../images/round/blc.gif); background-position: 0% 100%;
}
#brc {
	background-image:url(../images/round/brc.gif); background-position: 100% 100%;
} */

#tb, #bb {
    /* 左ボーダー,下ボーダー */
    background-color: transparent;
    background-repeat: repeat-x;
}

#tb {
    /* 上ボーダー */
    /* background-image:url(../images/round/tb.gif); background-position: 0% 0%; */
}

#bb {
    /* 下ボーダー */
    /* background-image:url(../images/round/bb.gif); background-position: 50% 100%; */
}

#rb {
    /* 右ボーダー */
    /* background-image:url(../images/round/r.gif); background-position: 100% 0%; background-repeat: repeat-y; */
}

#lb {
    /* 左ボーダー */
    /* background-image:url(../images/round/l.gif); background-position: 0% 100%; background-repeat: repeat-y; */
}

/* 2012.12.26 add end saga 印刷プレビュー対応(分割印刷) */


.maincolor{
    background-color: #1368d7;
}