/**********************************/
/* テンプレート名 : No.002 レイアウト用 */
/**********************************/
#header {
	height: 80px;
	background-image: url('../images/layouts/3/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
	background-image: url('../images/layouts/3/header_right.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#inq {
	width: 117px;
	height: 26px;
	background-image: url('../images/layouts/3/header_inquiry.png');
	background-position: center top;
	background-repeat: no-repeat;
	display:block;
}
#inq:hover {
	background-position: center bottom;
}
#footer {
	height: 80px;
	width: 100%;
	background-image: url('../images/layouts/3/footer_left.png');
	background-position: center top;
	background-repeat: repeat-x;
}
#footer #shop_info {
	margin-top: 32px;
}
