@charset "shift_jis";

/* Table of contents :event.css

mukashinoseikatsu page layout
		-rounded box layout
		-mukashinseikatsu layout

*/

/* rounded box layout
------------------------------- */
 
 #top_content{
 	margin: 11px 0 17px 0;
 	position: relative;
 	width: 100%;
 	overflow: hidden;
}

 #top_content .tc_top{
 	background: url(../images/sp_roundbox_top.gif) no-repeat 0 0;
 	height: 18px;
 	font-size: 5px;
 	display: block;
}

 #top_content .tc_content{
 	background: url(../images/sp_roundbox_back.gif) repeat-y;
 	float: left;
 	width:100%;
}

 #top_content .tc_bottom{
 	background: url(../images/sp_roundbox_bottom.gif) no-repeat;
 	height: 11px;
 	font-size: 5px;
 	float: left;
 	width: 100%;
 	padding-bottom: 10px;
}


/* animal page layout 
------------------------------- */
.gradient_text{
	padding: 5px 0 0 3px;
	display: block;
}

.gradient_header{
	float: left;
	display: block;
	background: url(../images/about_gradient.gif) no-repeat;
	width:706px;
	height: 27px;
	margin: 20px 0 5px 0;
}

#top_content .tc_inner{
	padding-left: 21px;
	float: left;
	width: 710px;
}

.animal_header{
	background: url(../images/about_gradient2.jpg) repeat-x;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	height: 60px;
	margin-top: 10px;
}

.animal_header h1{
	background: url(../images/animal_header.gif) no-repeat;
	height: 40px;
	width: 338px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.animal_layout{
	float: left;
	padding-top: 10px;
	margin-bottom: 50px;
	padding-left: 5px;
}

.animal_layout li{
	float: left;
	width: 170px;
	height:100%;
	margin-right: 3px;
}

.animal_layout .image{
	display: block;
	width:170px;
	height: 200px;
	border: 1px solid #BFE4FF;
}

.animal_layout .animal_name{
	padding-top: 5px;
	margin-bottom: 0px;
	
}

.animal_layout .animal_type{
	padding-top: 5px;
	margin-bottom: 0px;
}

