/*----------------------------------
サブコンテンツ(右側上)
----------------------------------*/
#sub_contents h5 {
	background-image: url(../images/info_info.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 561px;
	
	
}
/*----------------------------------
サブコンテンツ 表の左
----------------------------------*/

#sub_contents #info {
	width:340px;
	float: left;
	margin-left: 15px;

}



#sub_contents #info p {
	margin-left: 5px;
	line-height: 10px;
	


}

#sub_contents #info #left {
	width: 70px;
	float: left;
	
}

#sub_contents #info #left p {
	margin-left: 10px;
	text-align:center;
	
}

/*----------------------------------
サブコンテンツ 表の右
----------------------------------*/

#sub_contents #info #right{
	width: 270px;
	float: right;
	
}


/*----------------------------------
サブコンテンツ 画像側
----------------------------------*/


#sub_contents #photo {
	width: 180px;
	float: right;
	margin-right: 20px;

}


#sub_contents #photo #photo_1 {
	background-image: url(../images/info_photo_2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	
}
#sub_contents #photo #photo_2 {
	background-image: url(../images/info_photo_1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 180px;
	display: block;
	margin-top: 20px;
}
