<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************/
/* テンプレート名 : No.026 レイアウト用 */
/**********************************/
#header {
	height: 80px;
	background-image: url('../images/layouts/48/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
	background-image: url('../images/layouts/48/header_right.png');
	background-position: center top;
    margin-left: 36px;
	background-repeat: no-repeat;
}
#inq {
	margin-top: -10px;
	margin-left: 20px;
	width: 79px;
	height: 36px;
	background-image: url('../images/layouts/48/header_inquiry.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#inq:hover {
	background-position: center bottom;
}
#footer {
	height: 80px;
	width: 100%;
	background-image: url('../images/layouts/48/footer_left.png');
	background-position: 0px top;
	background-repeat: repeat-x;
}
#footer #shop_info {
	margin-top: 32px;
}
</pre></body></html>