@charset "utf-8";


/*----------トップページスタイル----------*/
#top_img {
	background-image:url(../img/index/top_img_bg.jpg);
	background-repeat:repeat-x;
	height:240px;
}
#top_img div {
	width:900px;
	margin:0px auto;
}
#centerarea {
	width:490px;
	float:left;
	_display:inline;
}
.medical_list_box {
	background-image:url(../img/index/medical_list_box.jpg);
	background-repeat:no-repeat;
	width:460px;
	padding:35px 15px 0px;
	margin:0px;
	height: 177px;
}
.medical_list_box ul {
	width:140px;
	float:left;
	_display:inline;
}
.medical_list_box ul li {
	background-image:url(../img/parts/list_orange.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0px 0px 0px 10px;
}
.medical_list_box #w160 {
	width:160px;
}
.top_info {
	background-image:url(../img/index/info_title.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding:0px 12px 0px;
	margin-bottom:20px;
}
.top_info p {
	height:17px;
	text-align:right;
	margin:0px 0px 8px 0px;
	padding:3px 0px;
}
.top_info dl dt {
	float:left;
	_display:inline;
	clear:both;
	width:90px;
}
.top_info dl dd {
	padding:0px 90px 3px 0px;
	margin:0px 0px 8px;
	border-bottom:1px dotted #999999;
}

#frame {
	width:466px;
	height:200px;
}
.top_contents .mg_l5 {
	margin-left:5px;
}
.top_contents .mg_l8 {
	margin-left:8px;
}

.top_contents {
	background-image:url(../img/index/contents_title.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding:35px 12px 0px;
}
.top_contents ul li {
	width:150px;
	float:left;
	display:inline;
	margin-bottom:10px;
}
#rightarea {
	width:200px;
	margin:0px 0px 10px 10px;
	float:left;
	_display:inline;
}
#new_hospital {
	background-image:url(../img/index/right_box01.gif);
	background-repeat:no-repeat;
	height:40px;
}
#clinic {
	background-image:url(../img/index/right_box02.gif);
	background-repeat:no-repeat;
	height:40px;
}
#adoption{
	background-image:url(../img/index/right_box03.gif);
	background-repeat:no-repeat;
	height:40px;
}
.right_box {
	border:1px solid #ccc;
	border-top:0px;
	margin-bottom:15px;
	padding:0px 4px 10px;
}
.right_pic {
	float:left;
	_display:inline;
	width:75px;
}
.sub_text {
	float:left;
	display:inline;
	width:100px;
	margin-left:5px;
}
#rightarea h2 {
	background-image:url(../img/index/right_box_title.gif);
	background-repeat:no-repeat;
	height:21px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 0px;
}
#tb_calendar {
	width:200px;
	text-align:center;
	border:1px solid #ccc;
	border-top:0px;
	margin-bottom:15px;
}
#tb_calendar td {
	padding:2px 0px;
	border-top:0px;
}
#tb_calendar .sun {
	color:#F00;
}
#tb_calendar .sat {
	color:#03C;
}

.banner {
	margin-bottom:15px;
}

.web_search {
	border:1px solid #ccc;
	padding:10px;
}
.web_search_box {
	width:120px;
}


/*===============新着情報スタイル=================*/
#info_body {
	margin:5px 0px 0px;
	scrollbar-base-color: #ff0000;
	scrollbar-arrow-color: #ffffff;
	overflow-x : hidden ;
}

#info_body #tb_info {
	border:0px;
	width:445px;
}

#info_body #tb_info th {
	background-color:#FFF;
	width:20%;
	padding:5px 0px 3px 5px;
	border:none;
	border-bottom:1px dotted #999999;
	vertical-align:top;
}

#info_body #tb_info td {
	width:80%;
	padding:5px 0px;
	border:none;
	border-bottom:1px dotted #999999;
}
#info_body a:link, a:visited {
	text-decoration:underline;
	color:#666699;
}
#info_body a:hover {
	text-decoration:none;
	color:#F90;
}

