﻿/* CSS レイアウト */
#masthead {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#top_nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
	margin-top: 20px;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 20px;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	font-size: 80%;
	margin-top: 20px;
}
#left_col {
	position: absolute;
	width: 250px;
	left: 0px;
	top: 0px;
}
#right_col {
	position: relative;
	margin-left: 260px;
}
#left_col2 {
	position: relative;
	width: 250px;
}
#right_col2 {
	position: absolute;
	left: 260px;
	top: 0px;
}
body {
	margin-top: 2px;
	background-color: #e6f5bf;
	color: #608558;
	font-size: 95%;
}
img {
	border:0px;
}
h1 {
	color: #FF00FF;
	font-size: 160%;
}
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;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.h1-bg {
	margin-top:12px;
	margin-left:100px;
	position:absolute;
}
.h2-bg {
	background-image : url(01subh03l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.hrcolor {
	color: #8000FF;
}
.bold1 {
	font-weight: bold;
	color: #8080FF;
}
.bold2 {
	font-weight: bold;
	color: #ff00ff;
}
.bold3 {
	font-weight: bold;
	color:olive;
}
.font1 {
	color: #0000ff;
}
.font2 {
	color: #ff00ff;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.bsmall1 {
	font-weight: bold;
	font-size: small;
	color: #8080ff;
}
.tt{
	font-family:monospace;
}
.center{
	margin-right: auto;
	margin-left: auto;
}
.right{
	text-align:right;
}
.footer-link {
	background-color: #d2ffd2;
	text-align: center;
}