/*---------------------------------
　リセット
---------------------------------*/

* {
	margin: 0 auto;
	padding: 0
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0
}
img {
	margin: 0;
	padding: 0;
	border-style: none
}

.alphafilter{
}


body {
	background-image: url(../images/body_bg.gif);
	background-color: #FCFBD6;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
}
#contents-area {
	width: 100%;
}
#contents-area td {
	vertical-align: top;
}
#contents-area .data-box {
	margin-bottom: 25px;
	text-align: left;
}
#contents-area .data-box h2 {
	margin-bottom: 7px;
}
#contents-area .data-box dl {
	margin-right: 15px;
	margin-left: 15px;
}
#contents-area .data-box dt {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	color: #999999;
}
#contents-area .data-box dd {
	line-height: 150%;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contents-area .data-box table td {
    padding: 8px;
}

#adrs {
	background-image: url(../images/note_bg.gif);
	background-color: #F8FFDC;
	padding: 10px;
	margin-top: 20px;
	text-align: left;
}
#adrs p {
	margin-bottom: 10px;
	line-height: 150%;
}
#footer-navi {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
address {
	font-size: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #996633;
}

#footer-navi li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 90%;
}
#page-navi {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#page-navi li {
	display: inline;
	margin-right: 10px;
}
#container h2 {
	text-align: center;
	margin-bottom: 20px;
}
#container .entry {
	width: 716px;
	margin-right: auto;
	margin-left: auto;
}
#container .entry .waku01 {
	width: 100%;
}
#container .entry .waku01 td {
	vertical-align: top;
	text-align: left;
}
#container .entry .waku01 td p {
	line-height: 180%;
	margin-bottom: 20px;
}
#container .entry .waku01 .shikaku {
	background-color: #FEFBE2;
	padding: 15px;
}
#container .entry .waku01 .shikaku h4 {
	margin-bottom: 10px;
}
#container .entry .waku01 .shikaku ul {
	margin-left: 20px;
}
#container .entry .waku01 .shikaku li {
	font-size: 90%;
	line-height: 145%;
	margin-bottom: 7px;
}
.page-top {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#keireki {
	margin-left: 20px;
}
#keireki li {
	font-size: 90%;
	line-height: 145%;
	margin-bottom: 7px;
}
.shisetsu-data {
	width: 95%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
.shisetsu-data h4 {
	background-color: #FFF8D6;
	padding: 7px;
	font-weight: bold;
	color: #824A00;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF8400;
}
.shisetsu-data ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.shisetsu-data li {
}
.shisetsu-data dl {
	margin-top: 10px;
}
.shisetsu-data dt {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
}
.shisetsu-data dd {
	font-size: 90%;
	margin-left: 0px;
	line-height: 145%;
}
#jusho {
	margin-top: 10px;
}
#jusho dt {
	font-weight: bold;
	margin-bottom: 7px;
}
#jusho dd {
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 145%;
	font-size: 90%;
}
#sitemap li {
	margin-bottom: 10px;
}

#sitemap li ul {
	margin-left: 30px;
	margin-top: 10px;
}
.green {
	color: #009933;
}
.red {
	color: #FF0000;
}
.margin {
    margin: 0px;
	padding: 0px;
}
.border {
	border: 1px solid #999999;
}
.shikaku {
	background-color: #FEFBE2;
	padding: 15px;
}