/*base*/
/*
font-size
0.9em 9px
1.2em 12px
1.4em 14px
1.6em 16px
2.2em 22px
2.6em 26px
*/


body{
	text-align: center;
	color: #000;
	background: #FFFEEA; 
/*    font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
*/    /*font-family: Verdana,Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;*/
	/*font-family:Verdana,Arial,Helvetica,'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4',Osaka,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
	margin-left: auto;
	text-align: center;
	line-height: 1.4;
    font-weight: normal;
	font:85%  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

/*imghack*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	clear: both;
}

/* link */

a:link{
	text-decoration:underline;
	color: #17851C;
	font-weight: normal;
}

a:visited{
	text-decoration:underline;
	color: #17851C;
	font-weight: normal;
}

a:hover{
	text-decoration:underline;
	color: #F90;
	font-weight: normal;
}

*::selection {
    background:#AFD38B;
    color: #FFFFFF;
}

*::-moz-selection {
    background:#AFD38B;
    color: #FFFFFF;
}

/* --------------------------------------------------
spAttention
-------------------------------------------------- */
#spAttention{
	text-align:center;
	z-index:9999;
	border-bottom:5px #000 solid;
}
#spAttention a{
	padding:.5em 1em;
	text-decoration:none;
	text-align:center;
	display:block;
	font-size:3.5em;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}
#spAttention a:link,
#spAttention a:visited,
#spAttention a:hover{
	background: #5E595E; /*{h-bup-background-color}*/
	background:-webkit-gradient(linear, left top, left bottom, from( #5E595E /*{h-bup-background-start}*/), to( #484447 /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background:-webkit-linear-gradient( #5E595E /*{h-bup-background-start}*/, #484447 /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:linear-gradient( #5E595E /*{h-bup-background-start}*/, #484447 /*{h-bup-background-end}*/);
}
#spAttention a:active{
	background: #484447; /*{h-bup-background-color}*/
	background:-webkit-gradient(linear, left top, left bottom, from( #484447 /*{h-bup-background-start}*/), to( #333133 /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background:-webkit-linear-gradient( #484447 /*{h-bup-background-start}*/, #333133 /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:linear-gradient( #484447 /*{h-bup-background-start}*/, #333133 /*{h-bup-background-end}*/);
}

/* --------------------------------------------------

contents

-------------------------------------------------- */

#bg_left{
	background: url(../img/common/bg_left.png) repeat-y left 0;
}

#bg_right{
	background: url(../img/common/bg_right.png) repeat-y right 0;
}

#container{
	overflow:hidden;
	margin:-35px auto 30px;
	width:980px;
	text-align:left;
}

/* --------------topicpath---------------------- */
.topicpath {
	text-align:left;
	font-size:95%;
	margin-bottom:5px!important;
	overflow:hidden;
	display:block;
	zoom:1;
}

.topicpath ol{
    float: left;
    padding: 0 0 5px 0;
	overflow:hidden;
}

.topicpath ol li {
	float: left;
	background: url(../img/common/arrow01.png) no-repeat right center;
	padding:0 15px 0 5px;
}

.topicpath ol li.end {
	background:none;
}

.topicpath ol li a {
	text-decoration:none!important;
	display:inline-block;
	background:#F7ECD2;
	padding:0px 7px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}




/* --------------------------------------------------

leftBox

-------------------------------------------------- */

#leftBox {
	float:left;
	margin:0 20px 0 0;
	width:200px;
	text-align:left;
}

.snavi{
	background:url(../img/common/snavi_bg.png) repeat-y 0 0;
	padding: 0 15px 0 15px;
	overflow:hidden;
}

.snavi h3{
	margin-bottom: 10px;
}

.snavi ul{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.snavi li{ 
	margin:0 0 5px;
	background:#FFF ;
	zoom:1;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.snavi li li{ 
	padding: 0; 
	margin:0;
	border:none;
	box-shadow:none;
}

.snavi a{
	text-decoration: none!important;
}

.snavi li a{
	display: block;
	padding: 13px 10px 12px 20px;
	background:url(../img/common/arrow01.png) no-repeat 0.5em center;
	zoom:1;
	color:#443A39;

}

.snavi li a:hover{
	background: #16801D url(../img/common/arrow02.png) no-repeat 0.5em center;
	color:#FFF;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.snavi li li a{
	background:url(../img/common/arrow03.png) no-repeat 0.9em center;
	padding: 9px 15px 10px 20px;
	line-height:1.4;
}

.snavi li li a:hover{
	background:#16801D url(../img/common/arrow04.png) no-repeat 0.9em center;
	color:#FFF;
}

/*タイトル*/

.snavi li .now{
	display:block;
	padding: 13px 10px 12px 20px;
	background: #16801D url(../img/common/arrow02.png) no-repeat 0.5em center;
	color:#FFF;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}

/*小タイトル*/

.snavi li li .now{
	padding: 9px 15px 10px 20px;
	background:#16801D url(../img/common/arrow04.png) no-repeat 0.9em center;
}


.snavi_bottom{
	margin-bottom:20px;
}


/* --------------------------------------------- */

#mainBox {
	float:left;
	margin:0;
	padding:0;
	width:760px;
	text-align:left;
}

#mainBoxIn{
	border:#ECDA06 3px solid;
	background:#FFF;
	margin-bottom:20px;
}


/* --------------メインタイトル------------------ */

.ttl{
	background:url(../img/ttl_bg.jpg) no-repeat 0 0;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

/* --------------タイトル------------------ */

.sttl01 {
	background:url(../img/common/sttl01.jpg) repeat 0 0;
	padding:5px 0;
	color:#52332C;
	font-size:1.6em;
	margin-bottom:10px;
	line-height:1.4;
}

.sttl01 span{
	display:block;
	padding:12px 10px 12px 20px;
	background:#ECDA06 url(../img/common/sttl01_arrow.jpg) no-repeat 0 center;
}


.sttl01 span span{
	display:block;
	padding:0;
	background:none;
	font-size:0.6em;
	color:#000;
}

.sttl02 {
	background:#FFF url(../img/common/sttl02.gif) no-repeat 0 center;
	padding:10px 10px 10px 25px;
	font-size:2.1em;
	margin-bottom:10px;
	line-height:1.4;
}

.sttl02 span{
	display:block;
	color:#137919;
	font-size:0.5em;
}


.sttl03 {
	background:url(../img/common/sttl03.gif) no-repeat 0 center;
	padding:0 0 0 20px;
	margin:10px 0 20px;
	color:#52332C;
	font-size:1.6em;
}

.sttl03 h3{
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
}


.sttl04 {
	background:#4EAA15;
	padding:5px 0 5px 10px;
	font-weight:bold;
	color:#FFF;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}

.sttl05 {
	color:#157C1A;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:8px;
}

.links a{
	display: inline-block;
	background:#FFF;
	border:1px dotted #DDD9CD;
	padding:7px 15px 7px 35px;
	margin-bottom:5px;
	text-decoration:none;
	zoom:1;
}

.sns{
	text-align:right;
	margin-bottom:20px;
}

#container .links a:hover {
	border:1px solid #CCC0BC;
}

#container .links a {
	background:#FFF  url(../img/common/icon_link.gif) no-repeat 10px center!important;
}

.files a{
	display: inline-block;
	background:#FFF;
	border:1px dotted #DDD9CD;
	padding:7px 15px 7px 35px;
	margin-bottom:5px;
	text-decoration:none;
	zoom:1;
}

.files a:hover {
	border:1px solid #CCC0BC;
}

.files a {
	background:#FFF  url(../img/common/icon_file.gif) no-repeat 10px center!important;
}


.pdf a{
	display: inline-block;
	background:#FFF;
	border:1px dotted #DDD9CD;
	padding:7px 15px 7px 40px;
	margin-bottom:5px;
	text-decoration:none;
	background:#FFF  url(../img/common/icon_pdf.gif) no-repeat 10px center!important;
	zoom:1;
}

.pdf a:hover {
	pdf:1px solid #CCC0BC;
}


.attentionBox{
	border:1px solid #F2EAD1;
	background:#FFF;
	padding:15px 20px;
}

.date{
	color:#999;
	text-align:right;
	margin-bottom:5px;
}

.pageback{
	text-align:center;
	margin:10px 0;
}

.pageback img{
	vertical-align:middle;
	margin:0 20px;
}

.prepage{
	background:url(../img/common/arrow05.png) no-repeat 0 center!important;
	padding:0 0 0 25px;
	max-width:200px;
	display: inline-block;
	text-align:left;
}

.nextpage{
	background:url(../img/common/arrow06.png) no-repeat right center!important;
	padding:0 25px 0 0 ;
	max-width:200px;
	display: inline-block;
	text-align:left;
}

.prepage a,.nextpage a{
	color:#462B26;
}

.prepage a:hover,.nextpage a:hover{
	text-decoration:none;
}

/* --------------------------------------------------

.section 

-------------------------------------------------- */
.section{
	clear:both;
	margin-bottom:30px;
}

.section .photo img{
	border:5px #DDD8CD solid;
}

.photo a:hover img{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
.photo a:active img{
     filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}


.section .left{
	float:left;
	margin:0 15px 15px 0;
}

.section .right{
	float:right;
	margin:0 0 15px 15px;
}

/* --------------------------------------------------

pager

-------------------------------------------------- */
.pager{
	  text-align:right;
	  overflow:hidden;
	  padding:10px 0;
	 _font-family: "ＭＳ Ｐゴシック",sans-serif;	margin-left: auto;

}

.pager a{
	display: inline-block;
	padding: 5px 13px;
	background: #623D35!important;
	color:#FFF!important;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}

.pager a.prev,
.pager a.next{
	display: inline-block;
	padding: 5px 15px;
	_margin-right:4px;/* ie6用 */
	text-decoration: none;
	vertical-align: middle;
}

*+html .pager a.prev{
	margin-right:5px;/* ie7用 */
}
 

.pager a:hover{
	background: #EAA926!important;
	color:#FFF!important;
}

.pager a:active {
	background: #FBC50C!important;
	color:#FFF!important;
}

.pager .current{
	display: inline-block;
	padding: 5px 13px;
	background: #EAA926;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}


.pager strong{
	font-weight:bold;
}


/* --------------------------------------------------

blocklist

-------------------------------------------------- */

.blocklist {
	margin-left:-12px;
}


.blocklist li{
	display:block;
	width:160px;
	padding:10px;
	background:#F2E2B7;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	float:left;
	margin-left:12px;
	margin-bottom:12px;
	cursor: pointer
}

.blocklist li:hover{
	background:#EAA926;
}

.blocklist li:hover a{
	text-decoration:none!important;
}


.blocklist li:active{
	background:#FBC50C;
}


.blocklist li {
  position: relative!important;
}

.blocklist li .new{
  position: absolute!important;
  top:0px;
  left:0px;
  z-index:100;
}

.thumb{
	 border: 3px solid #fff;
	 display:block;
	 width:154px; 
	 height:154px; 
	 overflow:hidden;
	 position:relative;
	 z-index:1;
	 margin-bottom:5px;
 }
 
.thumb img{
	 float:left;
	 min-height:154px;
	 min-width:154px;
/*	 max-height:230px;
	 max-width:230px;*/
 }
 
.blocklist span{
	font-size:0.85em;
	font-weight:bold;
}

.blocklist p{
	line-height:1.3;
}

.blocklist a{
	color:#000!important;
}


/* --------------------------------------------------

foodtimeBox

-------------------------------------------------- */

.foodtimeBox{
	background:url(../img/common/sttl_foodtime.png) no-repeat center 0!important;;
	width:178px;
	margin:0 auto 20px;
	padding-top:85px;
}

.foodtimeBox h3{
	text-indent:-9999px;
	font-size:1px;
}

.foodtimeBox .ex{
	background:url(../img/common/foodtimebg.png) repeat-y center 0!important;
	display:block;
	padding:10px 20px;
	font-size:0.9em;
	line-height:1.4;
}

.foodtimeBox ul{
	background:url(../img/common/foodtimebg.png) repeat-y center 0!important;
}

.foodtimeBox li h4{
	background:url(../img/common/namebkbg.png) no-repeat right bottom!important;
	display:inline-block;
	padding:0 0 4px;
	margin:20px 0 5px;
	font-weight:bold;
}

.foodtimeBox li p.time{
	font-size:1.1em;
	font-weight:bold;
}

.foodtimeBox li p {
	line-height:1.4;
	padding:0 15px 0 0;
	font-size:0.95em;
}

.foodtimeBox .giraffefood{
	background:url(../img/common/giraffefoodbg.png) no-repeat 5px bottom!important;
	min-height:165px;
	padding-left:40px;
	text-align:right;
}

.foodtimeBox .elephantfood{
	background:url(../img/common/elephantfoodbg.png) no-repeat 5px bottom!important;
	min-height:185px;
	padding-left:50px;
	text-align:right;
}

.foodtimeBox .lionfood{
	background:url(../img/common/lionfoodbg.png) no-repeat 5px bottom!important;
	min-height:176px;
	padding-left:50px;
	text-align:right;
}

.foodtimeBox h4 span{
	background:url(../img/common/namebg.png) repeat center 0!important;
	display:inline-block;
	padding:3px 5px;
	font-weight:bold;
}


/* --------------------------------------------------

selectyear

-------------------------------------------------- */
.selectyear{
	border:4px #ECDA06 solid;
	padding:8px 10px;
	font-size:1.2em;
}


.selectyear option{
	border-color:#f00;
}
