@charset "utf-8";
/* CSS Document */

body {
	line-height: 1.4;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #F3F3F3;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url(../image/bk.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む block からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* block 自体ではなく block 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した block をネストして使用することもできます。 */
}
.container .sidebar0 .ku_list {
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #999999;
}
.sidebar0 .ku_list li {
	margin-left: 10px;
	line-height: 25px;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
img {
	margin: 0px;
	padding: 0px;
	display: block;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}
/* ~~ この固定幅コンテナが他のすべての block を囲みます。~~ */
.container {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */
header {
}
/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、block エレメントの上部または下部にのみ配置されます。これらの block 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、block 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。block エレメント内のエレメントの余白を削除し、さらにその block エレメント内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の block エレメントを追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した block の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、block エレメントのルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー block をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で block を移動する必要はありません。

*/
#gnavi{
	background-color: #018338;
	height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(1,178,76,1.00) 0%,rgba(1,131,56,1.00) 24.87%,rgba(1,131,56,1.00) 81.35%,rgba(1,178,76,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,178,76,1.00) 0%,rgba(1,131,56,1.00) 24.87%,rgba(1,131,56,1.00) 81.35%,rgba(1,178,76,1.00) 100%);
	}
#gnavi_link{
	position:absolute;
	left:0px;
	top:3px;
	
}
#gnavi_link a{
	display:inline-block;
	
	padding-left:30px;
	padding-right:30px;
	line-height:30px;
	
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:300;
	margin:0px;
	
}

#gnavi_link a:hover{
	background-color: #C1D8CB;
	color: #018338;	
	
}
#fav_link{
	position:absolute;
	left:700px;
	top:8px;
	
}
#fav_link a{
	color:#fff;
}
.fav_num{
	color:#fff;
	display:inline-block;
	margin-left: 5px;
	margin-right: 5px;
	border-top-left-radius: 0px;
	background-color: hsla(119,31%,66%,1.00);	
	padding-left:5px;
	padding-right:5px;
}
#fav_link_bt{
	position:absolute;
	left:850px;
	top:3px;
	
}
.sidebar1 {
	float: right;
	width: 160px;
	background-color: #F0F0F0;
	padding-bottom: 10px;
	display: block;
}
.content {
	padding: 0px;
	width: 830px;
	float: left;
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */


/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul#nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	line-height: 40px;
	border-bottom: 1px solid #666;
	width: 100%;
	height: 40px;
}
ul#nav li {
	border-bottom-color: #666;
	border-bottom-style: solid;
	float: left;
	text-align: center;
}
ul#nav a, ul#nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 0px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 165px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	border-left: 1px solid #333333;
}
ul#nav a:hover, ul#nav a:active, ul#nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FFFFFF;
	background-color: #FFC549;
}
#bread {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* ~~ フッター ~~ */
footer {
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	
}
/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
	display: block;
}
.txt10{
	font-size:10px;
}
.txt16{
	font-size:16px;
}
#detail_left {
	width: 230px;
	float: left;
	display: block;
	margin-left: 10px;
}
#detail_main {
	width: 580px;
	float: right;
	display: block;
}
#map_canvas {
	width: 400px;
	height: 240px;
	float: left;
	background-color: #F3F3F3;
}
#mark {
	width: 180px;
	height: 240px;
	float: left;
}
#mark td {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	width: 58px;
	height: 40px;
	vertical-align: middle;
}
#mark th {
	height: 20px;
	font-size: 12px;
}
#property {
	clear: both;
	margin-top: 10px;
}
#property td {
	font-size: 14px;
	padding-left: 10px;
}
#frmEntry th{
	font-size: 14px;
	background-color: #B8DDB3;	
}
#frmEntry td{
	padding-left:10px;
}
#frmEntry label{
	display:inline-block;
	margin-right:10px;
}
.red16 {
	font-size: 16px;
	color: #FF0004;
}
#property th {
	font-size: 14px;
	background-color: #8BBEE3;
	width: 100px;
}
#gaikan {
	text-align: center;
	padding: 0px;
}
#gaikan img {
	max-width: 230px;
	margin: 0px;
	border: thin solid #D8D8D8;
}
.side_bt {
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
.side_bt a:hover img {
	visibility: hidden;
}
#side_bk1 {
	background-image: url(../../img/side_bt1_on.png);
}
#side_bk2 {
	background-image: url(../../img/side_bt2_on.png);
}
#side_bk3_1 {
	background-image: url(../../img/side_bt3_1_on.png);
}
#side_bk3_2 {
	background-image: url(../../img/side_bt3_2_on.png);
}
#side_bk3_3 {
	background-image: url(../../img/side_bt3_3_on.png);
}
#side_bk4 {
	background-image: url(../../img/side_bt4_on.png);
}
#side_bk6 {
	background-image: url(../../img/side_bt6_on.png);
}
#side_bk3 {
	background-image: url(../../img/side_bt3_on.png);
}
table.tbl1 {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 8px;
	width: 100%;
}
table.tbl1 tr td, .tbl1 th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
}
table.tbl1 tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}
table.tbl1 tr:first-child th:first-child {
	border-radius: 8px 0 0 0;
}
table.tbl1 tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
table.tbl1 tr:last-child th:first-child {
	border-radius: 0 0 0 8px;
}
table.tbl1 tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
table.tbl2{
	width:100%;
}
table.tbl3{
	border-collapse: separate;
	width:100%;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-spacing: 0;
}
table.tbl3 td{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px;
}
input[type='text']{
	padding:5px;
	margin-bottom:5px;
}
.req{
	color:#ff0000;
}
.form_title{
	background-color:#018337;
	color:#ffffff;
	
}
#billname {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#photo_area img {
	width: 50px;
	height: 50px;
	display: inline-block;
}
#zumen img {
	max-width: 230px;
}
.kai {
	width: 50px;
	margin-left: 10px;
	display: inline-block;
	text-align: right;
	text-decoration: underline;
}
.tubo {
	width: 80px;
	margin-left: 10px;
	display: inline-block;
	text-align: right;
	text-decoration: underline;
}
.gaikan_k_area img {
	max-width: 50px;
}
.gaikan_k_area {
	width: 55px;
	float: left;
}
.clear {
	clear: both;
}
.sidebar1 h3 {
	margin: 5px;
	padding: 5px;
	border-left: 8px solid #FFAE00;
	border-bottom: 1px solid #999999;
	font-size: 14px;
}
.kinrin_b {
	margin: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 13px;
}
.search_box select {
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #999999;
	padding: 3px;
	width: 105px;
}
.search_box {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.search_box img {
	margin-bottom: 5px;
}
.search_label {
	background-color: #8BBEE3;
	position: relative;
	padding: 5px;
}
#topnavi .search_label {
	background-color: #BAE38B;	
}
.search_label .s1 {
	position: absolute;
	width: 60px;
	padding-top: 5px;
	padding-bottom: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}
.search_label .sl1, .search_label .sl3 {
	right: 65px;
	bottom: 0px;
	background-color: #F0F0F0;
}
.search_label .sl2, .search_label .sl4 {
	right: 5px;
	bottom: 0px;
	background-color: #ABABAB;
}
.search_val {
	background-color: #F0F0F0;
	padding: 10px;
}
.tubotanka,.heibei{
	display:none;
}
#tab1,#tab2, #tab3_1, #tab3_2, #tab3_3, #tab4, #tab6 {
	clear: both;
	display:block;
}
#tab1, #tab2, #tab3_1, #tab3_2, #tab3_3, #tab4, #tab6 {
	border: 1px solid #cecece;
}
#area_ck, #st_ck, .map_c_ck {
	position: relative;
}

#tab1 label, #tab2 label, #st_ck label, .map_c_ck label {
	position: absolute;
}

.sidebar0 {
	float: right;
	width: 180px;
}
.content0 {
	float: left;
	width: 820px;
}
.article02 {
	margin:10px;
	
	line-height:25px;
}
table#kodawarit {
	padiing: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 820px;
	border-top: 1px solid #73A1CB;
	border-left: 1px solid #73A1CB;
}
table#kodawarit td {
	padiing: 0px;
	margin: 0px;
	border-right: 1px solid #73A1CB;
	border-bottom: 1px solid #73A1CB;
	vertical-align: top;
	width: 203px;
}
#kodawarit p {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#kodawarit img {
	width: 100%;
}
.joken_table th{
	background-color: #8BBEE3;
	
}
.joken_table td{
	background-color:#F0F0F0;
	
}
.joken_table{
	margin-left:15px;
	margin-right:15px;
}
.joken_table label{
	display: inline-block;
	width: 155px;
}
.box {
	width: 129px;
	float: left;
	border: 1px solid #cecece;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 4px;
}
.bno {
	background-color: #4296D2;
	color: #ffffff;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.bno_l {
	background-color: #BDD982;
	color: #ffffff;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.bname {
	border-top: 1px solid #cecece;
	padding: 5px;
	text-align: left;
	font-size: 12px;

	text-decoration: underline;
	font-weight: bold;
}
.bphoto img {
	max-width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.bphoto {
	text-align: center;
	display: block;
	width: 100%;
}
#tab6 label {
	margin-left: 2px;
	display: block;
	border-bottom: 1px dotted #cecece;
	position: relative;
}
#tab6 span {
	font-size: 10px;
	margin-left: 3px;
	color: #999999;
	position: absolute;
	top: 5px;
	left: 130px;
}
#tab6 .siku_box {
	width: 265px;
	height: 400px;
	overflow: auto;
	border: 1px solid #cecece;
}
#tab6 .siku_bar {
	background-color: #018338;
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
}
h2.tab_title {
	margin: 0px;
	padding: 10px;
	background-color: #EDF2CB;
	color: hsla(145,98%,26%,1.00);
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(229,238,212,1.00) 61.66%, rgba(204,223,171,1.00) 80.83%, rgba(204,223,171,1.00) 99.48%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(229,238,212,1.00) 61.66%, rgba(204,223,171,1.00) 80.83%, rgba(204,223,171,1.00) 99.48%);
}
input[type=button] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #DCDCDC;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0027b5), to(#0031e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(200,200,200,1.00) 0%,rgba(163,163,163,1.00) 51.30%,rgba(201,200,200,1.00) 54.40%,rgba(180,180,180,1.00) 100%);	/*同上*/
	background-image: linear-gradient(0deg,rgba(200,200,200,1.00) 0%,rgba(163,163,163,1.00) 51.30%,rgba(201,200,200,1.00) 54.40%,rgba(180,180,180,1.00) 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	font-weight: bold;
	margin-top: 20px;
	max-width: 95%;
}
input[type=submit] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #FF9803;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0027b5), to(#0031e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg, rgba(255,110,0,1.00) 0%, rgba(255,110,0,1.00) 51.30%, rgba(255,153,39,1.00) 54.92%, rgba(255,153,39,1.00) 100%);	/*同上*/
	background-image: linear-gradient(0deg, rgba(255,110,0,1.00) 0%, rgba(255,110,0,1.00) 51.30%, rgba(255,153,39,1.00) 54.92%, rgba(255,153,39,1.00) 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	font-weight: bold;
	margin-top: 20px;
	max-width: 95%;
}
.bno_l .fav_bt{
	float: right;
	display: inline-block;
	
	margin: 5px;
	
}


.bno_l .fav_bt a{
	color: #333333;
}
.bno_l .detail_bt a{
	color: #ffffff;
}
.bno  a{
	color: #ffffff;
}

.bno2{
	float:right;
	display:inline-block;
	
	margin:5px;
	
}
.bname2{
	float: left;
	display: inline-block;
	color: #666;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	width:380px;
}
.bname2 a{
	color: #0068B7;
	text-decoration: underline;	
	
	
}
.bname3{
	
	color: #333333;
		margin-top: 12px;
	font-size: 12px;
	
}
.list_com{
	background-color: #FFFDED;
	padding: 5px;
	color: #14A83B;
	font-weight: bold;
	
}
.bphoto_list{
	
	float: left;
	width: 124px;
	height: 124px;
	border-top: 1px solid #14A83B;
	border-bottom: 1px solid #14A83B;
	border-right: 1px solid #14A83B;
	display: table-cell;

	vertical-align: middle;
	text-align: center;
position:relative;
	}
.bphoto_list img{
	
	max-width:120px;
	max-height:120px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

}
.box_l{
	border:1px solid #14A83B;
	border-radius:6px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	
	
}
.b_detail_list{
	width: 360px;
	float: left;
	height: 150px;
	font-size: 11px;
	
}
.list_d_label{
	width:65px;
	display:inline-block}
.list_left{
	width:260px;
	float:left;
}
.list_add{
	float: left;
	width: 240px;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 14px;
}
.list_ensen{
	display:inline-block;
	color:#999999;
}
.list_g{
	color:#14A83B;
	font-size:16px;
	font-weight:bold;
}
.list_r{
	color:#ff0000;
	font-size:16px;
}
.list_foot{
	clear: both;
	text-align: right;
	color: #ff0000;
	font-size: 11px;
}
.setubi{
	width:170px;
	float:right;
}
.setubi ul{
	margin:0px;
	padding:0px;
}
.setubi li{
	display:block;
	padding:2px;
	width:70px;
	font-size:10px;
	border:1px solid #cecece;
	float:left;
	margin:2px;
	text-align:center;
	color:#cecece;
}
.setubi li.s_on{
	background-color: #5BA749;
	color: #fff;
}
#mark td{
	color: #cccccc;
	background-color: #F1F1F1;	
}

#mark td.s_on{
	color: #333333;
	background-color: #C9E1F2;
}
.resultUtility{
	height:60px;
	text-align:center;
	
}
.resultUtility b{
	font-size:18px;
	color:#FF8E00;
	
}
.resultUtility .pager{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.resultUtility .pager span,
.resultUtility .pager a {
	display: inline-block;
	height: 20px;
	padding: 0 6px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border:1px solid #cecece;
	width:25px;
	margin:2px;
}
.resultUtility .pager .ico a {
	padding: 0;
}
.resultUtility .pager a {
	color: #333;
	text-decoration: none;
}
.resultUtility .pager a:hover {
	text-decoration: underline;
}
.resultUtility .pager span {
	background: #4C83D2;
	color: #fff;
}
/*フリーワード検索*/
#search_fw{
	text-align: center;
	background-image: url(/img/pkensaku-2.png);
	background-repeat: no-repeat;
	height: 153px;
	padding-left: 5px;
	padding-right: 5px;
}

#search_fw input[type=submit] {
	margin:5px;
	width:95%;
	
}
#search_fw input[type=text] {
	width: 95%;
	font-size: 12px;
	margin-top: 90px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#detail_side1 a{
	
	text-decoration: underline;
}
.tbl1 a{
	text-decoration: underline;
}
/*チェックボックスの配置*/
#a1 {
	top: 31px;
	left: 228px;
	width: 74px;
}
#a2 {
	top: 4px;
	left: 307px;
	width: 74px;
}
#a3 {
	top: 52px;
	left: 339px;
	width: 74px;
}
#a4 {
	top: 87px;
	left: 363px;
	width: 74px;
}
#a5 {
	top: 123px;
	left: 365px;
	width: 74px;
}
#a6 {
	top: 158px;
	left: 346px;
	width: 74px;
}
#a7 {
	top: 88px;
	left: 438px;
	width: 74px;
}
#a8 {
	top: 43px;
	left: 497px;
	width: 122px;
}
#a9 {
	top: 116px;
	left: 519px;
	width: 74px;
}
#a10 {
	top: 145px;
	left: 453px;
	width: 74px;
}
#a11 {
	top: 155px;
	left: 244px;
	width: 74px;
}
#a12 {
	top: 194px;
	left: 134px;
	width: 116px;
}
#a13 {
	top: 110px;
	left: 615px;
	width: 74px;
}
#a14 {
	top: 149px;
	left: 638px;
	width: 74px;
}
#a15 {
	top: 219px;
	left: 268px;
	width: 133px;
}
#a16 {
	top: 251px;
	left: 229px;
	width: 74px;
}
#a17 {
	top: 252px;
	left: 314px;
	width: 74px;
}
#a18 {
	top: 285px;
	left: 229px;
	width: 74px;
}
#a19 {
	top: 286px;
	left: 317px;
	width: 74px;
}
#a20 {
	top: 186px;
	left: 416px;
	width: 114px;
}
#a21 {
	top: 227px;
	left: 413px;
	width: 124px;
}
#a22 {
	top: 269px;
	left: 412px;
	width: 129px;
}
#a23 {
	top: 313px;
	left: 413px;
	width: 74px;
}
#a24 {
	top: 302px;
	left: 493px;
	width: 74px;
}
#a25 {
	top: 191px;
	left: 581px;
	width: 74px;
}
#a26 {
	top: 224px;
	left: 583px;
	width: 74px;
}
#a27 {
	top: 276px;
	left: 582px;
	width: 97px;
}
#a28 {
	top: 183px;
	left: 685px;
	width: 74px;
}
#a29 {
	top: 222px;
	left: 685px;
	width: 74px;
}
#a30 {
	top: 268px;
	left: 688px;
	width: 74px;
}
#a31 {
	top: 400px;
	left: 418px;
	width: 74px;
}
#a32 {
	top: 330px;
	left: 280px;
	width: 74px;
}
#a33 {
	top: 359px;
	left: 398px;
	width: 74px;
}
#a34 {
	top: 357px;
	left: 486px;
	width: 74px;
}
#a35 {
	top: 306px;
	left: 612px;
	width: 74px;
}
#a36 {
	top: 352px;
	left: 595px;
	width: 74px;
}
#a37 {
	top: 24px;
	left: 72px;
	width: 136px;
}
#a38 {
	top: 465px;
	left: 458px;
	width: 74px;
}
#a39 {
	top: 91px;
	left: 241px;
	width: 122px;
}
#a40 {
	top: 47px;
	left: 648px;
	width: 138px;
}
#a41 {
	top: 293px;
	left: 102px;
	width: 122px;
}
#a42 {
	top: 253px;
	left: 552px;
	width: 137px;
}
#a43 {
	top: 366px;
	left: 248px;
	width: 138px;
}
#a38 {
	top: 145px;
	left: 99px;
	width: 137px;
}
#a44 {
	top: 398px;
	left: 564px;
	width: 148px;
}
#a45 {
	position: absolute;
	top: 364px;
	left: 21px;
	width: 148px;
}
#b1 {
	top: 50px;
	left: 286px;
	width: 55px;
	text-align: right;
}
#b2 {
	top: 15px;
	left: 357px;
	width: 74px;
}
#b3 {
	top: 41px;
	left: 357px;
	width: 74px;
}
#b4 {
	top: 65px;
	left: 356px;
	width: 74px;
}
#b73 {
	top: 68px;
	left: 315px;
	width: 43px;
	text-align: right;
}
#b5 {
	top: 98px;
	left: 355px;
	width: 74px;
}
#b6 {
	top: 117px;
	left: 292px;
	width: 74px;
}
#b7 {
	top: 69px;
	left: 435px;
	width: 74px;
}
#b8 {
	top: 50px;
	left: 500px;
	width: 113px;
}
#b9 {
	top: 116px;
	left: 519px;
	width: 74px;
}
#b10 {
	top: 95px;
	left: 498px;
	width: 74px;
}
#b11 {
	top: 116px;
	left: 230px;
	width: 27px;
}
#b12 {
	top: 111px;
	left: 38px;
	width: 55px;
	text-align: right;
}
#b13 {
	top: 77px;
	left: 529px;
	width: 50px;
}
#b14 {
	top: 90px;
	left: 609px;
	width: 38px;
}
#b15 {
	top: 92px;
	left: 304px;
	width: 38px;
	text-align: center;
}
#b16 {
	top: 162px;
	left: 224px;
	width: 61px;
	text-align: right;
}
#b17 {
	top: 138px;
	left: 487px;
	width: 74px;
}
#b18 {
	top: 163px;
	left: 341px;
	width: 57px;
}
#b19 {
	top: 195px;
	left: 264px;
	width: 74px;
}
#b20 {
	top: 135px;
	left: 402px;
	width: 57px;
}
#b21 {
	top: 162px;
	left: 449px;
	width: 71px;
}
#b22 {
	top: 184px;
	left: 353px;
	width: 72px;
}
#b23 {
	top: 184px;
	left: 445px;
	width: 53px;
}
#b24 {
	top: 229px;
	left: 442px;
	width: 67px;
}
#b25 {
	top: 171px;
	left: 581px;
	width: 74px;
}
#b26 {
	top: 230px;
	left: 573px;
	width: 87px;
}
#b27 {
	top: 272px;
	left: 576px;
	width: 70px;
}
#b28 {
	top: 120px;
	left: 628px;
	width: 64px;
}
#b29 {
	top: 140px;
	left: 701px;
	width: 61px;
}
#b30 {
	top: 191px;
	left: 655px;
	width: 74px;
	text-align: right;
}
#b31 {
	top: 273px;
	left: 267px;
	width: 26px;
}
#b32 {
	top: 327px;
	left: 268px;
	width: 30px;
}
#b33 {
	top: 328px;
	left: 440px;
	width: 61px;
}
#b34 {
	top: 135px;
	left: 208px;
	width: 61px;
	text-align: right;
}
#b35 {
	top: 138px;
	left: 300px;
	width: 64px;
}
#b36 {
	top: 272px;
	left: 441px;
	width: 60px;
}
#b37 {
	top: 350px;
	left: 379px;
	width: 74px;
}
#b38 {
	top: 273px;
	left: 207px;
	width: 36px;
}
#b39 {
	top: 295px;
	left: 18px;
	width: 35px;
}
#b40 {
	top: 276px;
	left: 60px;
	width: 37px;
}
#b41 {
	top: 135px;
	left: 38px;
	width: 74px;
	text-align: right;
}
#b42 {
	top: 184px;
	left: 88px;
	width: 26px;
}
#b43 {
	top: 218px;
	left: 49px;
	width: 74px;
}
#b44 {
	top: 187px;
	left: 116px;
	width: 74px;
}
#b45 {
	top: 329px;
	left: 576px;
	width: 74px;
}
#b46 {
	top: 371px;
	left: 458px;
	width: 74px;
}
#b47 {
	top: 378px;
	left: 359px;
	width: 26px;
}
#b48 {
	top: 379px;
	left: 302px;
	width: 32px;
}
#b49 {
	top: 327px;
	left: 355px;
	width: 27px;
}
#b50 {
	top: 237px;
	left: 139px;
	width: 74px;
}
#b51 {
	top: 292px;
	left: 137px;
	width: 60px;
}
#b52 {
	top: 231px;
	left: 355px;
	width: 74px;
}
#b53 {
	top: 272px;
	left: 288px;
	width: 88px;
	text-align: right;
}
#b54 {
	top: 231px;
	left: 266px;
	width: 41px;
}
#b55 {
	top: 347px;
	left: 636px;
	width: 74px;
}
#b56 {
	top: 360px;
	left: 725px;
	width: 74px;
}
#b57 {
	top: 383px;
	left: 695px;
	width: 74px;
}
#b58 {
	top: 376px;
	left: 604px;
	width: 74px;
}
#b59 {
	top: 405px;
	left: 382px;
	width: 74px;
}
#b60 {
	top: 328px;
	left: 727px;
	width: 53px;
}
#b61 {
	top: 394px;
	left: 193px;
	width: 26px;
	height: 31px;
}
#b62 {
	top: 373px;
	left: 103px;
	width: 24px;
	height: 37px;
}
#b63 {
	top: 200px;
	left: 755px;
	width: 27px;
}
#b64 {
	top: 273px;
	left: 733px;
	width: 74px;
}
#b65 {
	top: 230px;
	left: 725px;
	width: 74px;
}
#b66 {
	top: 408px;
	left: 575px;
	width: 74px;
}
#b67 {
	top: 274px;
	left: 521px;
	width: 30px;
}
#b68 {
	top: 400px;
	left: 261px;
	width: 29px;
	height: 38px;
}
#b69 {
	top: 349px;
	left: 234px;
	width: 47px;
	text-align: right;
}
#b70 {
	top: 326px;
	left: 184px;
	width: 28px;
	height: 38px;
}
#b71 {
	top: 337px;
	left: 130px;
	width: 42px;
	height: 38px;
}
#b72 {
	top: 161px;
	left: 191px;
	width: 31px;
	height: 38px;
}
/**町名ここから**/
#c1 {
	top: 43px;
	left: 94px;
	width: 55px;
	text-align: left;
}
#c2 {
	top: 44px;
	left: 186px;
	width: 57px;
}
#c3 {
	top: 52px;
	left: 262px;
	width: 49px;
}
#c4 {
	top: 67px;
	left: 346px;
	width: 74px;
}
#c5 {
	top: 74px;
	left: 94px;
	width: 55px;
}
#c6 {
	top: 74px;
	left: 186px;
	width: 56px;
}
#c7 {
	top: 83px;
	left: 262px;
	width: 74px;
}
#c8 {
	top: 93px;
	left: 346px;
	width: 59px;
}
#c9 {
	top: 101px;
	left: 94px;
	width: 74px;
}
#c10 {
	top: 103px;
	left: 186px;
	width: 74px;
}
#c11 {
	top: 108px;
	left: 262px;
	width: 64px;
}
#c12 {
	top: 113px;
	left: 346px;
	width: 55px;
	text-align: left;
}
#c13 {
	top: 121px;
	left: 116px;
	width: 67px;
}
#c14 {
	top: 122px;
	left: 186px;
	width: 38px;
}
#c15 {
	top: 126px;
	left: 262px;
	width: 61px;
	text-align: left;
}
#c16 {
	top: 172px;
	left: 262px;
	width: 24px;
	text-align: left;
}
#c17 {
	top: 78px;
	left: 476px;
	width: 74px;
}
#c18 {
	top: 171px;
	left: 346px;
	width: 57px;
}
#c19 {
	top: 195px;
	left: 262px;
	width: 64px;
}
#c20 {
	top: 131px;
	left: 346px;
	width: 57px;
}
#c21 {
	top: 148px;
	left: 346px;
	width: 71px;
}
#c22 {
	top: 196px;
	left: 346px;
	width: 72px;
}
#c23 {
	top: 163px;
	left: 487px;
	width: 65px;
}
#c24 {
	top: 182px;
	left: 495px;
	width: 67px;
}
#c25 {
	top: 102px;
	left: 485px;
	width: 57px;
}
#c26 {
	top: 123px;
	left: 487px;
	width: 58px;
}
#c27 {
	top: 143px;
	left: 487px;
	width: 65px;
}
#c28 {
	top: 219px;
	left: 486px;
	width: 64px;
}
#c29 {
	top: 238px;
	left: 487px;
	width: 61px;
}
#c30 {
	top: 260px;
	left: 487px;
	width: 67px;
	text-align: left;
}
#c31 {
	top: 223px;
	left: 262px;
	width: 56px;
}
#c32 {
	top: 246px;
	left: 262px;
	width: 61px;
}
#c33 {
	top: 301px;
	left: 487px;
	width: 61px;
}
#c34 {
	top: 146px;
	left: 186px;
	width: 27px;
	text-align: left;
}
#c35 {
	top: 148px;
	left: 262px;
	width: 64px;
}
#c36 {
	top: 272px;
	left: 441px;
	width: 34px;
}
#c37 {
	top: 237px;
	left: 559px;
	width: 74px;
}
#c38 {
	top: 251px;
	left: 94px;
	width: 36px;
}
#c39 {
	top: 314px;
	left: 27px;
	width: 35px;
}
#c40 {
	top: 124px;
	left: 25px;
	width: 37px;
}
#c41 {
	top: 148px;
	left: 94px;
	width: 74px;
	text-align: left;
}
#c42 {
	top: 173px;
	left: 94px;
	width: 26px;
}
#c43 {
	top: 185px;
	left: 27px;
	width: 27px;
}
#c44 {
	top: 199px;
	left: 94px;
	width: 74px;
}
#c45 {
	top: 321px;
	left: 487px;
	width: 74px;
}
#c46 {
	top: 268px;
	left: 560px;
	width: 74px;
}
#c47 {
	top: 220px;
	left: 559px;
	width: 61px;
}
#c48 {
	top: 203px;
	left: 572px;
	width: 71px;
}
#c49 {
	top: 273px;
	left: 262px;
	width: 60px;
}
#c50 {
	top: 222px;
	left: 94px;
	width: 74px;
}
#c51 {
	top: 278px;
	left: 94px;
	width: 74px;
}
#c52 {
	top: 223px;
	left: 346px;
	width: 74px;
}
#c53 {
	top: 245px;
	left: 346px;
	width: 68px;
	text-align: left;
}
#c54 {
	top: 197px;
	left: 186px;
	width: 41px;
}
#c55 {
	top: 342px;
	left: 487px;
	width: 74px;
}
#c56 {
	top: 150px;
	left: 560px;
	width: 69px;
}
#c57 {
	top: 131px;
	left: 560px;
	width: 59px;
}
#c58 {
	top: 304px;
	left: 560px;
	width: 64px;
}
#c59 {
	top: 252px;
	left: 560px;
	width: 74px;
}
#c60 {
	top: 172px;
	left: 421px;
	width: 62px;
}
#c61 {
	top: 168px;
	left: 560px;
	width: 67px;
}
#c62 {
	top: 272px;
	left: 346px;
	width: 64px;
	height: 21px;
}
#c63 {
	top: 280px;
	left: 487px;
	width: 64px;
}
#c64 {
	top: 119px;
	left: 432px;
	width: 38px;
	height: 40px;
	text-align: center;
}
#c65 {
	top: 111px;
	left: 560px;
	width: 57px;
}
#c66 {
	top: 285px;
	left: 560px;
	width: 74px;
}
#c67 {
	top: 201px;
	left: 496px;
	width: 71px;
}
#c68 {
	top: 185px;
	left: 571px;
	width: 76px;
	height: 17px;
}
#c69 {
	top: 273px;
	left: 186px;
	width: 47px;
	text-align: left;
}
#c70 {
	top: 247px;
	left: 186px;
	width: 67px;
	height: 22px;
}
#c71 {
	top: 223px;
	left: 186px;
	width: 68px;
	height: 20px;
}
#c72 {
	top: 171px;
	left: 186px;
	width: 31px;
	height: 25px;
}
#c73 {
	top: 326px;
	left: 92px;
	width: 66px;
	height: 18px;
}
#c74 {
	top: 299px;
	left: 183px;
	width: 31px;
	height: 25px;
}
#c75 {
	top: 302px;
	left: 261px;
	width: 57px;
	height: 25px;
}
#c76 {
	top: 381px;
	left: 80px;
	width: 31px;
	height: 25px;
}
#c77 {
	top: 381px;
	left: 173px;
	width: 71px;
	height: 25px;
}
#c78 {
	top: 410px;
	left: 79px;
	width: 31px;
	height: 25px;
}
#c79 {
	top: 435px;
	left: 78px;
	width: 31px;
	height: 25px;
}
#c80 {
	top: 383px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#c81 {
	top: 300px;
	left: 377px;
	width: 53px;
	height: 25px;
}
#c82 {
	top: 464px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#c83 {
	top: 329px;
	left: 343px;
	width: 75px;
	height: 25px;
}
#c84 {
	top: 327px;
	left: 263px;
	width: 60px;
	height: 25px;
}
#c85 {
	top: 437px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#c86 {
	top: 379px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#c87 {
	top: 409px;
	left: 173px;
	width: 31px;
	height: 25px;
}
#c88 {
	top: 411px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#c89 {
	top: 437px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#c90 {
	top: 410px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#c91 {
	top: 464px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#c92 {
	top: 463px;
	left: 172px;
	width: 31px;
	height: 25px;
}
#c93 {
	top: 437px;
	left: 173px;
	width: 31px;
	height: 25px;
}
#c94 {
	top: 463px;
	left: 80px;
	width: 31px;
	height: 25px;
}
#c95 {
	top: 326px;
	left: 182px;
	width: 31px;
	height: 25px;
}
#c96 {
	top: 195px;
	left: 748px;
	width: 60px;
	height: 49px;
	text-align: center;
}
#c97 {
	top: 119px;
	left: 765px;
	width: 31px;
	height: 25px;
}
#c98 {
	top: 83px;
	left: 566px;
	width: 31px;
	height: 25px;
}
#c99 {
	top: 86px;
	left: 678px;
	width: 45px;
	height: 40px;
	text-align: center;
}
#c100 {
	top: 185px;
	left: 686px;
	width: 31px;
	height: 25px;
}
#c101 {
	top: 132px;
	left: 639px;
	width: 18px;
	height: 45px;
	text-align: center;
}
#c102 {
	top: 218px;
	left: 421px;
	width: 58px;
	height: 25px;
}
#c103 {
	top: 192px;
	left: 422px;
	width: 71px;
	height: 17px;
}
#c104 {
	top: 399px;
	width: 31px;
	height: 25px;
	left: 25px;
}
#c105 {
	top: 461px;
	width: 31px;
	height: 25px;
	left: 28px;
}
#c106 {
	top: 531px;
	left: 23px;
	width: 31px;
	height: 25px;
}
#c107 {
	top: 518px;
	left: 357px;
	width: 31px;
	height: 25px;
}
#c108 {
	top: 516px;
	left: 266px;
	width: 31px;
	height: 25px;
}
#c109 {
	top: 516px;
	left: 170px;
	width: 31px;
	height: 25px;
}
#c110 {
	top: 515px;
	left: 76px;
	width: 31px;
	height: 25px;
}
#c111 {
	top: 483px;
	left: 759px;
	width: 31px;
	height: 25px;
}
#c112 {
	top: 365px;
	left: 450px;
	width: 31px;
	height: 25px;
}
#c113 {
	top: 255px;
	left: 747px;
	width: 64px;
	height: 35px;
	text-align: center;
}
#c114 {
	top: 408px;
	left: 765px;
	width: 31px;
	height: 25px;
}
#c115 {
	top: 440px;
	left: 507px;
	width: 31px;
	height: 25px;
}
#c116 {
	top: 420px;
	left: 555px;
	width: 31px;
	height: 25px;
}
#c117 {
	top: 416px;
	left: 491px;
	width: 31px;
	height: 25px;
}
#c118 {
	top: 225px;
	left: 630px;
	width: 31px;
	height: 38px;
}
#c119 {
	top: 259px;
	left: 673px;
	width: 52px;
	height: 39px;
	text-align: center;
}
#c120 {
	top: 325px;
	left: 760px;
	width: 31px;
	height: 44px;
}
#c121 {
	top: 467px;
	left: 453px;
	width: 31px;
	height: 25px;
}
#c122 {
	top: 392px;
	left: 633px;
	width: 31px;
	height: 25px;
}
#c123 {
	top: 398px;
	left: 689px;
	width: 31px;
	height: 25px;
}
#c124 {
	top: 349px;
	left: 688px;
	width: 31px;
	height: 25px;
}
#c125 {
	top: 325px;
	left: 631px;
	width: 27px;
	height: 35px;
}
#c126 {
	top: 345px;
	left: 560px;
	width: 31px;
	height: 25px;
}
#c127 {
	top: 324px;
	left: 560px;
	width: 60px;
	height: 25px;
}
#c128 {
	top: 380px;
	left: 559px;
	width: 51px;
	height: 33px;
	text-align: center;
}
#c129 {
	top: 377px;
	left: 494px;
	width: 47px;
	height: 35px;
	text-align: center;
}
#c130 {
	top: 411px;
	left: 452px;
	width: 31px;
	height: 25px;
}
#c131 {
	top: 430px;
	left: 452px;
	width: 60px;
}
#c132 {
	top: 755px;
	left: 452px;
	width: 60px;
}
#c133 {
	top: 703px;
	left: 453px;
	width: 60px;
}
#c134 {
	top: 596px;
	left: 17px;
	width: 33px;
}
#c135 {
	top: 503px;
	left: 665px;
	width: 60px;
}
#c136 {
	top: 631px;
	left: 580px;
	width: 28px;
}
#c137 {
	top: 644px;
	left: 454px;
	width: 60px;
}
#c138 {
	top: 577px;
	left: 465px;
	width: 30px;
	height: 30px;
}
#c131 {
	top: 691px;
	left: 369px;
	width: 60px;
}
#c139 {
	top: 603px;
	left: 373px;
	width: 60px;
}
#c140 {
	top: 602px;
	left: 242px;
	width: 60px;
}
#c141 {
	top: 603px;
	left: 168px;
	width: 60px;
}
#c142 {
	top: 605px;
	left: 93px;
	width: 60px;
}
#c143 {
	top: 467px;
	left: 643px;
	width: 60px;
}
#c144 {
	top: 646px;
	left: 667px;
	width: 60px;
}
#c145 {
	top: 484px;
	left: 622px;
	width: 37px;
	height: 38px;
}
#c146 {
	top: 526px;
	left: 641px;
	width: 60px;
}
#c147 {
	top: 580px;
	left: 661px;
	width: 60px;
}
#c148 {
	top: 582px;
	left: 540px;
	width: 60px;
	text-align: right;
}
#c149 {
	top: 521px;
	left: 527px;
	width: 60px;
}
#c150 {
	top: 484px;
	left: 572px;
	width: 26px;
}
#c151 {
	top: 463px;
	left: 554px;
	width: 60px;
}
#c152 {
	top: 498px;
	left: 493px;
	width: 60px;
}
#c153 {
	top: 797px;
	left: 479px;
	width: 60px;
}
#c154 {
	top: 771px;
	left: 335px;
	width: 60px;
}
#c155 {
	top: 769px;
	left: 196px;
	width: 60px;
}
#c156 {
	top: 770px;
	left: 88px;
	width: 60px;
}
#c157 {
	top: 712px;
	left: 18px;
	width: 27px;
}
#c152 {
	top: 869px;
	left: 688px;
	width: 60px;
}
#c158 {
	top: 685px;
	left: 99px;
	width: 60px;
}
#c159 {
	top: 685px;
	left: 173px;
	width: 60px;
}
#c160 {
	top: 683px;
	left: 252px;
	width: 60px;
}
#c161 {
	top: 775px;
	left: 651px;
	width: 26px;
}
#c162 {
	top: 776px;
	left: 624px;
	width: 21px;
}
#c163 {
	top: 776px;
	left: 592px;
	width: 23px;
}
#c164 {
	top: 756px;
	left: 556px;
	width: 60px;
}
#c165 {
	top: 771px;
	left: 678px;
	width: 83px;
}
#c166 {
	top: 712px;
	left: 748px;
	width: 31px;
}
#c167 {
	top: 695px;
	left: 669px;
	width: 30px;
}
#c168 {
	top: 695px;
	left: 642px;
	width: 23px;
}
#c169 {
	top: 694px;
	left: 601px;
	width: 25px;
}
#c170 {
	top: 695px;
	left: 564px;
	width: 27px;
}
#c171 {
	top: 850px;
	left: 649px;
	width: 31px;
}
#c172 {
	top: 859px;
	left: 596px;
	width: 29px;
}
#c173 {
	top: 865px;
	left: 539px;
	width: 32px;
}
#c174 {
	top: 912px;
	left: 309px;
	width: 60px;
}
#c175 {
	top: 901px;
	left: 245px;
	width: 60px;
}
#c176 {
	top: 900px;
	left: 167px;
	width: 60px;
}
#c177 {
	top: 846px;
	left: 166px;
	width: 26px;
}
#c178 {
	top: 845px;
	left: 121px;
	width: 29px;
}
#c179 {
	top: 872px;
	left: 91px;
	width: 60px;
}
#c180 {
	top: 868px;
	left: 42px;
	width: 24px;
}
#c181 {
	top: 819px;
	left: 9px;
	width: 60px;
}
#c182 {
	top: 779px;
	left: 41px;
	width: 31px;
}
#c183 {
	top: 797px;
	left: 93px;
	width: 60px;
}
#c184 {
	top: 798px;
	left: 168px;
	width: 60px;
}
#c185 {
	top: 797px;
	left: 243px;
	width: 60px;
}
#c186 {
	top: 847px;
	left: 217px;
	width: 60px;
}
#c187 {
	top: 840px;
	left: 325px;
	width: 60px;
}
#c188 {
	top: 867px;
	left: 409px;
	width: 25px;
}
#c189 {
	top: 796px;
	left: 414px;
	width: 36px;
}
#c190 {
	top: 866px;
	left: 482px;
	width: 21px;
}
#c191 {
	top: 959px;
	left: 595px;
	width: 60px;
}
#c192 {
	top: 964px;
	left: 548px;
	width: 60px;
}
#c193 {
	top: 899px;
	left: 495px;
	width: 60px;
}
#c194 {
	top: 949px;
	left: 507px;
	width: 60px;
}
#c195 {
	top: 732px;
	left: 223px;
	width: 91px;
}
#c196 {
	top: 258px;
	width: 33px;
	left: 25px;
}
#c197 {
	top: 481px;
	left: 512px;
	width: 24px;
}
#c198 {
	top: 954px;
	left: 258px;
	width: 31px;
}
#c199 {
	top: 951px;
	left: 195px;
	width: 60px;
}
#c200 {
	top: 942px;
	left: 116px;
	width: 33px;
}
#c201 {
	top: 354px;
	left: 192px;
	width: 109px;
}
/**北区**/
#d1 {
	top: 43px;
	left: 94px;
	width: 55px;
	text-align: left;
}
#d2 {
	top: 44px;
	left: 186px;
	width: 57px;
}
#d3 {
	top: 52px;
	left: 262px;
	width: 49px;
}
#d4 {
	top: 67px;
	left: 346px;
	width: 74px;
}
#d5 {
	top: 74px;
	left: 94px;
	width: 55px;
}
#d6 {
	top: 74px;
	left: 186px;
	width: 56px;
}
#d7 {
	top: 83px;
	left: 262px;
	width: 74px;
}
#d8 {
	top: 93px;
	left: 346px;
	width: 59px;
}
#d9 {
	top: 101px;
	left: 94px;
	width: 74px;
}
#d10 {
	top: 103px;
	left: 186px;
	width: 74px;
}
#d11 {
	top: 108px;
	left: 262px;
	width: 64px;
}
#d12 {
	top: 113px;
	left: 346px;
	width: 55px;
	text-align: left;
}
#d13 {
	top: 121px;
	left: 116px;
	width: 67px;
}
#d14 {
	top: 122px;
	left: 186px;
	width: 38px;
}
#d15 {
	top: 126px;
	left: 262px;
	width: 61px;
	text-align: left;
}
#d16 {
	top: 561px;
	left: 272px;
	width: 24px;
	text-align: left;
}
#d17 {
	top: 646px;
	left: 257px;
	width: 24px;
}
#d18 {
	top: 171px;
	left: 320px;
	width: 25px;
}
#d19 {
	top: 195px;
	left: 262px;
	width: 74px;
}
#d20 {
	top: 131px;
	left: 346px;
	width: 57px;
}
#d21 {
	top: 148px;
	left: 346px;
	width: 71px;
}
#d22 {
	top: 172px;
	left: 364px;
	width: 24px;
}
#d23 {
	top: 163px;
	left: 487px;
	width: 53px;
}
#d24 {
	top: 182px;
	left: 495px;
	width: 67px;
}
#d25 {
	top: 43px;
	left: 484px;
	width: 57px;
}
#d26 {
	top: 123px;
	left: 487px;
	width: 58px;
}
#d27 {
	top: 143px;
	left: 487px;
	width: 47px;
}
#d28 {
	top: 219px;
	left: 486px;
	width: 64px;
}
#d29 {
	top: 238px;
	left: 487px;
	width: 61px;
}
#d30 {
	top: 271px;
	left: 498px;
	width: 26px;
	text-align: left;
}
#d31 {
	top: 226px;
	left: 262px;
	width: 26px;
}
#d32 {
	top: 240px;
	left: 252px;
	width: 30px;
}
#d33 {
	top: 301px;
	left: 487px;
	width: 61px;
}
#d34 {
	top: 146px;
	left: 186px;
	width: 27px;
	text-align: left;
}
#d35 {
	top: 148px;
	left: 262px;
	width: 64px;
}
#d36 {
	top: 279px;
	left: 449px;
	width: 34px;
}
#d37 {
	top: 240px;
	left: 560px;
	width: 74px;
}
#d38 {
	top: 242px;
	left: 94px;
	width: 36px;
}
#d39 {
	top: 603px;
	left: 598px;
	width: 26px;
}
#d40 {
	top: 525px;
	left: 466px;
	width: 37px;
}
#d41 {
	top: 148px;
	left: 94px;
	width: 74px;
	text-align: left;
}
#d42 {
	top: 173px;
	left: 94px;
	width: 26px;
}
#d43 {
	top: 563px;
	left: 468px;
	width: 28px;
}
#d44 {
	top: 199px;
	left: 94px;
	width: 74px;
}
#d45 {
	top: 332px;
	left: 503px;
	width: 27px;
}
#d46 {
	top: 269px;
	left: 560px;
	width: 74px;
}
#d47 {
	top: 222px;
	left: 560px;
	width: 61px;
}
#d48 {
	top: 207px;
	left: 560px;
	width: 21px;
}
#d49 {
	top: 327px;
	left: 456px;
	width: 27px;
}
#d50 {
	top: 610px;
	left: 702px;
	width: 74px;
}
#d51 {
	top: 278px;
	left: 94px;
	width: 74px;
}
#d52 {
	top: 223px;
	left: 346px;
	width: 74px;
}
#d53 {
	top: 242px;
	left: 357px;
	width: 24px;
	text-align: left;
}
#d54 {
	top: 197px;
	left: 186px;
	width: 41px;
}
#d55 {
	top: 361px;
	left: 476px;
	width: 33px;
}
#d56 {
	top: 194px;
	left: 612px;
	width: 31px;
}
#d57 {
	top: 133px;
	left: 554px;
	width: 28px;
}
#d58 {
	top: 310px;
	left: 556px;
	width: 64px;
}
#d59 {
	top: 254px;
	left: 560px;
	width: 27px;
}
#d60 {
	top: 156px;
	left: 418px;
	width: 22px;
}
#d61 {
	top: 171px;
	left: 560px;
	width: 67px;
}
#d62 {
	top: 295px;
	left: 352px;
	width: 27px;
	height: 21px;
}
#d63 {
	top: 283px;
	left: 486px;
	width: 27px;
}
#d64 {
	top: 201px;
	left: 652px;
	width: 27px;
}
#d65 {
	top: 134px;
	left: 621px;
	width: 74px;
}
#d66 {
	top: 285px;
	left: 560px;
	width: 74px;
}
#d67 {
	top: 201px;
	left: 496px;
	width: 71px;
}
#d68 {
	top: 189px;
	left: 571px;
	width: 51px;
	height: 17px;
}
#d69 {
	top: 257px;
	left: 186px;
	width: 47px;
	text-align: left;
}
#d70 {
	top: 247px;
	left: 186px;
	width: 67px;
	height: 22px;
}
#d71 {
	top: 223px;
	left: 186px;
	width: 68px;
	height: 20px;
}
#d72 {
	top: 171px;
	left: 186px;
	width: 31px;
	height: 25px;
}
#d73 {
	top: 605px;
	left: 484px;
	width: 26px;
	height: 18px;
}
#d74 {
	top: 294px;
	left: 119px;
	width: 31px;
	height: 25px;
}
#d75 {
	top: 296px;
	left: 295px;
	width: 31px;
	height: 25px;
}
#d76 {
	top: 573px;
	left: 403px;
	width: 31px;
	height: 25px;
}
#d77 {
	top: 372px;
	left: 224px;
	width: 28px;
	height: 25px;
}
#d78 {
	top: 384px;
	left: 42px;
	width: 31px;
	height: 25px;
}
#d79 {
	top: 440px;
	left: 72px;
	width: 31px;
	height: 25px;
}
#d80 {
	top: 383px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#d81 {
	top: 288px;
	left: 416px;
	width: 31px;
	height: 25px;
}
#d82 {
	top: 465px;
	left: 361px;
	width: 31px;
	height: 25px;
}
#d83 {
	top: 360px;
	left: 364px;
	width: 31px;
	height: 25px;
}
#d84 {
	top: 361px;
	left: 412px;
	width: 31px;
	height: 25px;
}
#d85 {
	top: 438px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#d86 {
	top: 379px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#d87 {
	top: 409px;
	left: 173px;
	width: 31px;
	height: 25px;
}
#d88 {
	top: 414px;
	left: 359px;
	width: 31px;
	height: 25px;
}
#d89 {
	top: 387px;
	left: 337px;
	width: 31px;
	height: 25px;
}
#d90 {
	top: 385px;
	left: 302px;
	width: 23px;
	height: 25px;
}
#d91 {
	top: 471px;
	left: 232px;
	width: 31px;
	height: 25px;
}
#d92 {
	top: 536px;
	left: 100px;
	width: 31px;
	height: 25px;
}
#d93 {
	top: 550px;
	left: 33px;
	width: 31px;
	height: 25px;
}
#d94 {
	top: 547px;
	left: 722px;
	width: 31px;
	height: 25px;
}
#d95 {
	top: 326px;
	left: 182px;
	width: 31px;
	height: 25px;
}
#d96 {
	top: 269px;
	left: 751px;
	width: 31px;
	height: 25px;
}
#d97 {
	top: 173px;
	left: 764px;
	width: 31px;
	height: 25px;
}
#d98 {
	top: 92px;
	left: 626px;
	width: 31px;
	height: 25px;
}
#d99 {
	top: 68px;
	left: 696px;
	width: 31px;
	height: 25px;
}
#d100 {
	top: 202px;
	left: 699px;
	width: 31px;
	height: 25px;
}
#d101 {
	top: 105px;
	left: 658px;
	width: 31px;
	height: 25px;
}
#d102 {
	top: 231px;
	left: 413px;
	width: 25px;
	height: 25px;
}
#d103 {
	top: 201px;
	left: 423px;
	width: 71px;
	height: 17px;
}
#d104 {
	top: 753px;
	width: 31px;
	height: 25px;
	left: 120px;
}
#d105 {
	top: 551px;
	width: 31px;
	height: 25px;
	left: 669px;
}
#d106 {
	top: 501px;
	left: 19px;
	width: 31px;
	height: 25px;
}
#d107 {
	top: 481px;
	left: 378px;
	width: 31px;
	height: 25px;
}
#d108 {
	top: 587px;
	left: 788px;
	width: 31px;
	height: 25px;
}
#d109 {
	top: 492px;
	left: 165px;
	width: 31px;
	height: 25px;
}
#d110 {
	top: 481px;
	left: 102px;
	width: 31px;
	height: 25px;
}
#d111 {
	top: 642px;
	left: 360px;
	width: 31px;
	height: 25px;
}
#d112 {
	top: 371px;
	left: 434px;
	width: 31px;
	height: 25px;
}
#d113 {
	top: 304px;
	left: 713px;
	width: 31px;
	height: 25px;
}
#d114 {
	top: 437px;
	left: 737px;
	width: 31px;
	height: 25px;
}
#d115 {
	top: 439px;
	left: 480px;
	width: 31px;
	height: 25px;
}
#d116 {
	top: 408px;
	left: 566px;
	width: 31px;
	height: 25px;
}
#d117 {
	top: 409px;
	left: 516px;
	width: 31px;
	height: 25px;
}
#d118 {
	top: 261px;
	left: 648px;
	width: 31px;
	height: 25px;
}
#d119 {
	top: 265px;
	left: 688px;
	width: 31px;
	height: 25px;
}
#d120 {
	top: 426px;
	left: 663px;
	width: 31px;
	height: 25px;
}
#d121 {
	top: 488px;
	left: 458px;
	width: 31px;
	height: 25px;
}
#d122 {
	top: 368px;
	left: 626px;
	width: 31px;
	height: 25px;
}
#d123 {
	top: 381px;
	left: 675px;
	width: 31px;
	height: 25px;
}
#d124 {
	top: 329px;
	left: 670px;
	width: 31px;
	height: 25px;
}
#d125 {
	top: 325px;
	left: 631px;
	width: 31px;
	height: 25px;
}
#d126 {
	top: 342px;
	left: 560px;
	width: 31px;
	height: 25px;
}
#d127 {
	top: 352px;
	left: 595px;
	width: 23px;
	height: 25px;
}
#d128 {
	top: 376px;
	left: 568px;
	width: 31px;
	height: 25px;
}
#d129 {
	top: 361px;
	left: 733px;
	width: 31px;
	height: 25px;
}
#d130 {
	top: 415px;
	left: 435px;
	width: 31px;
	height: 25px;
}
#d131 {
	top: 430px;
	left: 452px;
	width: 60px;
}
#d132 {
	top: 750px;
	left: 444px;
	width: 24px;
}
#d133 {
	top: 697px;
	left: 446px;
	width: 28px;
}
#d134 {
	top: 666px;
	left: 39px;
	width: 25px;
}
#d135 {
	top: 503px;
	left: 694px;
	width: 60px;
}
#d136 {
	top: 605px;
	left: 544px;
	width: 28px;
}
#d137 {
	top: 647px;
	left: 478px;
	width: 28px;
}
#d138 {
	top: 603px;
	left: 441px;
	width: 24px;
}
#d131 {
	top: 704px;
	left: 350px;
	width: 27px;
}
#d139 {
	top: 582px;
	left: 338px;
	width: 29px;
}
#d140 {
	top: 607px;
	left: 254px;
	width: 25px;
}
#d141 {
	top: 599px;
	left: 168px;
	width: 25px;
}
#d142 {
	top: 614px;
	left: 95px;
	width: 26px;
}
#d143 {
	top: 666px;
	left: 38px;
	width: 26px;
}
#d144 {
	top: 450px;
	left: 703px;
	width: 27px;
}
#d145 {
	top: 470px;
	left: 627px;
	width: 37px;
	height: 38px;
}
#d146 {
	top: 540px;
	left: 635px;
	width: 24px;
}
#d147 {
	top: 599px;
	left: 666px;
	width: 60px;
}
#d148 {
	top: 548px;
	left: 531px;
	width: 24px;
}
#d149 {
	top: 523px;
	left: 563px;
	width: 23px;
}
#d150 {
	top: 484px;
	left: 572px;
	width: 26px;
}
#d151 {
	top: 463px;
	left: 554px;
	width: 60px;
}
#d152 {
	top: 498px;
	left: 493px;
	width: 60px;
}
#d153 {
	top: 810px;
	left: 436px;
	width: 25px;
}
#d154 {
	top: 745px;
	left: 359px;
	width: 28px;
}
#d155 {
	top: 724px;
	left: 167px;
	width: 26px;
}
#d156 {
	top: 713px;
	left: 601px;
	width: 22px;
}
#d157 {
	top: 512px;
	left: 408px;
	width: 27px;
}
#d152 {
	top: 815px;
	left: 486px;
	width: 27px;
}
#d158 {
	top: 685px;
	left: 99px;
	width: 60px;
}
#d159 {
	top: 676px;
	left: 320px;
	width: 22px;
}
#d160 {
	top: 681px;
	left: 263px;
	width: 26px;
}
#d161 {
	top: 671px;
	left: 593px;
	width: 26px;
}
#d162 {
	top: 726px;
	left: 650px;
	width: 21px;
}
#d163 {
	top: 757px;
	left: 607px;
	width: 23px;
}
#d164 {
	top: 727px;
	left: 526px;
	width: 28px;
}
#d165 {
	top: 744px;
	left: 689px;
	width: 31px;
}
#d166 {
	top: 743px;
	left: 735px;
	width: 31px;
}
#d167 {
	top: 709px;
	left: 788px;
	width: 30px;
}
#d168 {
	top: 639px;
	left: 689px;
	width: 23px;
}
#d169 {
	top: 670px;
	left: 689px;
	width: 60px;
}
#d170 {
	top: 680px;
	left: 542px;
	width: 27px;
}
#d171 {
	top: 843px;
	left: 681px;
	width: 31px;
}
#d172 {
	top: 842px;
	left: 619px;
	width: 29px;
}
#d173 {
	top: 831px;
	left: 549px;
	width: 32px;
}
#d174 {
	top: 912px;
	left: 309px;
	width: 60px;
}
#d175 {
	top: 901px;
	left: 245px;
	width: 60px;
}
#d176 {
	top: 900px;
	left: 167px;
	width: 60px;
}
#d177 {
	top: 846px;
	left: 166px;
	width: 60px;
}
#d178 {
	top: 846px;
	left: 148px;
	width: 25px;
}
#d179 {
	top: 876px;
	left: 146px;
	width: 60px;
}
#d180 {
	top: 904px;
	left: 74px;
	width: 29px;
}
#d181 {
	top: 673px;
	left: 647px;
	width: 22px;
}
#d182 {
	top: 779px;
	left: 41px;
	width: 31px;
}
#d183 {
	top: 785px;
	left: 87px;
	width: 23px;
}
#d184 {
	top: 802px;
	left: 209px;
	width: 25px;
}
#d185 {
	top: 771px;
	left: 256px;
	width: 27px;
}
#d186 {
	top: 847px;
	left: 217px;
	width: 60px;
}
#d187 {
	top: 824px;
	left: 260px;
	width: 24px;
}
#d188 {
	top: 867px;
	left: 409px;
	width: 25px;
}
#d189 {
	top: 804px;
	left: 359px;
	width: 36px;
}
#d190 {
	top: 711px;
	left: 274px;
	width: 21px;
}
#d191 {
	top: 959px;
	left: 595px;
	width: 60px;
}
#d192 {
	top: 964px;
	left: 548px;
	width: 60px;
}
#d193 {
	top: 899px;
	left: 495px;
	width: 60px;
}
#d194 {
	top: 949px;
	left: 507px;
	width: 60px;
}
#d195 {
	top: 708px;
	left: 217px;
	width: 29px;
}
#d196 {
	top: 552px;
	width: 25px;
	left: 598px;
}
#d197 {
	top: 487px;
	left: 512px;
	width: 24px;
}
#d198 {
	top: 954px;
	left: 258px;
	width: 31px;
}
#d199 {
	top: 951px;
	left: 195px;
	width: 60px;
}
#d200 {
	top: 942px;
	left: 116px;
	width: 33px;
}
/**西区**/

#e1 {
	top: 120px;
	left: 666px;
	width: 55px;
	text-align: center;
	height: 37px;
}
#e2 {
	top: 211px;
	left: 556px;
	width: 67px;
	text-align: right;
}
#e3 {
	top: 229px;
	left: 445px;
	width: 71px;
	text-align: right;
}
#e4 {
	top: 169px;
	left: 525px;
	width: 74px;
	text-align: right;
}
#e5 {
	top: 194px;
	left: 664px;
	width: 55px;
	height: 35px;
	text-align: center;
}
#e6 {
	top: 305px;
	left: 485px;
	width: 61px;
	height: 30px;
	text-align: right;
}
#e7 {
	top: 83px;
	left: 262px;
	width: 74px;
}
#e8 {
	top: 93px;
	left: 346px;
	width: 59px;
}
#e9 {
	top: 101px;
	left: 94px;
	width: 74px;
}
#e10 {
	top: 103px;
	left: 186px;
	width: 74px;
}
#e11 {
	top: 108px;
	left: 262px;
	width: 64px;
}
#e12 {
	top: 104px;
	left: 371px;
	width: 55px;
	text-align: left;
}
#e13 {
	top: 121px;
	left: 116px;
	width: 67px;
}
#e14 {
	top: 122px;
	left: 186px;
	width: 38px;
}
#e15 {
	top: 126px;
	left: 262px;
	width: 61px;
	text-align: left;
}
#e16 {
	top: 172px;
	left: 262px;
	width: 24px;
	text-align: left;
}
#e17 {
	top: 78px;
	left: 476px;
	width: 74px;
}
#e18 {
	top: 161px;
	left: 317px;
	width: 57px;
}
#e19 {
	top: 249px;
	left: 218px;
	width: 30px;
}
#e20 {
	top: 131px;
	left: 346px;
	width: 57px;
}
#e21 {
	top: 148px;
	left: 346px;
	width: 71px;
}
#e22 {
	top: 196px;
	left: 346px;
	width: 72px;
}
#e23 {
	top: 484px;
	left: 532px;
	width: 28px;
}
#e24 {
	top: 483px;
	left: 626px;
	width: 29px;
}
#e25 {
	top: 105px;
	left: 512px;
	width: 57px;
	height: 32px;
	text-align: center;
}
#e26 {
	top: 123px;
	left: 487px;
	width: 58px;
}
#e27 {
	top: 483px;
	left: 576px;
	width: 27px;
}
#e28 {
	top: 337px;
	left: 614px;
	width: 42px;
}
#e29 {
	top: 382px;
	left: 606px;
	width: 28px;
}
#e30 {
	top: 474px;
	left: 703px;
	width: 37px;
	text-align: left;
}
#e31 {
	top: 226px;
	left: 262px;
	width: 26px;
}
#e32 {
	top: 246px;
	left: 262px;
	width: 30px;
}
#e33 {
	top: 302px;
	left: 717px;
	width: 32px;
}
#e34 {
	top: 146px;
	left: 186px;
	width: 27px;
	text-align: left;
}
#e35 {
	top: 148px;
	left: 262px;
	width: 64px;
}
#e36 {
	top: 266px;
	left: 464px;
	width: 60px;
	text-align: right;
	height: 34px;
}
#e37 {
	top: 237px;
	left: 559px;
	width: 74px;
}
#e38 {
	top: 251px;
	left: 94px;
	width: 36px;
}
#e39 {
	top: 314px;
	left: 27px;
	width: 35px;
}
#e40 {
	top: 124px;
	left: 25px;
	width: 37px;
}
#e41 {
	top: 148px;
	left: 94px;
	width: 74px;
	text-align: left;
}
#e42 {
	top: 173px;
	left: 94px;
	width: 26px;
}
#e43 {
	top: 173px;
	left: 106px;
	width: 24px;
}
#e44 {
	top: 199px;
	left: 94px;
	width: 74px;
}
#e45 {
	top: 644px;
	left: 230px;
	width: 34px;
}
#e46 {
	top: 268px;
	left: 560px;
	width: 74px;
}
#e47 {
	top: 220px;
	left: 559px;
	width: 61px;
}
#e48 {
	top: 203px;
	left: 572px;
	width: 71px;
}
#e49 {
	top: 273px;
	left: 262px;
	width: 27px;
}
#e50 {
	top: 222px;
	left: 94px;
	width: 74px;
}
#e51 {
	top: 278px;
	left: 94px;
	width: 74px;
}
#e52 {
	top: 223px;
	left: 346px;
	width: 74px;
}
#e53 {
	top: 245px;
	left: 346px;
	width: 68px;
	text-align: left;
}
#e54 {
	top: 197px;
	left: 186px;
	width: 41px;
}
#e55 {
	top: 351px;
	left: 526px;
	width: 28px;
}
#e56 {
	top: 150px;
	left: 560px;
	width: 69px;
}
#e57 {
	top: 131px;
	left: 560px;
	width: 59px;
}
#e58 {
	top: 304px;
	left: 560px;
	width: 64px;
}
#e59 {
	top: 256px;
	left: 559px;
	width: 74px;
	text-align: right;
	height: 28px;
}
#e60 {
	top: 504px;
	left: 475px;
	width: 31px;
}
#e61 {
	top: 168px;
	left: 560px;
	width: 67px;
}
#e62 {
	top: 272px;
	left: 346px;
	width: 64px;
	height: 21px;
}
#e63 {
	top: 421px;
	left: 700px;
	width: 32px;
}
#e64 {
	top: 35px;
	left: 247px;
	width: 27px;
}
#e65 {
	top: 111px;
	left: 560px;
	width: 57px;
}
#e66 {
	top: 285px;
	left: 560px;
	width: 74px;
}
#e67 {
	top: 432px;
	left: 627px;
	width: 34px;
}
#e68 {
	top: 185px;
	left: 571px;
	width: 76px;
	height: 17px;
}
#e69 {
	top: 273px;
	left: 186px;
	width: 47px;
	text-align: left;
}
#e70 {
	top: 247px;
	left: 186px;
	width: 67px;
	height: 22px;
}
#e71 {
	top: 223px;
	left: 186px;
	width: 68px;
	height: 20px;
}
#e72 {
	top: 171px;
	left: 186px;
	width: 31px;
	height: 25px;
}
#e73 {
	top: 326px;
	left: 92px;
	width: 66px;
	height: 18px;
}
#e74 {
	top: 299px;
	left: 183px;
	width: 31px;
	height: 25px;
}
#e75 {
	top: 302px;
	left: 261px;
	width: 31px;
	height: 25px;
}
#e76 {
	top: 381px;
	left: 80px;
	width: 31px;
	height: 25px;
}
#e77 {
	top: 381px;
	left: 173px;
	width: 71px;
	height: 25px;
}
#e78 {
	top: 410px;
	left: 79px;
	width: 31px;
	height: 25px;
}
#e79 {
	top: 435px;
	left: 78px;
	width: 31px;
	height: 25px;
}
#e80 {
	top: 389px;
	left: 344px;
	width: 31px;
	height: 25px;
}
#e81 {
	top: 300px;
	left: 377px;
	width: 53px;
	height: 25px;
}
#e82 {
	top: 791px;
	left: 613px;
	width: 31px;
	height: 25px;
}
#e83 {
	top: 329px;
	left: 343px;
	width: 31px;
	height: 25px;
}
#e84 {
	top: 327px;
	left: 263px;
	width: 31px;
	height: 25px;
}
#e85 {
	top: 420px;
	left: 384px;
	width: 31px;
	height: 25px;
}
#e86 {
	top: 379px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#e87 {
	top: 409px;
	left: 173px;
	width: 31px;
	height: 25px;
}
#e88 {
	top: 635px;
	left: 332px;
	width: 31px;
	height: 25px;
}
#e89 {
	top: 439px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#e90 {
	top: 410px;
	left: 267px;
	width: 31px;
	height: 25px;
}
#e91 {
	top: 446px;
	left: 293px;
	width: 31px;
	height: 25px;
}
#e92 {
	top: 461px;
	left: 221px;
	width: 31px;
	height: 25px;
}
#e93 {
	top: 437px;
	left: 173px;
	width: 31px;
	height: 25px;
}
#e94 {
	top: 507px;
	left: 49px;
	width: 31px;
	height: 25px;
}
#e95 {
	top: 326px;
	left: 182px;
	width: 31px;
	height: 25px;
}
#e96 {
	top: 123px;
	left: 506px;
	width: 75px;
	height: 25px;
}
#e97 {
	top: 23px;
	left: 607px;
	width: 49px;
	height: 39px;
	text-align: center;
}
#e98 {
	top: 83px;
	left: 566px;
	width: 31px;
	height: 25px;
}
#e99 {
	top: 77px;
	left: 616px;
	width: 75px;
	height: 25px;
	text-align: right;
}
#e100 {
	top: 573px;
	left: 711px;
	width: 31px;
	height: 25px;
}
#e101 {
	top: 132px;
	left: 632px;
	width: 31px;
	height: 25px;
}
#e102 {
	top: 573px;
	left: 470px;
	width: 58px;
	height: 25px;
}
#e103 {
	top: 174px;
	left: 450px;
	width: 63px;
	height: 35px;
	text-align: center;
}
#e104 {
	top: 399px;
	width: 31px;
	height: 25px;
	left: 25px;
}
#e105 {
	top: 461px;
	width: 31px;
	height: 25px;
	left: 28px;
}
#e106 {
	top: 509px;
	left: 309px;
	width: 31px;
	height: 25px;
}
#e107 {
	top: 518px;
	left: 357px;
	width: 31px;
	height: 25px;
}
#e108 {
	top: 538px;
	left: 214px;
	width: 31px;
	height: 25px;
}
#e109 {
	top: 506px;
	left: 157px;
	width: 31px;
	height: 25px;
}
#e110 {
	top: 542px;
	left: 90px;
	width: 31px;
	height: 25px;
}
#e111 {
	top: 683px;
	left: 458px;
	width: 31px;
	height: 25px;
}
#e112 {
	top: 320px;
	left: 446px;
	width: 31px;
	height: 25px;
}
#e113 {
	top: 682px;
	left: 706px;
	width: 31px;
	height: 25px;
}
#e114 {
	top: 684px;
	left: 552px;
	width: 31px;
	height: 25px;
}
#e115 {
	top: 789px;
	left: 545px;
	width: 31px;
	height: 25px;
}
#e116 {
	top: 396px;
	left: 525px;
	width: 31px;
	height: 25px;
}
#e117 {
	top: 784px;
	left: 411px;
	width: 31px;
	height: 25px;
}
#e118 {
	top: 575px;
	left: 631px;
	width: 31px;
	height: 25px;
}
#e119 {
	top: 574px;
	left: 556px;
	width: 31px;
	height: 25px;
}
#e120 {
	top: 684px;
	left: 631px;
	width: 31px;
	height: 25px;
}
#e121 {
	top: 490px;
	left: 417px;
	width: 31px;
	height: 25px;
}
#e122 {
	top: 788px;
	left: 701px;
	width: 31px;
	height: 25px;
}
#e123 {
	top: 364px;
	left: 697px;
	width: 31px;
	height: 25px;
}
#e124 {
	top: 655px;
	left: 83px;
	width: 31px;
	height: 25px;
}
#e125 {
	top: 585px;
	left: 23px;
	width: 31px;
	height: 25px;
}
#e126 {
	top: 739px;
	left: 159px;
	width: 31px;
	height: 25px;
}
#e127 {
	top: 593px;
	left: 152px;
	width: 60px;
	height: 25px;
}
#e128 {
	top: 707px;
	left: 29px;
	width: 31px;
	height: 25px;
}
#e129 {
	top: 718px;
	left: 293px;
	width: 31px;
	height: 25px;
}
#e130 {
	top: 398px;
	left: 439px;
	width: 31px;
	height: 25px;
}
#e131 {
	top: 430px;
	left: 452px;
	width: 60px;
}
#e132 {
	top: 865px;
	left: 292px;
	width: 30px;
}
#e133 {
	top: 870px;
	left: 417px;
	width: 60px;
}
#e134 {
	top: 781px;
	left: 241px;
	width: 33px;
}
#e135 {
	top: 863px;
	left: 554px;
	width: 60px;
}
#e136 {
	top: 881px;
	left: 665px;
	width: 28px;
}
#e137 {
	top: 644px;
	left: 454px;
	width: 60px;
}
#e138 {
	top: 592px;
	left: 440px;
	width: 60px;
}
#e131 {
	top: 838px;
	left: 138px;
	width: 25px;
}
#e139 {
	top: 603px;
	left: 373px;
	width: 60px;
}
#e140 {
	top: 602px;
	left: 242px;
	width: 60px;
}
#e141 {
	top: 597px;
	left: 153px;
	width: 60px;
}
#e142 {
	top: 654px;
	left: 79px;
	width: 60px;
}
#e143 {
	top: 468px;
	left: 645px;
	width: 60px;
}
#e144 {
	top: 646px;
	left: 668px;
	width: 60px;
}
#e145 {
	top: 484px;
	left: 622px;
	width: 37px;
	height: 38px;
}
#e146 {
	top: 526px;
	left: 641px;
	width: 60px;
}
#e147 {
	top: 580px;
	left: 661px;
	width: 60px;
}
#e148 {
	top: 583px;
	left: 523px;
	width: 60px;
}
#e149 {
	top: 521px;
	left: 527px;
	width: 60px;
}
#e150 {
	top: 484px;
	left: 572px;
	width: 26px;
}
#e151 {
	top: 463px;
	left: 554px;
	width: 60px;
}
#e152 {
	top: 498px;
	left: 493px;
	width: 60px;
}
#e153 {
	top: 797px;
	left: 479px;
	width: 60px;
}
#e154 {
	top: 771px;
	left: 335px;
	width: 60px;
}
#e155 {
	top: 769px;
	left: 196px;
	width: 60px;
}
#e156 {
	top: 770px;
	left: 88px;
	width: 60px;
}
#e157 {
	top: 712px;
	left: 18px;
	width: 27px;
}
#e152 {
	top: 869px;
	left: 688px;
	width: 60px;
}
#e158 {
	top: 685px;
	left: 99px;
	width: 60px;
}
#e159 {
	top: 685px;
	left: 173px;
	width: 60px;
}
#e160 {
	top: 683px;
	left: 252px;
	width: 60px;
}
#e161 {
	top: 775px;
	left: 651px;
	width: 26px;
}
#e162 {
	top: 776px;
	left: 624px;
	width: 21px;
}
#e163 {
	top: 776px;
	left: 592px;
	width: 23px;
}
#e164 {
	top: 756px;
	left: 556px;
	width: 60px;
}
#e165 {
	top: 771px;
	left: 678px;
	width: 83px;
}
#e166 {
	top: 712px;
	left: 748px;
	width: 31px;
}
#e167 {
	top: 695px;
	left: 669px;
	width: 30px;
}
#e168 {
	top: 695px;
	left: 642px;
	width: 23px;
}
#e169 {
	top: 694px;
	left: 601px;
	width: 25px;
}
#e170 {
	top: 695px;
	left: 564px;
	width: 27px;
}
#e171 {
	top: 850px;
	left: 649px;
	width: 31px;
}
#e172 {
	top: 859px;
	left: 596px;
	width: 29px;
}
#e173 {
	top: 865px;
	left: 539px;
	width: 32px;
}
#e174 {
	top: 912px;
	left: 309px;
	width: 60px;
}
#e175 {
	top: 901px;
	left: 245px;
	width: 60px;
}
#e176 {
	top: 900px;
	left: 167px;
	width: 60px;
}
#e177 {
	top: 846px;
	left: 166px;
	width: 26px;
}
#e178 {
	top: 845px;
	left: 121px;
	width: 29px;
}
#e179 {
	top: 872px;
	left: 91px;
	width: 60px;
}
#e180 {
	top: 868px;
	left: 42px;
	width: 24px;
}
#e181 {
	top: 819px;
	left: 9px;
	width: 60px;
}
#e182 {
	top: 779px;
	left: 41px;
	width: 31px;
}
#e183 {
	top: 797px;
	left: 93px;
	width: 60px;
}
#e184 {
	top: 798px;
	left: 168px;
	width: 60px;
}
#e185 {
	top: 797px;
	left: 243px;
	width: 60px;
}
#e186 {
	top: 847px;
	left: 217px;
	width: 60px;
}
#e187 {
	top: 840px;
	left: 325px;
	width: 60px;
}
#e188 {
	top: 867px;
	left: 409px;
	width: 25px;
}
#e189 {
	top: 796px;
	left: 414px;
	width: 36px;
}
#e190 {
	top: 866px;
	left: 482px;
	width: 21px;
}
#e191 {
	top: 959px;
	left: 595px;
	width: 60px;
}
#e192 {
	top: 964px;
	left: 548px;
	width: 60px;
}
#e193 {
	top: 899px;
	left: 495px;
	width: 60px;
}
#e194 {
	top: 949px;
	left: 507px;
	width: 60px;
}
#e195 {
	top: 732px;
	left: 223px;
	width: 91px;
}
#e196 {
	top: 258px;
	width: 33px;
	left: 25px;
}
#e197 {
	top: 481px;
	left: 512px;
	width: 24px;
}
#e198 {
	top: 954px;
	left: 258px;
	width: 31px;
}
#e199 {
	top: 951px;
	left: 195px;
	width: 60px;
}
#e200 {
	top: 942px;
	left: 116px;
	width: 33px;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #14a600;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
}
#pagetop a {
	display: block;
	background-color: rgba(0,0,0,0.61);
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-radius: 8px;
	width: 50px;
	height: 50px;
	background-image: url(../../img/pagetop.png);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}
::-webkit-input-placeholder {
    color: #999999;
    font-weight: normal;
}
:-ms-input-placeholder {
    color: #999999;
    font-weight: normal;
}
::-moz-placeholder {
    color: #999999;
    font-weight: normal;
}
#del_all{
	display: block;
	float: right;
	background-color: #DBE9D7;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	font-size: 12px;
}
#foot_eki{
	clear:both;
	border:1px solid #999999;
	padding:10px;
	font-size:12px;
	background-color:#EDEDED;
}
#foot_logo{
	float:left;
}
address{
	float: left;
	line-height: 18px;
	font-style: normal;
}
footer{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border-top:1px dotted #666666;
	margin-top:15px;
	padding-top:15px;
}
footer #copyright{
	float:right;
	padding-top:45px;
	font-size:12px;
	width:300px;
}

#store_link{
	background-image: url(/img/store_link_on.png);
}
.store_link a:hover  img {
	visibility: hidden;
}
#site_desc{
	font-size:12px;
	line-height:20px;
	margin-top:20px;
	clear:both;
}
h1{
	font-size:12px;
	margin:0px;
	color:#999999;
	background-color:#E8E8E8;
	text-align:center;
}
.seiyaku{
	color:#FF0004;
	font-size:18px;
	line-height:24px;
}
.blue12{
	color: #032BC4;
	font-size: 12px;
	text-align: center;
	font-weight: bold;	
}
.red12{
	color:#FF0000;
	font-size:12px;
}
