/**********************************/
/* テンプレート名 : No.024 レイアウト用 */
/**********************************/
#header {
	height: 65px;
	background-image: url('../images/layouts/43/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
	background-image: url('../images/layouts/43/header_right.png');
	background-position: center top;
	background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
}
#inq {
	width: 105px;
	height: 25px;
	background-image: url('../images/layouts/43/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/43/footer_left.png');
	background-position: center top;
	background-repeat: repeat-x;
}