.info {
    font-size: 11px;
	}
table#info{
	background-color:#FFFFFF;
	}
	
table#info th{
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #71b92b;
	width: 310px;
	height: 10px;
	text-align: left;
	vertical-align: bottom;
	}
table#info td{
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	vertical-align: middle;
	color: #666666;
	width: 332px;
	height: 20px;
	text-align: left;
	}
/* リンク
---------------------------------------------------- */
a:link {
    color: #666;
    background: transparent;
}
a:visited {
    color: #666;
    background: transparent;
}
a:hover, a:active {
	color: #666;
	background: transparent;
}
a {
    text-decoration: none;
}
/*table#info td{
  border-bottom:1px solid #005da2;
	}*/
