﻿@charset "utf-8";
/*******************************/
/* 種まき紹介テーブル          */
/*******************************/
.table_introduction{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width:  auto;
	height: auto;
	border: 0;

	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align:top;

	background-color: #FFFFFF;
}

/* 基本となる td */
.table_introduction td{
	text-align: left;
	vertical-align:top;
}

/* 種まき紹介テーブルヘッダー th */
.table_introduction th{
	font-weight: bold;
	color: #FFFFFF;
	height:auto;
	text-align: center;
	vertical-align:middle;
	background-color: #C0C0C0;
}

/* 幅120 td */
.table_introduction td.width_120{
	width: 120px;
}

/* 種まき紹介テーブル p */
.table_introduction p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #808080;

	background-color: #FFFFFF;
}

/* 文字カラー（薄い緑） span */
.table_introduction span.diamondmark{
	color: #66FF99;
}

/* 文字カラー（濃い緑） span */
.table_introduction span.subtitle{
	color: #008080;
}

/* 太字 span */
.table_introduction span.f_bold{
	font-weight: bold;
}

/* フォントサイズ 12 span */
.table_introduction span.f_size12{
	font-size: 12pt;
}

