@charset "utf-8";
/* CSS Document */

body p{
	font-size: 16px;
	line-height:20px;
}


#cont_bg{
		width:700px;
		height:100%;
		background-color:white;
		float:right;
		padding:0 20px;
		margin-right:50px;
}


#main{
	width:700px;
	height:150px;
	margin:70px auto 20px;
}

h2{
	width:700px;
	margin-bottom:20px;
	}
	
.cont{
	width:700px;
	margin-bottom:70px;
}


/*ワンちゃん一覧*/


#wan_list li{
	width: 165px;
	height: 400px;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	}

	
.list_r{
	width:165px;
	height:330px;
	float:left;
	background-color:#FCC;
	}
	
.wan_img{
	width: 165px;
	height: 165px;
	margin-bottom: 5px;
}

.wan_text p{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 14px;
	padding-right: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}
.wan_text {
	height: 220px;
	background-image: url(../cont/img/bg_pink.gif);
	background-repeat: no-repeat;
	width: 165px;
	padding-top: 3px;
}
