﻿/* 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: 10px;
}
#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;
}
#left_col_h {
	position: absolute;
	width: 375px;
	left: 0px;
	top: 0px;
}
#right_col_h {
	position: relative;
	margin-left: 385px;
}
#left_col_h2 {
	position: relative;
	width: 375px;
}
#right_col_h2 {
	position: absolute;
	left: 385px;
	top: 0px;
}
#left_col_a {
	position: absolute;
	width: 312px;
	left: 0px;
	top: 0px;
}
#right_col_a {
	position: relative;
	margin-left: 322px;
}
#left_col_a2 {
	position: relative;
	width: 312px;
}
#right_col_a2 {
	position: absolute;
	left: 322px;
	top: 0px;
}
#left_col_f {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
}
#right_col_f {
	position: relative;
	margin-left: 160px;
}
#left_col_f2 {
	position: relative;
	width: 150px;
}
#right_col_f2 {
	position: absolute;
	left: 160px;
	top: 0px;
}
#left_col_o {
	position: absolute;
	width: 500px;
	left: 0px;
	top: 0px;
}
#right_col_o {
	position: relative;
	margin-left: 510px;
}
#left_col_o2 {
	position: relative;
	width: 500px;
}
#right_col_o2 {
	position: absolute;
	left: 510px;
	top: 0px;
}
#left_col_c {
	position: absolute;
	width: 450px;
	left: 0px;
	top: 0px;
}
#right_col_c {
	position: relative;
	margin-left: 460px;
}
#left_col_c2 {
	position: relative;
	width: 450px;
}
#right_col_c2 {
	position: absolute;
	left: 460px;
	top: 0px;
}
#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: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;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.h2-bg {
	background-image : url(01subh03.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;
}
.w375{
		width: 375px;
}
.tt{
	font-family:monospace;
}
.center{
	margin-right: auto;
	margin-left: auto;
}
.right{
	text-align:right;
}
.footer-link {
	background-color: #d2ffd2;
	text-align: center;
}
.center{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
