﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-image: url(../images/yellow0003.png);
}
header {
	width: 800px;
	height: 94px;
	margin: 0px auto 10px auto;
	position: relative;
	background-image: url(../images/yellow0003.jpg);
}
header h1 {
	margin: 14px auto 0px auto;
	position: absolute;
	left: 0;
	float: left;
}
nav {
	position: absolute;
	right: 0;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
nav ul li {
	float: left;
	margin: 55px 0 0 0;

}

nav ul li a:hover {
	opacity: 0.72;
}
footer p {
	clear: both;
	margin-bottom: 0;
	padding: 10px 0 9px 0;
	background-image: url(../images/yellow0003.png);
	color: #000000;
	text-align: center;
}
footer small {
	font-size: 100%;
}
#main h1 {
	margin: 0 0 20px 0;
	padding: 10px 5px 9px 15px;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	font-size: 162%;
}
ul bxslider {
	width: 100%;
	height: 100%;
}
