@charset "UTF-8";

/*リセット*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #0000FF;}
a:active {color: #FFFFFF;}


/*デザイン*/
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	text-align: center;
}
em {
	text-align: center;
}
h2 {
	text-align: center;
}
.toilet-center {
	text-align: center;
}
h3 {
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #43AC34;
	height: 1.5em;
	width: 100%;
	margin-top: 10px;
	font-size: 80%;
}
.area {
	font-style: normal;
	font-size: 80%;
	color: #43AC34;
	background-color: #EFEFEF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.red {
	color: #FF0000;
}
.tel {
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}
.tel a {
	color: #FFFFFF;
	text-decoration: underline;
}
.lead {
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 100%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.2em;
}
.lead-b {
	font-size: 100%;
	font-weight: bold;
	color: #003F70;
}
#menu {
	font-size: 90%;
	margin-bottom: 20px;
	color: #55A0D9;
	margin-top: 20px;
}
#menu h3 {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #C1DCFF;
	background-color: #55A0D9;
	color: #FFFFFF;
	font-size: 100%;
	text-indent: 5px;
	line-height: 1.5em;
	height: 1.5em;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DCFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C1DCFF;
	border-right-color: #C1DCFF;
	border-right-width: 0px;
}
#menu a {
	color: #55A0D9;
	text-decoration: underline;
}
#menu li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.2em;
}
#copyright {
	background-color: #43AC34;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
#copyright a {
	color: #FFFFFF;
}

.tb {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 10px;
}
.col-bg {
	background-color: #D8D8D8;
}
.w1 {
	width: 1em;
	line-height: 1em;
}
/*料金案内*/
table#rate-01 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 80%;
}
table#rate-01 th {
    padding: 2px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; 
}
table#rate-01 td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}
.rate-attention {
	font-size: 0.8em;
	margin-bottom: 5px;
	text-indent: -1em;
	clear: both;
	margin-left: 10px;
}
/*会社案内*/
#corp {
	font-size: 90%;
}
#corp dl {
	margin-top: 10px;
	margin-bottom: 20px;
}
#corp dt {
	line-height: 1.5em;
	width: 100%;
	color: #45AF35;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #45B035;
	font-size: 100%;
}
#corp dd {
	margin-bottom: 0.8em;
	line-height: 1.2em;
}
#corp li {
	list-style-position: inside;
	list-style-type: square;
}