@charset "UTF-8";

@import url(common.css);
@import url(dropdownmenu.css);

#content 	{ text-align: left; }

#left-margin	{ padding-left: 1em; }

.list	{ margin-left: 1em; border-collapse: collapse; }

.list th	{ font-weight: normal; text-align: center; }

.list th, .list td	{
	padding: 2px;
	font-size: 0.9em;
	border: 1px solid #999; }

.list_outer	{ border-collapse: collapse; }
.list_outer th, .list_outer td	{ padding: 2px; border: 1px solid #999; }
.list_outer th.top, .list_outer th.left	{ font-weight: normal; }
.list_outer th.top	{ text-align: center; }
.list_outer th.left	{ text-align: left; }

.list_inner	{
	width :100%;
	border-collapse: collapse;
	border: 1px solid #FFF; }

.list_inner td	{
	padding-left: 1.1em;
	text-indent: -0.9em;
	font-size: 0.9em;
	border: 1px dotted #999; }

.list_inner .tx	{ width: 90%; }
.list_inner .ty	{ width: 10%; }

dl	{ margin: 0.5em 0px; }

dt	{
	margin-top: 5px;
	font-size: 0.9em;
	font-weight: bold; }

dd	{ margin-left: 1em; font-size: 0.9em; }

.clear	{ clear: left; }

.m_top	{ margin-top: 1em; }

.type0	{ font-size: 0.9em; }

.type1	{ font-size: 0.9em; text-indent: 1em; }

.type2	{ padding-left: 1em; font-size: 0.9em; }