@charset "UTF-8";

/* =============== table =============== */

#contentsArea table 
	{
	margin: 0 0 24px;
	}

/*\*/
#contentsArea .standardTable,
#contentsArea .simpleTable,
#contentsArea .newsTable
	{
	border-right: 1px solid #fff;
	}
/**/

@media All{
	#contentsArea .standardTable,
	#contentsArea .simpleTable,
	#contentsArea .newsTable
		{
		border-right: none;
		}
}

.standardTable table
	{
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-collapse: collapse;
	}

.standardTable th,
.standardTable td
	{
	padding: 4px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	vertical-align: top;
	}

.standardTable th
	{
	width: 157px;
	background-color: #f7fed3;
	}

.standardTable th.head
	{
	background-color: #fff;
	}

.standardTable thead th
	{
	width: auto;
	background-color: #eafab9;
	}

.standardTable th.center,
.standardTable td.center
	{
	text-align: center;
	}

.standardTable th.right,
.standardTable td.right
	{
	text-align: right;
	}

.simpleTable th
	{
	width: 146px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ffc336;
	}
	
.simpleTable th,
.simpleTable td
	{
	text-align: left;
	vertical-align: top;
	}

.newsTable table
	{
	border-top: 1px solid #d9d9d9;
	}

.newsTable th
	{
	width: 156px;
	padding-right: 12px;
	}

.newsTable th,
.newsTable td
	{
	padding: 4px;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	vertical-align: top;
	}

.newsTable a.link
	{
	display: block;
	padding: 0 0 0 10px;
	background: url(../img/icon_tra_01.gif) no-repeat;
	}

.newsTable a.link:link,
.newsTable a.link:visited
	{
	background-position: 0 0.35em;
	}

.newsTable a.link:hover
	{
	background-position: -2041px 0.35em;
	}

.newsTable a.link:active
	{
	background-position: 0 0.35em;
	}

