﻿/*ページのレイアウト用css*/
body {
	background-image: url('img/PA01041.jpg');
	text-align: center;
}
#contents {
	width: 800px;
	margin: auto;
	background-color: #ffffcc;
	text-align: left;
	border: 1px solid #999999;
	position: relative;
}
h1 {
	font-size: 80%;
	color: #990000;
	text-align: right;
	background-image: url('img/title.jpg');
	height: 170px;
	letter-spacing: normal;
	padding-right: 10px;
	margin-bottom: 40px;
}
h1 a {
	color: #d93E02;
}
#path {
	margin-left: 10px;
	margin-right: 10px;
}
p {
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	margin-left: 10px;
	margin-right: 10px;
}
#navbar {
	position: absolute;
	top: 155px;
	left: 0px;
}
#navbar h2 {
	width: 99px;
	float: left;
	text-align: center;
	margin : 0px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.7em;
	background-image: url('img/nav1.jpg');
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	border-right: 1px #ffffff solid;
	border-left: none;
	padding: 0px;
}
#navbar h2 a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	width: 99px;
}
#navbar h2 a:hover {
	color: #ffcc33;
	background-image: url('img/nav2.jpg');
}
