/**********************************/
/* テンプレート名 : No.011 レイアウト用 */
/**********************************/
#header {
	height: 80px;
	background-image: url('../images/layouts/19/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
/*
	background-image: url('../images/layouts/19/header_right.png');
	background-position: center top;
	background-repeat: no-repeat;
*/
    margin-left: 30px;
    font-weight: bold;
}
#inq {
	margin-top: -20px;
	margin-left: 20px;
	width: 130px;
	height: 53px;
	background-image: url('../images/layouts/19/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/19/footer_left.png');
	background-position: center top;
	background-repeat: repeat-x;
    position : relative;
}
#footer #shop_info {
	margin-top: 32px;
}
