#footer {
	margin: 10px 0 0;
	padding: 0px 0 0px;
	color: #999;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: x-small;
}#header {
	border-bottom: solid 0px #0000ff;
	width: 100%;
	height: 75px;
	background: url("../image/header_bg.gif") 0 0 repeat-x;
	text-align: center;
}
/*ロゴ部分*/
.header_title {
	margin-right: 20px;
	float:left;
	width: 200px;
}


.header_content {
	margin-left: 284px;	/* 地図画像の左端に合うように調整 */
	text-align: center;
}
.header2 {
	margin: 0px;
	width: 100%;
	position: relative;
	text-align: center;
}
.header_left {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*HOME 地図選択*/
.header_right {
	margin: 52px 8px 0 0;
	font-size: 15px;
	color: #fff;
	text-align: right;
}

.header_right a {
	font-weight: bold;
	padding: 0 0 0 18px;
	color: #fff;
	text-decoration: none;
}
.header_left {
	padding-right: 10px;
}

/*HOME*/
.headerLinkItem a {
	background: url("../image/header_home.gif") 0 0 no-repeat;
}

/*地図選択*/
.headerMapSelect a {
	background: url("../image/header_select.gif") 0 0 no-repeat;
}

/*ログイン*/
.header_login a {
	background: url("../image/header_login.gif") 0 0 no-repeat;
}

/*2ndページ位置調整*/
#header2 .header_right {
        margin-top: auto;
        margin-right: 8px;
        position: relative;
}

#header2_1 .header_right {
        margin-top: auto;
        margin-right: 8px;
        position: relative;
        top: -25px;
}

/* メッセージパネル */
.messagePanel {
	top: 10px;
	left: 10px;
	width: 350px;
	border: 1px solid #108E10;
	background-color: #A5FFA5;
}
.messagePanel .title {
	text-align: right;
}
.messagePanel .content {
	padding: 0 10px 10px 10px;
	font-size: 0.75em;
}

/*ユーザー名*/
.header_userName {
	padding: 15px 0 0 15px;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	float: left;
}

/*レイヤセット名*/
.viewSetName {
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	position: relative; 
	top: 5px;
	color: #fff;
}
/*ダウンロード〜操作方法のメニュー部分*/
#operationMenu {
	top: 35px;
	left: 284px;
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*
.operationMenu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
*/
.header_system{
	padding: 15px 0 0 15px;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	float: left;
}

.viewSetName img {
	cursor: pointer;
	margin-left: 5px;
}

html {
	overflow-x:hidden;
}

body {
	margin: 10px;
	padding: 0px;
}

table,tr,td{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

div {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* 小ウィンドウ */
.miniWin {
	margin: 0 0 3px;
	clear: both;
}

.miniWinOff {
	margin: 0 0 3px;
}

.miniWinTitle{
	width: 250px;
	height: 25px;
	vertical-align: top;
	display: block;
	cursor: pointer;
}
.miniWinTitleNone{
	width: 250px;
	height: 25px;
	vertical-align: top;
	display: none;
}
.miniWinOff .miniWinContents {
	display: none;
}

#miniwin0{
	background: url("../image/left_menu00_off.gif");
}
#miniwin1{
/*■地図内にパネル表示*/
	background: url("../image/left_menu01_off_mini.gif");
	width: 183px;
}
#miniwin2{
	background: url("../image/left_menu02_off.gif");
}
#miniwin3{
	background: url("../image/left_menu03_off.gif");
}
#miniwin4{
	background: url("../image/left_menu04_off.gif");
}
#miniwin0close{
	background: url("../image/left_menu00_on.gif");
}
#miniwin1close{
/*■地図内にパネル表示*/
	background: url("../image/left_menu01_on_mini.gif");
	width: 73px;
}
#miniwin2close{
	background: url("../image/left_menu02_on.gif");
}
#miniwin3close{
	background: url("../image/left_menu03_on.gif");
}
#miniwin4close{
	background: url("../image/left_menu04_on.gif");
}

/*最下部のみマージンなし*/
#cnt4 {
	margin: 0;
}

/*属性パネルスクロール　20081211tuti*/
#attr2{
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
}

.miniWinContents {
	width: 99.2%;
	padding: 3px 0;
	display: block;
	border: 1px solid #ccc;
	text-align: center;
}

/* 読込み中画像 */
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 33%;
	text-align: center;
	vertical-align: middle;
	z-index: 99999;
	font-size: 16px;
	color: #888;
}

/* 作図パネル */
.drawPanel {
	width: 180px;
	border: 1px solid gray;
	background-color: #FFFFFF;
}
.drawPanel .title {
	background-color: gray;
	color: white;
	cursor: default;
	font-weight: bold;
	font-size: 16px;
}
.drawPanel .content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.drawPanel .title img {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.drawPanel a {
/*	padding-left: 5px;*/
}
.drawPanelHint {
	font-size: 10px;
	border-bottom: 1px dashed gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* 索引図ウィンドウ */
#indexMap {
	/*NNで索引図が左に寄る不具合対応20070406tuti*/
	text-align: left;
	/*padding:2px 33px 2px 33px; ■地図内にパネル表示*/
	width: 181px;
	/*おわり　NNで索引図が左に寄る不具合対応20070406tuti*/
	background-color: #F6FFF6;
	padding: 0px;	/* miniWinContentsのpaddingを解除 */
}
/* 索引図のボーダー */
.indexMapBorder {
/*	border: 1px solid #0000FF;*/
/*	margin: 10px;*/
}

.maindiv {
	margin: 3px;
	padding: 0;
}
#box {
	padding-right: 1px;
	height: 100%;
	vertical-align: top;
	width: 251px;
	float: left;
}
/*「閉じる」
左メニューの影はここで背景指定*/
.openclose {
	width: 12px;
	height: 500px;
	vertical-align: top;
	background: url("../image/openclosebg.gif") repeat-y;
	float: left;
}
.map {
	width: 100%;
	vertical-align: top;
	position: absolute;
	left: 267px;
	top: 79px;
}

/* 地図画像部分 */
#mapFrame {
/* 本コメントに記載のあるstyleは設定禁止
	position: relative;
	overflow: hidden;
	z-index: 0;
 */
	border: solid 1px #FE8206;
}

.mainViewPoiOff .vectorPOI {
	display: none;
}

/* 地図画像上に配置する装飾 */
.copyright {
/* 本コメントに記載のあるstyleは設定禁止
	z-index: 30;
*/
	position: absolute;
	left: 60px;
	bottom: 10px;
	font-size:11px;
}
.scalebar {
/* 本コメントに記載のあるstyleは設定禁止
	z-index: 30;
*/
	position: absolute;
	/*right: 20px;■地図内にパネル表示*/
	right: 200px;
	bottom: 10px;
}
.direction {
/* 本コメントに記載のあるstyleは設定禁止
	z-index: 30;
*/
	position: absolute;
	right: 20px;
	top: 10px;
	width: 53px;
	height: 53px;
}
/*最下部コメント*/
#comment {
	font-size: 75%;
	position: relative;
	top: 5px;
}
/*８方向ボタン*/
.move8 {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 300;
	cursor: pointer;
	border-style:none;
	width: 48px;
	height: 48px;
}

/** 位置検索 */
#locationSearchCase {
	width: 95%;
	margin: 2px 0 2px 0;
}
#locationSearchContents {
	margin: 3px auto 0;
	padding: 3px 0;
	width: 95%;
	background: url("../image/addbg01.gif") top left repeat-x;
}
#locationSearchContents table {
	text-align: left;
	width: 100%;
	font-size: 13px;
}
#locationSearchContents table tr td {
	padding: 3px 0 0;
	text-align: right;
}
#locationSearchContents table th {
	padding: 3px 0 0;
	font-weight: normal;
	white-space: nowrap;
}
#locationSearchContents table td select {
	width: 160px;
}
#facilityCateTdId {
	width: 60px;
}
#facilityDivId_0 select {
	width: 160px;
}
#pageControlDivId {
	text-align: center;
}
#pageResultDivId {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#resultInstanceDivId {
	padding-bottom: 2px;
}
.keywordHighlight {
	background-color: yellow;
}
.kensakubtn {
	position: relative;
	top: 3px;
	left: 2px;
}
#searchResultDivId {
	font-size: 13px;
	text-align: left;
}


/* 周辺施設 */
#feature, #feature table {
/*	font-size: 75%;*/
	font-size: 13px;
}
#feature table {
	margin: 0 auto;
	width: 95%;

}
#feature table tr td,
#feature table tr th {
	padding: 0 0 2px;
	font-weight: normal;
	text-align: left;
}
#feature table tr th a {
	color: #03f;
}
#feature table tr td {
	text-align: right;
}
.condition_notation{
	text-align: left;
	background: url("../image/addbg01.gif") bottom left repeat-x;
	padding-bottom: 2px;
}
.condition_panel{
	text-align: left;
	background: url("../image/addbg01.gif") top left repeat-x;
}
.condition_panel_tittle{
	color : blue;
	padding-top : 8px;
}

/* 主題ベクタPOIアイコン */
.vectorPOI {
	overflow: visible;
	position: absolute;
	cursor: pointer;
	z-index: 20;
}
.vectorPOI img {
	position: absolute;
	border-width: 0px;
	z-index: 0;
}
.vectorPOI img.point {
	z-index: 1;
}
.vectorPOI img.click {
	z-index: 2;
}

/* 複数POIアイコンリスト */
.poiList {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	z-index: 400;
}

.circumferenceHighlight {
	background-color: yellow;
}

/* 地図の下 */
#mapBottom {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ツールバー部分 */
.mapMenu #zoombar {
	width: 100%;
}

/* 縮尺変更ボタン */
#zoombar input.scale {
	width: 60px;
	height: 16px;
}
/* 拡大・縮小ボタン */
#zoombar input.zoom {
	width: 55px;
	height: 16px;
}
/* 全域表示ボタン */
#zoombar input.extent {
	width: 46px;
	height: 20px;
}

/* レイヤツリー */
#layer {
	padding: 0px;	/* miniWinContentsのpaddingを解除 */
	text-align: left;
}
.layerTree {	/* ツリー表示領域 */
	width: 100%;
	height: 200px;
/*	overflow: scroll;*/
	overflow: auto;
}
/* レイヤツリー 分類別
 *  ※分類の表示/非表示の設定は、map.jsで行います。
 */
.layerItemNoDisp {
	padding-left: 0px;
}
.layerItem1 {
	padding-left: 2px;
	font-size: 13px;
}
.layerItem2 {
	padding-left: 5px;
	font-size: 13px;
}
.layerItem3 {
	padding-left: 2px;
	font-size: 13px;
	font-weight: bold;
	background: url("../image/addbg01.gif") top left repeat-x;
}
.layerItem4 {
	padding-left: 19px;
	font-size: 13px;
	font-weight: normal;
}
.layerItem4WithLegend {
	text-decoration:none;
}
.layerUpdateBtn{
	text-align: right;
	background: url("../image/addbg01.gif") top left repeat-x;
}
.layerCheck {
}
.layerLabel {
}

.close .layerItem1, .close .layerItem2, .close .layerItem3, .close .layerItem4 {
	display: none;
}
img.layer_open_close {
	margin-right: 2px;
	cursor: pointer;
}

/* レイヤトグルボタン表示欄 */
.layerTuggle {
/* 本コメントに記載のあるstyleは設定禁止
	position: absolute;
	overflow: visible;
	z-index: 30;
*/
	left: 5px;
	top: 10px;
/*	width: 0px;*/
/*	height: 0px;*/
}
/* レイヤトグルボタン(共通) */
.tuggle_on, .tuggle_off {
	border: none;
	color: #777777;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0px 0px 0px;
	width: 91px;
	height: 31px;
	margin-left: 5px;
	cursor: pointer;
	float: left;
	text-indent: 23px;
}
/* レイヤトグルボタン(ON) */
.tuggle_on {
/*	background-color: #FE8206;*/
	color: #000000;
	background: url("../image/layerTuggle_on.gif");
	background-repeat: no-repeat;
}
/* レイヤトグルボタン(OFF) */
.tuggle_off {
/*	background-color: #FFFFFF;*/
	background: url("../image/layerTuggle_off.gif");
	background-repeat: no-repeat;
}
/* レイヤトグルボタン凡例 */
.tuggle_legend {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
}


/* 無効なリンク */
.aDisable {
	color: gray;
	cursor: default;
	text-decoration: none;
}
/* 有効なリンク */
.aEnable {
	color: #0000FF;
	cursor: pointer;
	text-decoration: underline;
}

/* 属性表示(configでclassを設定) */
.attrBody {
}
.attrBody div {
	margin-top:0px;
}
.attrTitle {
	font-weight: bold;
	text-align: left;
	display: none;
}
.attrLayerName {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
}
.attrTable {
	border: 1px solid #C0C0C0;
	empty-cells: show;
	border-collapse: collapse;

	width: 100%;
}
.attrTable th {
	background-color: #FFD256;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
.attrTable td {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
.attrNameCell {
	width: 30%;
}
.attrValueCell {
	width: 70%;
}
.attrValueCell div, .attrValueCell div input, .attrValueCell div select {
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
}

.attrTimeName {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	text-align: left;
}
.timeAttrTable {
	border: 1px solid #C0C0C0;
	empty-cells: show;
	border-collapse: collapse;

	width: 100%;
}
.timeAttrTable td {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
.timeAttrNameCell {
	width: 30%;
	background-color: #FFFFCC;
}
.timeAttrValueCell {
	width: 70%;
	background-color: #FFFFCC;
}
.timeAttrEditNameCell {
	width: 30%;
}
.timeAttrEditValueCell {
	width: 70%;
}
.timeAttrValueCell div, .timeAttrValueCell div input, .timeAttrValueCell div select {
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
}

/* 必須入力マークの文字色 */
.attrRequired {
	color: red;
}
/* 妥当性違反時の背景色 */
.attrInvalidRow {
	background-color: #FFCCCC;
}
/* 妥当性違反時のメッセージ */
.attrInvalidMessage {
	color:red;
	font-size : 10px;
	padding: 2px;
}

/* ボタン */
.attrBtnPanel {
}
.attrBtnPanel a {
	margin: 1px;
	font-size: 12px;
}
.attrBtn {
	/*width: 80px;*/
	margin: 5px;
}
.featureBtn{
	padding: 3px;
}
.attrPage{
	font-size: 12px;
	width: 228px;
}
/* メニュー */
.menuTable {
	margin-left: auto;
	margin-right: auto;
}
.menuTable td {
	vertical-align: top;
}
.menuItem, .subMenuItem {
	cursor: pointer;
/*	width: 80px;*/
/*	height: 24px;*/
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.menuItem {
}
.subMenuItem {
}

/*時間属性*/
.header_date {
	top: -10px;
	left: 23px;
	position: absolute;
	float: left;
	width: 120px;
}

/*レイヤ情報アイコン*/
.header_layer_info {
	padding: 15px 0 0 0;
	float: left;
}
/*時間指定*/
.header_time {
	padding: 19px 0 0 0px;
	color: #000;
	font-size: 75%;
	font-weight: bold;
	float: left;
}

/* 地図URL,主題図切替 */
#mapUrl {
	left:0px;top:70px;
	width:60%;z-index:99980;
	text-align:center;vertical-align:middle;
	background-color:#fff;-moz-opacity: 0.9;opacity:.90;filter: alpha(opacity=90);
	background-image:url(../../../jsp/lite/image/disable.gif);
	background-position:center;
	position: relative;
	padding: 10px;
}
#chTheme {
	left:0px;top:70px;
	width:80%;z-index:99980;
	text-align:center;vertical-align:middle;
	background-color:#fff;-moz-opacity: 0.9;opacity:.90;filter: alpha(opacity=90);
	background-image:url(../../../jsp/lite/image/disable.gif);
	background-position:center;
	position: relative;
	padding: 10px;
}
#bookmarkUrl{
	position: relative;
	width:90%;
	top:-6px;
	z-index:99990;
}

/* mapurlDisp画像 */
#mapurlDisp, #chThemeDisp {
	left:0px;top:0px;
	width:100%;height:130%;z-index:99970;
	text-align:center;vertical-align:middle;
	background-color:#ddd;-moz-opacity: 0.9;opacity:.90;filter: alpha(opacity=90);
	background-image:url(../../../jsp/lite/image/disable.gif);
	background-position:center;
	position: absolute;
}
/*
 * 2007.03.02 背景画像拡大・縮小検証用
 * 検証するときのみコメントを解除する
 */
/*
.backZoom img {
	display: none;
}
.backZoom img.scale {
	display: inline;
}
.backNormal img {
	display: inline;
}
.backNormal img.scale {
	display: none;
}
*/


/*
 * 条件検索用
 */
.conditionTitleLink {
	margin-left: 20px;
}
.conditionSelectLK {
	font-weight: bold;
}
.conditionPanelActive {
	border: 2px solid #FFFF00;
}
.conditionBody {
	margin-left: 10px;
	margin-right: 5px;
}
}
ul.conditionList {
	padding-left: 10px;
}
ul.conditionScrollList {
	height: 120px;
	overflow: auto;
	border: 1px solid #CCC;
}
ul.conditionList .layerItemNoDisp {
	height:0px;
}

* {
	margin: 0;
	padding: 0;
}
.tabMenu, .tabMenuSelected {
	border: 1px solid #3366FF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#content{
	margin: 5px;
}
/*20070508 ボタンを画像に変更
.tabMenu {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	cursor: pointer;
}

.tabMenuSelected {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3366FF;
}
*/
.styleDiv {
	border: 1px solid #FF9664;
	padding: 10px;
}

.part {
	text-align: center;
	margin-top: 10px;
}
.description {
	color: #25A025;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
	background: url("../image/description_bg.gif") left no-repeat;
}

.partContent {
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

.partContent table {
	width: 90%;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
}
.partContent table td {
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.partContent table tr td {
	cursor: pointer;
}
.partContent table tr td div {
	padding: 5px;
}
.button {
	/*width: 100px;*/
	padding: 15px 5px 5px 5px;
}

.pointHighlight {
	background-color: #EAEAEA;
}
.highlight {
	background-color: #FFFF00;
}

/* アイコンカテゴリ */
.iconCategoryContent {
	text-align: left;
	font-size: 15px;
}
.iconCategoryContent a {
	line-height: 1.5em;
	white-space: nowrap;
}
.iconCategoryContent span {
	margin-left: 15px;
	margin-right: 15px;
}
/* アイコン */
.iconTable {
	font-size: 13px;
}
/* 線種・線幅 */
table.lineTypeTable {
	width: auto;
}
table.lineTypeTable td {
	padding: 10px;
}
/* 色 */
table.colorTable {
	width: auto;
}
table.colorTable tr td {
	text-align: center;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	padding: 0px;
}
table.colorTable tr td div {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
table.colorTable tr td.highlight {
	background-color: transparent;
}
table.colorTable tr td.highlight div {
	width: 30px;
	height: 30px;
	cursor: auto;
}
/* 面境界線の線種・線幅 */
table.areaTypeTable {
	width: auto;
}
table.areaTypeTable td {
	padding: 10px;
}
/* テキスト入力欄 */
.text {
	width: 70%;
}
/* テキストの文字サイズ */
table.textSizeTable {
	width: auto;
}
table.textSizeTable td {
	padding: 5px;
	cursor: pointer;
}
table.textSizeTable tr td.highlight {
	cursor: auto;
}


/*以下追加、上書き*/
/*****************基本部分******************/
body {
	margin: 0;
	padding: 0;
	/*background-color: #F2FDEA;*/
}
a img {
	border: 0px none;
}
/*Wrap*/
#contents {
	/*padding-right: 3px;*/
	padding-right: 0px;
	/*width: 96%;*/
	width: 100%;
	background-color: #fff;
	background: url("../image/bodybg.gif") top right repeat-y #fff;
}
/*****************メモ、計測　サブメニュー用******************/
#menu01,
#menu04 {
	position:absolute;
	left:460px;
	top:65px;
	visibility:hidden;
	z-index:300;
}
#menu04 {
	left:580px;
	top:65px;
}
#menu02,
#menu05 {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:120px;
}
.menu03,
.menu04 {
	width:199px;
}
#menu02_Item_0,
#menu05_Item_0 {
	left:0px;
	top:0px;
}
#menu02_Item_1,
#menu05_Item_1 {
	left:0px;
	top:19px;
}
#menu02_Item_2,
#menu05_Item_2 {
	left:0px;
	top:37px;
}
#menu02_Item_3 {
	left:0px;
	top:55px;
}
#menu02_Item_4 {
	left:0px;
	top:73px;
}
#menu02_Item_5 {
	left:0px;
	top:90px;
}
#menu02_Item_6 {
	left:0px;
	top:106px;
}

#menu01 a {
	text-align:left;
	vertical-align:middle;
	padding:0px;
	display:block;
	position:absolute;
}.categorySet {
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
	text-align: left;
}
.category {
	margin-bottom: 20px;
}
.categoryHeader {
	position: relative;
	background-color: #D9ECFB;
	margin: 0px;
	border: 1px solid #D5E9C1;
	padding: 0px;
	font-size: 15px;
}
.categoryBody {
	position: relative;
	overflow: auto;
	overflow-y: scroll;
	height: 120px;
}
.categoryName, .categoryMap{
	padding: 3px;
}
.categoryItem {
	clear: both;
}

/* BBSパターン１ */
.bbs .categoryHeader {
	/*display: none;*/ /*分類を非表示にする場合はコメントアウトを外す*/
}
.bbs .categoryHeader .categoryName, .bbs .categoryHeader .categoryMap {
	position: relative;
	text-align: left;
	padding: 0px;
	/*分類・地図には画像やインデントをつけない*/
	background: url("");
	text-indent: 0px;
}
.bbs .categoryItem {
	position: relative;
	background: url("../image/top_tdbg01.gif") bottom left repeat-x;
}
.bbs .categoryName {
	float: left;
	/*display: none;*//*分類を非表示にする場合はコメントアウトを外す*/
	color: #68B221;
	font-weight: bold;
	font-size: 15px;
	text-indent: 18px;
	background: url("../image/top_viewgatebg.gif") top left no-repeat;
	
	/*分類の幅に応じて変更する*/
	width: 200px;/*IE5.5用*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;/*IE5.5以外*/
}
.bbs .categoryMap {
	margin-left: 0px;/*FireFoxのため0にした、弊害：分類に地図が回り込む*/
	font-size: 15px;
	overflow: hidden;
}
.bbs .categoryMap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bbs .categoryMap ul li {
	display: inline;
	white-space: nowrap;
	line-height: 1.5em;
	margin-left: 5px;
	margin-right: 5px;
}
.categoryMap ul .separator {
	margin-left: 5px;
	margin-right: 5px;
}

/* MyMapパターン１ */
.mymap .categoryItem {
	padding: 0px;
	margin: 0px;
	/*border-bottom: 1px solid #000000;*/
	/*border-right: 1px solid #000000;*/
	/*border-left: 1px solid #000000;*/
	background: url("../image/top_tdbg01.gif") bottom left repeat-x;
	position: relative;

	width: 100%;/*IE5.5用*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;/*IE5.5以外*/
}
.mymap .categoryMap ul {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	list-style: none;
}
.mymap .categoryMap ul li {
	display: inline;
	white-space: nowrap;
	line-height: 1.5em;
}
.mymap .categoryMap ul .separator {
	/*display: none;*/
	font-size: 15px;
}
.mymap .firtViewSetItem{
}
.mymap .viewSetItem{
	margin-left: 10px;
}
.mymap .categoryName {
	float: left;
	/*display: none;*//*分類を非表示にする場合はコメントアウトを外す*/
	color: #68B221;
	font-weight: bold;
	font-size: 15px;
	text-indent: 18px;
	background: url("../image/top_viewgatebg.gif") top left no-repeat;

	/*分類の幅に応じて変更する*/
	width: 150px;	/*IE5.5用*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;	/*IE5.5以外*/
}
.mymap .categoryMap {
	margin-left: 0px;/*FireFoxのため0にした、弊害：分類に地図が回り込む*/
	overflow: hidden;
	font-size: 15px;
}

/* パターン２(BBS,MyMap) */
/*
.bbs .categoryHeader {
	display: none;
}
.mymap .categoryHeader {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
}
.categoryBody {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 498px;
}
.categoryItem {
	padding: 5px;
	border-bottom: 1px solid #000000;
}
.categoryMap ul {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	list-style: none;
}
.categoryMap ul li {
	display: inline;
	white-space: nowrap;
	line-height: 1.5em;
}

.categoryMap ul .separator {
	margin-left: 5px;
	margin-right: 5px;
}
*/

.selectedCategory {
	background-color: yellow;
}

.loading{
	font-size: 12px;
	color: #888;
	/*width:100%;height:100%;*/
	z-index:200;
	padding-top: 20px;
}
.rubberband
{
	background-color:	#ff0000;
	border-top:			0px solid #ff0000;	
	border-bottom:		0px solid #ff0000;
	border-left:		0px solid #ff0000;	
	border-right:		0px solid #ff0000;	
	border-collapse:	collapse;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		0px;
	padding-right:		0px;
	width:				2px;
	height:				2px;
	position:			absolute;
	z-index:			101;
	visibility:			hidden;
}

.icon
{
	border-top:			0px solid #ff0000;	
	border-bottom:		0px solid #ff0000;
	border-left:		0px solid #ff0000;	
	border-right:		0px solid #ff0000;	
	border-collapse:	collapse;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		0px;
	padding-right:		0px;
	position:			absolute;
	z-index:			101;
	visibility:			hidden;
}

.rect
{
	border-top:			2px solid #ff0000;	
	border-bottom:		2px solid #ff0000;
	border-left:		2px solid #ff0000;	
	border-right:		2px solid #ff0000;	
	border-collapse:	collapse;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		0px;
	padding-right:		0px;
	position:			absolute;
	z-index:			101;
	visibility:			hidden;
}