@charset "utf-8";

div.divContents *
{
    margin:0;
    padding:0;
}

/* GoogleMapと検索結果を囲う枠 */
div.divMapBox
{
    clear:both;
    height:700px;
}
/* GoogleMap描画スペース */
div#divMapCanvas
{
    float:right;
    width:698px;
    height:700px;
}

/* 検索結果表示スペースの枠 */
div.divItemBox
{
    float:left;
    border-top:solid 1px #000;
    border-right:solid 1px #000;
    width:199px;
    height:700px;
    overflow:auto;
}
/* 検索結果表示スペース */
div#divItemList
{
    white-space: normal;
    margin-top:5px;
    margin-left:5px;
    width:190px;
}
/* 検索結果表示スペースの見出し */
div#divItemList h2
{
    margin-top:0.5em;
    font-size:medium;
}
/* 検索結果表示スペースの項目名 */
div#divItemList p
{
    cursor:pointer;
}
div#divItemList td
{
    padding:2px 15px 2px 5px;
    white-space: nowrap;
}

#divAreaList label {
	margin-right: 13px;
	margin-left: 2px;
}


/* GoogleMap内のフキダシ */
table.tblInfoWindow
{
    margin-top:5px;
}
/* GoogleMap内のフキダシ */
table.tblInfoWindow td
{
    vertical-align:top;
}

table.tblInfoWindow td.td_descrip
{
    padding-left: 10px;
}

/* GoogleMap内のフキダシ */
table.tblInfoWindow th
{
    text-align:left;
}

div.divAreaList,
div.divIconList
{
    border:solid 1px #ccc;
    margin-top:5px;
    margin-bottom:5px;
}
div.divAreaList
{
    padding:5px;
    letter-spacing:-1px;
}
div.divAreaList label
{
    margin-right:3px;
}

div.divIconList td,
div.divIconList th
{
    padding:5px;
}

table.tblCtrl
{
    /*margin-bottom:10px;*/
}
table.tblCtrl td.tdBox
{
    vertical-align:bottom;
    width:600px;
}
table.tblCtrl td.tdSearchBtn
{
    vertical-align:bottom;
    padding:0px 0px 5px 5px;
}
div.divCtrlLeft
{
    float:left;
    padding-left:10px;
    width:150px;
}
div.divCtrlRight
{
    float:right;
  /*  width:320px; */
	width:700px;
	background-color: #FFF;
	padding-left: 10px;
}
div.divCtrlRight ol
{
    padding-left:2em;
    padding-right:10px;
    letter-spacing:-1px;
}

/*
.imgIcon_0
{
    width:17px;
    height:19px;
}

*/