/**********************************/
/* テンプレート名 : No.009 レイアウト用 */
/**********************************/
#header {
	height: 80px;
	background-image: url('../images/layouts/14/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
	background-image: url('../images/layouts/14/header_right.png');
	background-position: center top;
	background-repeat: no-repeat;
    margin-left: 30px;
}
#inq {
    margin-top : -20px;
	margin-left: 20px;
	width: 125px;
	height: 50px;
	background-image: url('../images/layouts/14/header_inquiry.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#inq:hover {
	background-position: center bottom;
}
#footer {
	height: 62px;
	width: 100%;
	background-image: url('../images/layouts/14/footer_left.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#footer #shop_info {
	margin-top: 20px;
}