@charset "utf-8";

/*　ペット写真
------------------------------------------------------------ */

.left_01 {
	width: 532px;
	float: left;
}
.right_01 {
	width: 290px;
	float: right;
}

.table_01 {
	width: 532px;
	_font-size: 1em;
}
.table_01 td {
	/*vertical-align: top;*/
	padding: 5px 10px;
}
.table_01 .td_01 {
	background: #BEA369;
	font-weight: bold;
	color: #1F130B;
	text-align: center;
}
.table_01 .td_02 {
	background: #E6DBC6;
}
.table_01 .td_03 {
	background: #CCB688;
	text-align: right;
}

.pore {
	position: relative;
}
.pore .blog {
	width: 320px;
	height: 80px;
	position: absolute;
	left: 340px;
	bottom: 0;
}

.blog a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 
