﻿/* CSS レイアウト */
#top_nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
	margin-top: 20px;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 20px;
}
body {
	margin-top: 2px;
	background-color: #e6f5bf;
	color: #608558;
	font-size: 95%;
}
h1 {
	color:olive;
	font-size: 140%;
}
h2 {
	color:olive;
	font-size: 130%;
	padding-top: 2px;
	padding-left: 4px;
}
h3 {
	color:olive;
	font-size: 120%;
}
a:link {
	color: #3399ff;
}
a:visited {
	color: #3399ff;
}
a:hover {
	color: #ff00ff;
}
.h2-bg {
	background-image : url(01subh03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
