﻿/* CSS レイアウト */
#masthead {
	position: relative;
	width: 760px;
}
#container {
	position: relative;
	width: 760px;
	margin-top: 20px;
}
#left_col {
	position: absolute;
	width: 312px;
	left: 0px;
	top: 0px;
}
#right_col {
	position: relative;
	margin-left: 322px;
}
#left_col2 {
	position: relative;
	width: 312px;
}
#right_col2 {
	position: absolute;
	left: 322px;
	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_te {
	position: absolute;
	width: 489px;
	left: 0px;
	top: 0px;
}
#right_col_te {
	position: relative;
	margin-left: 499px;
}
#left_col_rg {
	position: absolute;
	width: 350px;
	left: 0px;
	top: 0px;
}
#right_col_rg {
	position: relative;
	margin-left: 360px;
}
#left_top2 {
	position: relative;
	width: 438px;
}
#right_top2 {
	position: absolute;
	left: 448px;
	top: 0px;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 20px;
}
body {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 2px;
	background-color: #e6f5bf;
	color: #608558;
	font-size: 95%;
}
img {
	border:0px;
}
h1 {
	color:olive;
}
h2 {
	color:olive;
	padding-top: 2px;
	padding-left: 4px;
}
h3 {
	color:olive;
}
a:link {
	color: #3399ff;
}
a:visited {
	color: #3399ff;
}
a:hover {
	color: #ff00ff;
}
.h1-bg {
	background-image : url(01subh03r.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.h2-bg {
	background-image : url(01subh03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
.hrcolor {
	color: #8000FF;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.large {
	font-size:large;
}
.x-large {
	font-size:x-large;
}
.bold1 {
	font-weight: bold;
	color: #8080FF;
}
.bold2 {
	font-weight: bold;
	color: #ff00ff;
}
.bold3 {
	font-weight: bold;
	color: #cccc00;
}
.font1b {
	color: #0000ff;
}
.font2 {
	color: #ff00ff;
}
.font4 {
	color: #ff0000;
}
.bsmall1 {
	font-weight: bold;
	font-size: small;
	color: #8080ff;
}
.top_img {
	margin-top: 0px;
	margin-bottom: 3px;
}
.w312{
		width: 312px;
}
.w375{
		width: 375px;
}
.w438{
		width: 438px;
}
.tt{
	font-family:monospace;
}
.center{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}