@charset "utf-8"; 

* {margin: 0px; padding: 0px; font-size: 100%; font-weight: normal; font-style:normal;}


/***body要素*********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 
	font-size: 75%;
	line-height: 1.4;
	margin: 0px;
	text-align: center;

}

em{	font-style: normal; font-weight: bold; font-size: 1.2em; } 
strong{ color: #5A3D1B; font-weight:bold;}
img { border: none;}


a:hover {
color: #3aa90d;	
	}

#petWrap {
	width:870px;
	margin:5px auto 0px;
}

/*フッタ****************************/

#footer_pet {
	width: 860px;
	margin: 0px auto 0px;
	padding: 10px 5px;
	color: #929292;
	font-size: 0.9em;
	text-align: left;

}

#footer_pet img {
	border: none;
	margin-right: 10px;
	float: left;
}

