/* CSS Document */



/*--------------------------------基本要素ここから---------------------------------*/

#content h2{
}

#content h3{
	padding:5px 0 5px 25px;
	background:url(../images/parts/h3_bg_01.gif) no-repeat;
	width:525px;
	height:30px;
	font-size:18px;
	margin:10px 0;
	
}

#content h4{
	margin:5px;
	padding:5px 0 5px 25px;
	background-image: url(../images/parts/h4_indent.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size:16px;
}

#content h5{
	padding:5px 0 5px 15px;
	background-image:url(../images/parts/li_indent_03.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size:14px;
}

#content h6{
	border-bottom:#0277AD 1px dotted;
	margin:5px 10px 5px 0;
	font-size:12px;
}

#content ul{
	padding:10px;
	margin:10px 20px;
}

#content ul li{
	list-style-image: url(../images/parts/li_indent_01.gif);
	list-style-type: none;
	line-height:2em;
}
#content ul.border li{
	list-style:none;
	list-style-image:none;
	line-height:2em;
	border-bottom:1px #FF9900 dotted;
}
#content ul li a{
	text-decoration:none;
	color:#3333CC;
}
#content ul li a:hover{
	background-color:#FFFF99;
	color:#FF6600;
}
#content img{
}

#content p{
	margin:5px;
	padding:0;
	display:block;
	line-height:1.5em;
}


/*------------テーブル装飾-------------*/

/*テーブルその１*/
.table01 table{
	margin:5px;
	border:2px #0277AD solid;

}

.table01 table td{
	border-bottom:1px #0277AD dotted;
	border-left:1px #0277AD solid;
	padding:5px;
}
.table01 table td.cell01{
	background-color:#CEE7F0;}

/*テーブルその２*/

.table02 table{
	margin:5px;
	border:2px #999999 solid;

}

.table02 table td{
	border-bottom:1px #999999 dotted;
	border-left:1px #999999 solid;
	padding:5px;
}
.table02 table td.cell02{
	background-color:#CCCCCC;
}

/*テーブルその３*/
.table03 table{
	margin:5px;
	border:2px #FF9900 solid;

}

.table03 table td{
	border-bottom:1px #FF9900 dotted;
	border-left:1px #FF9900 solid;
	padding:5px;
}
.table03 table td.cell03{
	background-color:#F8C887;
}
/*------------テーブル装飾ここまで-------------*/


/*------------動物図鑑------------*/

#animal-list {
	margin-top:170px;
	font-size:small;
}

#animal-list a img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
}

#animal-photo {
	width:340px;
	margin:0;
	float:left;
}

#main-photo {
	width:320px;
	height:240px;
	padding:5px;
	_padding:5px 5px 0px 5px;
	margin:0;
	border-bottom:1px #999999 solid;
	border-right:1px #CCCCCC solid;
}

#main-photo img{
	background:#FFFFFF;
}

#animal-photo #thumb-area img {
	margin:5px 4px 0 0;
	padding:2px;
	background:#FFFFFF;
	border-bottom:1px #999999 solid;
	border-right:1px #CCCCCC solid;
}

#animal-analyze {
	width:210px;
	float:left
}

.details {
}

#content #animal-analyze .details h3 {
	background-image:url(../images/parts/h3_animal.jpg); 
	background-repeat:no-repeat;
	width:215px;
	height:25px;
	text-indent:30px;
	font-size:14px;
	margin:0;
	padding:0;
}

/*------------動物図鑑ここまで------------*/

/*------------園内ガイド飼育用------------*/

#topics_area {
	text-align:center;
	float:left;
	width:270px;
}

#topics_area img {
	padding: 5px;
	border: 1px solid #0277AD;
}

#topics_area ul li{
	line-height:normal;
}
/*------------園内ガイド飼育用ココマデ------------*/


/*--------------------------------基本要素ここまで---------------------------------*/


/*---------------------------------------------------スケジュール部*/
.schedule-area {
	border-left:3px #0066FF solid;
	border-bottom:1px #0066FF dotted;
	padding:5px;
}


/*---------------------------------------------------サイトマップ*/

#sitemap {
}
#sitemap h6{
	font-size:small;
	font-weight:bold;
	padding:3px;
	margin-bottom:3px;
	border-bottom:1px #0066FF solid;
	border-left:3px #0066FF solid;
}

#sitemap ul {
	margin:3px 20px;
}

#sitemap ul li{
	border-bottom:1px #0066FF dotted;
}

#sitemap ul li ul li{
	border-bottom:1px #CCCCCC dotted;
}