/**********************************/
/* テンプレート名 : default レイアウト用 */
/**********************************/
#header {
	height: 65px;
	background-image: url('../images/layouts/1/header_left.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#site_name {
	background-image: url('../images/layouts/1/header_right.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#inq {
	width: 107px;
	height: 27px;
	background-image: url('../images/layouts/1/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/1/footer_left.png');
	background-position: center top;
	background-repeat: repeat-x;
}