body{
background-color: #fff;
background-image: url(background.png);
background-repeat: repeat-y;
font-size: 16px;
color: #222;
line-height: 21px;
margin: 8px;
margin-left: 12px;

-webkit-text-size-adjust: 100%;
}




a:visited { color: #999999; }
a:hover { color: orange;text-decoration: none; }
a:active { color: red;text-decoration: none; }


.topbottun a:hover { color: #fff;text-decoration: none; }

.center { text-align: center; }
.right { text-align: right;font-size: 14px; }



.btns a{
margin: 0 8px 3px 0;
padding: 10px 5px;
border: 3px solid orange;
border-radius: 5px; 
background: #ffe8bf;
}

.btns a:hover{
background: orange;
color: #fff;
}

h1{
background-color:green;
border: none;
border-right: 1px solid brown;
border-bottom:  1px solid brown;
text-align: center;
padding: 12px 0;
color: black;
font-size: 18px;
color: #fff;
border-radius:10px;
}

h2{
background-color:  #d4ff80;
background-image: url(h2-bg.png);
background-position: bottom;
background-repeat: repeat-x;
padding: 8px 5px 7px 5px;
font-size: 14px;
text-align: center;
color: #222222;
margin-bottom:20px;
border: none;
border-right: 1px solid orange;
border-bottom:  1px solid orange;
border-radius:10px;
}

h2.care{
text-algin:center;
font-size: 15px;
margin: 12px 0;
}

h3{
  background-color: #FF9900; /*$BGX7J?'!JGv(J, $BG;!K(J*/
	background-image: -webkit-linear-gradient(top, #fb926d 0, #f04343 100%); /*$BGX7J?'!JGv(J, $BG;!K(J*/
	background-image:   linear-gradient(to bottom, #fb926d 0, #f04343 100%); /*$BGX7J?'!JGv(J, $BG;!K(J*/
border-radius:5px;
line-height: 30px;
padding-left: 10px;
font-size: 16px;
}


hr {
border:none;border-top:dotted 2px brown;
}

hr.tp { margin: 20px 0; }

.cl { clear: both; }

hr.dot{
border:none;
border-top:dotted 3px #ff9999;
color:#00cccc;
margin: 8px 0 12px 0;
}

.uder{
background-color:  #d4ff80;
background-image: url(h2-bg.png);
line-height: 28px;
text-align: right;
border: none;
border-right: 1px solid #47b398;
border-bottom:  1px solid #47b398;
padding-right: 3px;
}



.footer{
text-align: center;
background: green;
line-height: 25px;
color: #fff;
border-radius:10px;
}

#map{
width: 100%;
height: 300px;
}

.ichiran { line-height: 150%; }


ul { margin: 0 ; ;padding: 0;list-style: none; }

li a{
float: left;
margin: 0 3px 3px 0;
padding: 0 10px;
line-height: 60px;
border: 3px solid #8bf8a2;
border-radius: 5px; 
background: green;
display: block;
color : #fff;
}

li a:hover{
background: #8bf8a2;
color: red;
}



li{
line-height: 30px;
}