@CHARSET "UTF-8";
@import "common_kotei.css";

.animal_name
{
	margin	:5px 0 0 0;
	width	:585px;
	height	:40px;
	background-image	:url("../img/animal_space/animal_title.png");
	background-repeat	:no-repeat;
	padding	:8px 0 0 45px;
	color	:#6699ff;
	font-size	:140%;
	font-weight	:bold;
}

.animal_intro_img
{
	float	:left;
	margin	:0 10px 10px 0;
}

.animal_topics_box
{
	width	:555px;
	padding	:50px 10px 10px 10px;
	background-image	:url("../img/animal_space/animal_topic_title.png");
	background-repeat	:no-repeat;
	border	:1px solid #6699ff;
}

.animal_topic_box
{
	float	:left;
	width	:165px;
	padding	:0 10px;
}

.animal_topic_img
{
	margin	:0 auto 5px auto;
	
}

.animal_topic_date
{
	margin	:0;
}

.animal_topic_title
{
	color	:#6699ff;
	font-size	:108%;
	font-weight	:bold;
}

.animal_topic_link
{
	margin	:0 0 0 80px;
	width	:81px;
	height	:19px;
	background-image	:url("../img/animal_space/read_this_post.png");
	background-repeat	:no-repeat;
}

