﻿/* CSS レイアウト */
#masthead {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#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;
}
#page_content {
	margin-right: 200px;
	font-size: 80%;
}
#page_content2 {
	font-size: 80%;
}
#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 80%;
	margin-left: 50px;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	font-size: 80%;
	margin-top: 20px;
}
body {
	margin-top: 2px;
	background-color: #e6f5bf;
	color: #608558;
	font-size: 95%;
}
img {
	border:0px;
}
h1 {
	color: #608558;
	font-size: 140%;
}
h2 {
	color: #608558;
	font-size: 130%;
	padding-top: 2px;
	padding-left: 4px;
}
h3 {
	color: #608558;
	font-size: 120%;
	padding-top: 2px;
	padding-left: 4px;
}
a:link {
	color: #3399ff;
}
a:visited {
	color: #3399ff;
}
a:hover {
	color: #ff00ff;
}
.xx-large {
	font-size: xx-large;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.title-reft {
	background-color: #99b979;
	text-align: center;
}
.footer-link {
	background-color: #d2ffd2;
	text-align: center;
}
.h2-bg {
	background-image : url(../01subh03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.tt{
	font-family:monospace;
}
.w105{
	width:105px;
}

