body   {
	background-color: #ecf4ff;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.textSmall {
	font-size: small;
}

a  { color: #306bf1 }
a:hover  { color: #306bf1; text-decoration: underline }

h1 {
	margin: 0px;
	padding: 0px;
	width: 730px;
}

h2 {
	background-color: #F2F2F2;
	height: auto;
	border: 1px solid #999999;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
}

td   {
	color: #333333;
	font-size: 0.86em;
}
span.sizes { font-size: 0.86em}
span.text  { line-height: 140% }
span.title {
	color: black;
	font-weight: bold;
	line-height: 140%;
}

.listNoMark{
	list-style-type:none;
}
.listInside{
	list-style-position:inside;
}
.listNoMarkInside{
	list-style-position:inside;
	list-style-type:none;
}
.listNoMarkOutside{
	list-style-position:outside;
	list-style-type:none;
}

.NoMargin{
	padding-left: 0px;
	margin: 0px;
}

/***********/

#wrapper {
	width: 740px;
}

dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

dt {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
}

dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

.prText {
	padding: 5px;
	width: 728px;
	border: 1px solid #999999;
	background-color: #E8F2FB;
}

.prText ul {
	margin: 5px;
	padding-left: 5px;
}

.prText li {
	margin-left: 5px;
	padding: 0px;
}

.frame-wrap {
	text-align: center;
	display: block;
	position: relative;
	clear: none;
	float: left;
	width: 170px;
}

.frame-title {
	bottom: 0px;
	left: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.frame img {
	border: none;
	margin: auto;
}

.frame-kakudai {
	text-align: left;
	margin-top: 5px;
}

/*注釈マーク（※）*/
.note {
padding-left:1em;
text-indent:-1em;
}

/*追加-2009*/
/*市町村リンク*/
#go_url {
	width: 100%;
	line-height: 150%;
	padding-top: 2em;
	padding-bottom: 2em;
} 
#go_url ul {
	margin: 0px;
	padding: 0px;
}
#go_url li {
	line-height: 150%;
	list-style-type: none;
	background-image: url(youchi/img/go_url.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

/* 横方向の整列 */

*.margin-tel {
	/*工業用地電話番号用 */
	text-align: left;
	margin-left: 2.5em;
}

/*リンクページ*/
.links {
	margin: 10px;
}

#links a{
}


.links ul {
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
}

.links li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-align: left;
	background-image: url(links/img/point.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	line-height: 20px;
}

.links ul  ul{
	padding: 0px;
	list-style-type: none;
	margin-left: 20px;
}

.links ul ul li {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}


#link {
	font-size: 1em;
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
}

#link #current {
}

#link #current:hover {
}

#link .currentAncestor {
}
/* Parent - Level 0 */

#link ul {
	list-style: none;
}

#link li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	list-style-image: url(links/img/point.gif);
	padding: 0px;
}

#link a{
}

#link a:hover {
}

#link a:active {

}

/* Child - Level 1 */

#link ul ul {
}

#link ul ul li {
	list-style-position: inside;
	list-style-image: url(links/img/point.gif);
	margin-left: 2em;
	padding: 0px;
}

#link ul ul a {
}

#link ul ul a:hover{
}

#link ul ul #current{
}

#link ul ul .currentAncestor {
}

/* Child - Level 2 */

#link ul ul ul {

}

#link ul ul ul li { 
}

#link ul ul ul a{
	padding-left: 60px;
}

#link ul ul ul a:hover{

}

/* Child Level 3 */

#link ul ul ul ul {

}

#link ul ul ul ul li { 
}

#link ul ul ul ul a{
	padding-left: 90px;
}

#link ul ul ul ul a:hover{

}
