@charset "utf-8";

/* --------------------------------

	* ハッピーハウスＭＡＰ

--------------------------------- */

/*------ トップページ ------*/

div.facilities{ text-align: center; width: 770px; clear: both; padding-bottom: 30px; }

.facilities h2{ 
	background: url(images/facilities_title.png) no-repeat center;
	display: block;
	text-indent: -9999em;
	height: 71px;
	clear: both;
	margin-bottom: 20px;
}

h2.recent_title{ 
	background: url(images/facilities_recent.png) no-repeat left;
	display: block;
	text-indent: -9999em;
	height: 22px;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 50px;
}

* html h2.recent_title{ margin: 0 0 5px 40px;}

.fr_post{
 	background: #ECF3E2;
	margin: 0 auto;
	width: 650px;
	padding: 5px 10px 15px;
	text-align: center;
	clear: both;
}



p.frd{ background: #FFFFFF; color: #006666; padding: 2px 0 2px 10px; text-align: left;}

div.frc{ padding: 0 20px 0 20px; text-align: left;}

div.frc ol{ padding-left: 20px;}

#fr_navi{ text-align: center; clear: both; }


div.f_diary{
	width: 500px;
	height: 82px;
	text-align: center;
	margin: 0 auto;
}


/*------ 最近の施設の様子 ------*/

div#facilities_monthly{ text-align: right; width: 150px; margin-right: 50px; float: right;}
* html div#facilities_monthly{ margin-right: 30px;}

#facilities_monthly form{ display: inline; }
#facilities_monthly select{ width: 150px;}


/* --------------------------------

	* わんこたち

--------------------------------- */

div#dogs_top{
	width: 680px;
	height: 130px;
	margin: 0 auto;
	font-size: 12px;
	padding: 55px 0 0 70px;
	text-align: left;
	background-image: url(../dogs/images/dog_bgtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

* html div#dogs_top{ background: url(../dogs/images/dog_bgtop.png) no-repeat center; width: 750px; height: 180px; margin: 0 auto; font-size: 12px; padding: 60px 0 0 70px; text-align: left;}

div#dogs_center{ background: url(../dogs/images/dogcat_bgcenter.png) repeat-y; width: 750px; margin: 0 auto;}
div#dogs_bottom{ background:url(../dogs/images/dogcat_bgbottom.png) no-repeat center; width: 750px; height: 63px; margin: 0 auto;}



/* --------------------------------

	* にゃんこたち

--------------------------------- */

div#cats_top{
	width: 680px;
	height: 120px;
	margin: 0 auto;
	font-size: 12px;
	padding: 55px 0 0 70px;
	text-align: left;
	background-image: url(../cats/images/cat_bgtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

* html div#cats_top{ background: url(../cats/images/cat_bgtop.png) no-repeat center; width: 750px; height: 180px; margin: 0 auto; font-size: 12px; padding: 70px 0 0 70px; text-align: left;}

div#cats_center{ background: url(../cats/images/dogcat_bgcenter.png) repeat-y; width: 750px; margin: 0 auto;}
div#cats_bottom{ background:url(../cats/images/dogcat_bgbottom.png) no-repeat center; width: 750px; height: 63px; margin: 0 auto;}



/*　わんこにゃんこ共用（ブログ記事） */

div#dogcat_thumb{ width: 690px; margin: 0 auto; text-align: center;}


#dogcat_thumb ul{ width: 690px; padding: 0; margin-left: 10px; text-align: center; }

#dogcat_thumb li{
	float: left;
	width:100px;
	margin:10px 5px 10px;
	list-style-type: none;
}

#dogcat_thumb li span{
display:block;
text-align:center;
}



#dogcat_container {
	background-color: #FFFFFF; 
    width: 80%;
    position:relative;
    height: 100%;
    min-height: 100%;
	margin: 0 auto;
}

body > #dogcat_container {
    height: auto;
}


#dogcat_contents { padding-bottom: 50px; }
#dogcat_contents h2 { padding: 10px 0 5px 0; font-size: 16px; color: #555555; background: #EEEEFF;}
#dogcat_contents p.goodsimg { padding: 10px 0;}

div#close{
	background-color: #FFFFFF;
	border-top: dashed #B5BFE7 1px;
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}

div#close p{	
	text-align: right;
	margin: 0; padding: 0;
	padding: 10px;
	background: #FFFFFF;
}

div#dogcat_comment,
div#dogcat_comment p{ text-align: left; padding: 5px 30px 0;}

div#dogcat_category{ text-align: right; width: 680px; margin: 0 auto; padding: 10px 0;}
div#dogcat_category form{ }
div#dogcat_category form select{ width: 140px; font-size: 12px;}

div#cate{ border-bottom: #C4C4FF dotted 2px; width: 680px; margin-bottom: 20px; color: #6666CC; padding: 0 0 3px 15px; text-align: center; font-size: 16px; margin: 0 auto;}

div.dogcat_navi{ margin-top: 10px; clear: both;}

