@charset "UTF-8";

/* main stylse
----------------------------------------------*/
#titleBox {
	line-height: 1.4;
	background-color: #785e52;
	padding: 10px 0;
}
#titleBox .imgSty {
	width: 300px;
	margin: 0 auto;
}
#titleBox .text1 {
	font-size: 90%;
	color: #fcee21;
	padding: 10px;
}

#doubutsuen_list h2 {
	color: #FFFFFF;
	background-color: #453935;
	padding: 10px;
}
#doubutsuen_list ul {
	margin: 10px;
}
#doubutsuen_list li a {
	font-size: 105%;
	line-height: 1.4;
	color: #FFFFFF;
	background: #a99891 url(../img/menu-arrow.png) no-repeat right center;
	background-size: 23px 16px;
	border-radius: 5px;
	padding:  10px 33px 10px 10px;
	margin-bottom: 10px;
}
#doubutsuen_list li a:visited {
	background-color: #cbc1bd;
}
.list {
	font-size: 85%;
	color: #333;
	display: block;
	padding-bottom: 3px;
}
#chui {
	font-size: 90%;
	line-height: 1.4;
	padding: 10px 10px 20px;
	border-bottom: 2px solid #453935;
}
#doubutsuen_list li em {
	font-style: normal;
	display: block;
	width: 13em;
	background-color: #fcee21;
	color: #000;
	text-align: center;
	padding: 3px 0;
	border-radius: 10px;
}