/* CSS Document */



/*サブページ
--------------------------------------*/
#sabcontainer{
	width:960px;
	margin:0 auto;
	background:#006B33;
	padding-top:10px;
	}

#sabcontainer .leftcolum{
	width:220px;
	background:#002c0a;
	float:left;
	}
.leftcolum h3.sabmenutitle{
	width:220px;
	height:130px;
	}
.leftcolum ul{
	width:220px;
	padding-bottom:10px;
	list-style:none;
	}
.leftcolum ul li{
	background:url(../common/sabmenu_back.gif) no-repeat;
	height:37px;
	line-height:35px;
	padding-left:25px;
	font-size:11pt;
	font-weight:bold;
	color: #FFFF66;
	width:195px;
	}
.leftcolum ul li a,a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
.leftcolum ul li a:hover{
	color: #FFFF66;
	text-decoration:none;
	text-indent:1em;
	}

#sabcontainer .rightcolum{
	width:720px;
	float:right;
	background:#FFFFFF;
	}
	
#sabcontainer .rightcolum h1.title{
	width:720px;
	height:82px;
	}
ol.topicpath{
	margin:10px auto 20px 30px;
	font-size:0.9em;
	color:#535353;}
ol.topicpath li{
	display:inline;
	line-height:110%;
	list-style-type:none;}
ol.topicpath li a{
	padding-right:12px;
	color:#535353;
	text-decoration:none;
	background: url(../common/img08.gif) right center no-repeat;}


.box660{
	width:660px;
	margin:0 auto 50px auto;
	}
	
.rightcolum a{
	color:#FF3300;
	}
.rightcolum a:link{
	color:#FF3300;
	text-decoration:underline;
	}
.rightcolum a:hover{
	color:#669900;
	text-decoration:underline;}
.rightcolum a:visited {
	color: #FF3300;
	text-decoration:underline;}
	
/*#sabcontainer .rightcolum h2.sabtopic{
	clear:both;
	width:660px;
	height:40px;
	background:#8b5c29;
	line-height:40px;
	color:#FFFFFF;
	font-size:11pt;
	padding-left:15px;
	margin-bottom:20px;
	box-sizing:border-box;
    border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	} */  
	
	

#sabcontainer .rightcolum h2.sabtopic {
  position: relative;
  padding-bottom: .2em;
  border-bottom: 4px solid #ccc;
  font-size:18px;
  margin-bottom:20px;
}

#sabcontainer .rightcolum h2.sabtopic::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ff8d00;
}






	
#sabcontainer .pagetop{
	width:720px;
	background: url(../common/pagetop_back.gif) repeat-x;
	height:52px;	
	}
#sabcontainer p.gotop{
	position:relative;
	left:570px;
	width:140px;
	height:20px;
	top:18px;
	}




/*さくらページ
--------------------------------------*/
.thumbnail{
	margin-left:0px;
	width:190px;}
.thumbnail img{
	width:80px;
	height:60px;
	padding:3px;
	background:#fff;
	margin:0 6px 6px 0;
	float:left;
	border:#999 solid 1px;
	}
.mainphotoframe{
	padding:5px;
	width:auto;
	background:#ccc;}
	
.pinkimage{
	background: url(../sakura/img/sakura_image.jpg)  no-repeat bottom #ffebff;
	width:720px;
	padding:15px 0 80px 0;}

table.imaphoto{
	width:540px;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;}
.imaphoto img{
	width:180px;
	height:auto;
	padding:3px;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;}

/*土産ページ
--------------------------------------*/


/*園内のご案内ページ
--------------------------------------*/
.seasonSpring th{
	background: #FFCCFF;
	border-top: #eee 1px solid;
	border-left:#eee 1px solid;
	height:30px;
	color:#333;
	font-size:1.0em;}
.seasonSpring{
	font-size:0.8em;}

.seasonSummer th{
	background: #FFCC66;
	border-top: #eee 1px solid;
	border-left:#eee 1px solid;
	height:30px;
	color: #333;
	font-size:1.0em;}
.seasonSummer{
	font-size:0.8em;}

.seasonAutumn th{
	background: #663300;
	border-top:  #993300 1px solid;
	border-left:#993300 1px solid;
	height:30px;
	color:#FFFFFF;
	font-size:1.0em;}
.seasonAutumn{
	font-size:0.8em;}
	
.seasonWinter th{
	background: #3366FF;
	border-top: #99CCFF 1px solid;
	border-left:#99CCFF 1px solid;
	height:30px;
	color:#FFFFFF;
	font-size:1.0em;}
.seasonWinter{
	font-size:0.8em;}
	
/*今の見頃
--------------------------------------*/
.spotnow h1{
	padding-left:1em;
	font-size:14pt;
	color:#FFFFFF;
	font-weight:bold;
	line-height:40px;}
.spotnow p{
	font-size:0.9em;
	line-height:170%;
	text-indent:1em;}





/*table type06部分
----------------------------------*/


table.type06 {
  border-collapse: collapse;
  line-height: 1.5;
  text-align: center;
}

table.type06 th {
  width:150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #ff8d00;
  color: #ffffff;
  border-collapse: collapse;
  line-height: 1.5;
  text-align: center;
  
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  text-align: center;
}

table.type06 tr:nth-child(even) {
  background: #d9d9d9;
}