﻿@charset "utf-8";
/*----------------------------------------------------------------------
　共通　
------------------------------------------------------------------------*/

.title {
	width: 100%;
	height: 1.9em;
	line-height: 1.9;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #074e1a solid;
	display: block;
	background: #074e1a;
}
span.l {
	width: 100%;
	height: 1.9em;
	line-height: 1.9;
	padding-left: 5px;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
span.r {
	width: 100%;
	height: 1.9em;
	line-height: 1.9;
	padding-top: 3px;
	padding-right: 5px;
	color: #fff;
	font-size: 85%;
	text-align: right;
}
.block {
	float: left;
	width: 48%;
	min-height: 20em;
	height: 20em;
	height: auto !important;
	margin-right: 0.9%;
	margin-left: 0.9%;
	font-size: 10.6pt;
	display: block;
}
.ie6 .block {
	margin-right: 0.7%;
	margin-left: 0.7%;
}
table td {
	width: 50%;
	border: none;
}
table td p,table td ul {
	font-size: 93%;
}
table td p,table td li {
	line-height: 1.5 !important;
}
table td p {
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 1em !important;
	margin: 0 !important;
}
table td ul {
	margin: 5px 0 5px 20px;
}
table td ol {
	margin-top: 0;
	margin-bottom: 0;
}
