/*-- 専用スタイルシート --*/

@import url(../../common/css/base.css);
@import url(../../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#contents_rental div.rental h2 {
	margin : 25px 15px ;
	width : 770px ;
	height : 40px ;
	text-indent : -9999px ;
	background-image : url(../img/h2_rental.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents_rental div.rental img.topimage {
	padding-bottom : 9px ;
}

#contents_rental div.rental div.info {
	margin-top : 20px ;
	margin-right : auto ;
	margin-left : auto ;
	width : 770px ;
	border-top : solid 1px #666666 ;
	border-bottom : solid 1px #666666 ;
}

#contents_rental div.rental div.info div.left {
	padding : 15px 0 15px 5px ;
	width : 205px ;
}

#contents_rental div.rental div.info div.right {
	padding : 15px 5px 15px 0 ;
	width : 530px ;
}

#contents_rental div.rental div.info div.right dl {
	margin : 0 ;
	padding : 0 ;
}

#contents_rental div.rental div.info div.right dl dt {
	width : 125px ;
	float : left ;
}

#contents_rental div.rental div.info div.right dl dd {
	margin-left : 125px ;
}

#contents_rental div.rental div.shopinfo {
	padding : 20px 0 30px 560px ;
}

#contents_rental div.rental div.shopinfo a {
	width : 224px ;
	height : 30px ;
	text-indent : -9999px ;
	background-image : url(../../common/img/button_shopinfo.gif) ;
	background-position : left top ;
	background-repeat : no-repeat ;
	display : block ;
}

#contents_rental div.rental div.shopinfo a:hover {
	background-position : 0 -30px ;
}

