@charset "UTF-8";

/* base */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #F3F3F3;
}

td, th {
	font-size:	small;
	line-height: 150%;
}

a:link,a:visited,a:active {
/*	color: #5689AC; */
	color: #006699;
	text-decoration: underline;
}

a:hover {
/*	color: #006699; */
	color: #5689AC;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

p 	{ font-size: small; }
h1 	{ font-size: x-large; }
h2 	{ font-size: large; }
h3 	{ font-size: medium; }
h4 	{ font-size: small; }
h5 	{ font-size: x-small; }
h6 	{ font-size: xx-small; }

li 	{ font-size: small; line-height: 150%; }

img {
	border: none;
}

.clr {
	height: 1px;
	width: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0%;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 100%;
	display: inline-table;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* main */
.inner {
	margin: 10px;
}

.inner:after {
    content: "　";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.ta_c {
	text-align: center;
}

#MainContainer {
	margin: 0 auto;
	width: 780px;
}

#header {
	background-image: url(../images/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100px;
}
#header h1 {
	width: 215px;
	height: 50px;
	overflow: hidden;
	position: relative;
	left: 50px;
	top: 30px;
}
#header p {
	text-indent: -9999px;
}

#body {
	background-image: url(../images/body.gif);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 30px 0 20px;
}
#body .inner {
	margin: 0 30px;
}
#searchBox {
	margin-bottom: 30px;
}
#resultBox {
	border-top: 3px dotted #FFAAAA;
}
#resultBox .inner {
	margin: 10px 0;
}
#infoBox {
	border-top: 3px dotted #FFAAAA;
}
#infoBox .inner {
	margin: 10px 0;
}
#mapBox {
	width: 480px;
	float: left;
}
#mapBox img {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
#tdfkBox {
	width: 220px;
	float: right;
}
#tdfkBox span.separator {
	margin: 0 0.2em;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	min-height: 100px;
}
#footer .inner {
	margin: 0 30px;
}
#footer address {
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #999999;
	font-size: medium;
}

/* common */
input {
	vertical-align: middle;
	margin: 0.3em 0;
}

span.separator {
	margin: 0 0.5em;
}
span.gray {
	color: #999999;
}

.error {
	color: #DD0000;
}
p.error {
	margin-top: 1em;
}

/* layout */
input#search {
	width: 300px;
}

h2.title {
	color: #dd1100;
	font-size: x-large;

}

tr.other {
	background-color: #FFF6F6;
}

h3.title_tdfk {
	font-size: x-large;
	font-weight: normal;
	color: #dd1100;
	margin: 0.5em 0;
}

h4.title_city ,
h4.title_tiiki {
	color: #333333;
	font-size: medium;
	font-weight: normal;
	margin: 1em 0 0.3em;
	border-left: 5px solid #dd1100;
	padding-left: 0.5em;
	line-height: 100%;
}

p.zip {}
p.kanji {}
p.kana {
	font-size: xx-small;
	color:#999999;
	line-height: 100%;
}

table.list {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0.5em 0;
}
table.list td, table.list th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em 0.6em;
	font-size: x-small;
}
table.list th {
	text-align: center;
	background-color: #F3F3F3;
}
table.list td {}

table.jump {}
table.jump td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 0.3em 0.6em;
}

.mapinfo {
	font-size: medium;
	line-height: 140%;
}

.mapcomment {
	color: #666666;
	margin-top: 10px;
}

p.corp {
	font-size: x-small;
	text-align: right;
	color: #666666;
	margin: 1em 0;
}

table.search {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0.5em 0;
}
table.search td, table.search th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em 0.6em;
	font-size: x-small;
}
table.search th {
	text-align: center;
	background-color: #F3F3F3;
}
table.search th.title {
	width: 50px;
}
table.search td.active {
	background-color: #FFDDFF;
}
table.calendar {
	margin: 3px 0;
}

input.search_input {
	width: 150px;
}

img.graph {
	margin: 10px 0;
}

#systemmenu {
	margin-bottom: 20px;
}
#systemmenu .inner {
}
p.menu {
	text-align: center;
}

