body {
	margin: 0px auto 0px auto;
	padding: 0px;
	width:780px;
	font-size:0.8em;
	line-height:140%;
	background-color:#cccccc;
}

/*
th {
	color:#005700;
}

th a{
	color:#005700;
	text-decoration:none;
}

th a:link active visited{
	color:#005700;
}

th a:hover{
	color:#7bd17b;
}

table {
	margin-bottom:15px;
}
*/

table.menu{
    border-top:1px solid #009500;
    border-left:1px solid #009500;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.menu th{
    border-right:1px solid #009500;
    border-bottom:1px solid #009500;
    color:#330000;
    background-color:#99ff99;
/*
    background-image:url(../img/table-back.gif);
*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.menu td{
    border-right:1px solid #009500;
    border-bottom:1px solid #009500;
    padding:0.3em 0.5em;
}


h1 {
	margin:30px 0px 0px 10px;
	font-size:18px;
	color:#ffffff;
}
h2 {
	margin:20px 0px 5px 10px;
	background-image: url(../images/title_img.gif);
	background-repeat:no-repeat;
	height:15px;
	color:#005700;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:13px;
	font-size:16px;
}

h3 {
	background:url(../images/blockover.gif) no-repeat left center;
	padding: 8px 0 8px 28px;
/*	padding: 8px 0 8px 28px; */
/*	margin:30px 0px 10px 10px; */
	font-size:17px;
	color:#fff;
*/
}
h4 {
	margin:20px 0px 10px 15px;
	font-size:15px;
	color:#444444;
}

a{
	color:#005700;
}

a:link active visited{
	color:#005700;
}

a:hover{
	color:#7bd17b;
}

h1.catch {
	margin: 0 auto;
	width: 780px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	background-color:#33cc33;
	color:#ccffcc;
}

#header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:109px;
	width:780px;
	float:left;
}

#logo {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	border: none;
}

#mapinfo {
}

#info {
	float: right;
	margin-top: 50px;
}

#wrapper  {
	background-color: #ccffcc;
/*	background-color: #ffffee; */
/*	background-color: #eeeeee; */
}

#contents  {
	width:552px;
	margin-top:0px;
	padding:15px 5px 20px 5px;
	float:left;
}

#sidebar {
	float:left;
	width:200px;
	padding-top:15px;
	margin-top:0px;
	padding-right:10px;
}

.entry {
	margin:10px 30px 5px 10px;
/*
	background-image: url(../images/checkbox.gif);
	background-repeat:no-repeat;
*/
	height:15px;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:13px;
	font-size:14px;
}

.entry p{
	margin:5px 10px 5px 10px;
	padding-left:25px;
	padding-top:3px;
	font-size:16px;
}

.entry p a{
	color:#005700;
	text-decoration:none;
}

.entry p a:link active visited{
	font-weight: bold;
	color:orange;
	text-decoration: none;
}

.entry p a:hover{
	font-weight: bold;
	color:orange;
	text-decoration: none;
}

/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	list-style-type: none;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background: #ccffcc;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localNavigation ul li a {
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #ffff00;
	display: block;
	width: 167px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background-image: url(../images/side_head.gif);
	text-decoration: none;
}

#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	color: #ffdd00;
	background: #88cc33 url(../images/side_head_over.gif) no-repeat !important;
}

#localSubNavigation ul {
	list-style-type: none;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0px;
	background: #ccffcc;
	line-height: 1.2;
}
#localSubNavigation ul li {
	padding-bottom: 1px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localSubNavigation ul li a {
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #ffff00;
	display: block;
	width: 167px; /* for WinIE6 */
	height: 17px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background-image: url(../images/side_subhead.gif);
	text-decoration: none;
}
#localSubNavigation ul li a:hover,
#localSubNavigation ul li a:focus {
	background: #99cc66 url(../images/arrow_big.gif) 15px 13px no-repeat !important;
}
/*
#localNavigation ul li ul {
	margin-left: 20px;
	font-size: 90%;
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E5E5E5;
}
#localNavigation ul li ul li a {
	background-image: url(../images/side_subhead.gif);
	width: 156px;
	padding: 6px 10px 6px 14px;
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	background: #E6E6E6 url(../images/arrow_small.gif) 7px 11px no-repeat !important;
}
#localNavigation ul li.current a {
	background-image: none;
	background-color: #E5E5E5;
	font-weight: bold;
}
#localNavigation ul li.current ul li a {
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
	font-weight: normal;
}

*/

.cal_head {
	background-image: url(../images/side_head.gif);
	background-repeat: no-repeat;
	width:200px;
	height:30px;
	text-align:center;
	font-weight: bold;
	font-size: 120%;
	color: #ffff00;
	padding-top:10px;
}

.cal_head a{
	text-decoration: none;
	color: #ffff00;
}

.cal_head a:hover{
	text-decoration: none;
	color: #ffdd00;
}

.cal_subhead {
	background-image: url(../images/side_subhead.gif);
	background-repeat: no-repeat;
	width:200px;
	height:30px;
	font-weight: bold;
	font-size: 120%;
	color: #ffff00;
	text-align:center;
	padding-top:10px;
}

.cal_subhead a{
	text-decoration: none;
	color: #ffee00;
}
.cal_subhead a:hover {
	text-decoration: none;
	color: #ffdd00;
}

#check {
	padding-top:10px;
	padding-left:100px;
}

#coupon {
	padding-left:5px;
}

#infomation {
	background: transparent url(../images/infoback.gif) no-repeat top;
	margin-top: 5px;
}

#infomation p {

	margin-top: 0px;
	padding: 10px 13px;
	font-size: 100%;
/*
	font-weight: bold;
*/
	text-align: left;
	line-height: 150%;
}

.roundedcornr_box_body {
   background: #ffffff;
}
.roundedcornr_top_body div {
   background: url(../images/roundedcornr_body_tl.png) no-repeat top left;
}
.roundedcornr_top_body {
   background: url(../images/roundedcornr_body_tr.png) no-repeat top right;
}
.roundedcornr_bottom_body div {
   background: url(../images/roundedcornr_body_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_body {
   background: url(../images/roundedcornr_body_br.png) no-repeat bottom right;
}

.roundedcornr_top_body div, .roundedcornr_top_body, 
.roundedcornr_bottom_body div, .roundedcornr_bottom_body {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_body { margin: 0 10px; }

.roundedcornr_content_body p {

	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 13px;
	font-size: 110%;
/*	font-weight: bold; */
	text-align: left;
	line-height: 150%;
}

#blogbody {
	background-color: #fff;
	border:1px solid #009500;
	padding:5px 5px 10px 5px;
	height:150px;
	color:#005700;
	bgcolor: #ffffff;
}

#blogbody2 {
	background-color: #fff;
	border:1px solid #009500;
	padding:5px 5px 10px 5px;
	height:50px;
	color:#005700;
	bgcolor: #ffffff;
}
#blogbody3 {
	background-color: #fff;
	border:1px solid #009500;
	padding:5px 5px 10px 5px;
	height:350px;
	color:#005700;
	bgcolor: #ffffff;
}
#blogbody4 {
	background-color: #fff;
	border:1px solid #009500;
	padding:5px 5px 10px 5px;
	height:100px;
	color:#005700;
	bgcolor: #ffffff;
}
#blogbody5 {
	background-color: #fff;
	border:1px solid #009500;
	padding:5px 5px 10px 5px;
	height:80px;
	color:#005700;
	bgcolor: #ffffff;
}
.flow {
	height:100px;
}
.left {
	margin-top:5px;
	height:190px;
	float:left;
}
.right {
	margin-top:5px;
	height:190px;
	margin-left:230px;
}

.description {
	width:230px;
	margin-top:5px;
	float:left;
}
.treatimage {
	margin-left:250px;
}

.posted {
	padding:3px 5px 3px 5px;
	border-bottom:1px dotted #005700;
	font-weight:bold;
	color:#005700;
}

.next {
	margin-top:10px;
	margin-left:230px;
}

#tel{
	margin: 1.2em 40px 12px 0px;
	color: #000; 
	padding: 5px 0px 3px 14px;
	border: 1px solid #000066;
	background: #fff;
	font-weight: bold; 
	font-size: 150%;
}

#calender {
	margin-left:10px;
	margin-top:10px;
}

#footer {
	clear:both;
	margin-left:250px;
	margin-top:10px;
}
#link ul {
	list-style-type: none;
}
