@charset "shift_jis";


/* common.css ガス検索用共通CSS */


/*	リンクリスト
================================================== */
table#map {
	margin-top: 12px;
	}


/*	リスト
================================================== */
table.list1,
table.list2 {
	border-collapse: collapse;
	}
table.list2 {
	margin-bottom: 15px;
	}
	
table.list1 tr th,
table.list2 tr th {
	padding: 2px;
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	
	text-align: center;
	font-size: smaller;
	line-height: 1.2em;
	}

table.list1 tr td,
table.list2 tr td {
	padding: 4px;
	border: #CCCCCC 1px solid;
	font-size: smaller;
	line-height: 1.3em;
	}
table.list1 tr td a {
	color: #666666;
	}
table.list1 tr td a:hover {
	color: #FF944C;
	text-decoration: none;
	}

table.list1 tr td.check {
	text-align: center;
	}
	
table.list2 tr th {	text-align: left;
	}


/*	Gmap
================================================== */
div#gmap {
	width: 550px;
	height: 400px;
	border: #CCCCCC 1px solid;
	
	color: #000000;
	}
	
div#gmap strong {
	font-weight: bold;
	}

div#gmap p {
	line-height: 1.2em;
	}
/* *** eof *** */

