@charset "UTF-8";

/* Use Only List Design Check */
#tn_list_body {
	backgroud: #fff;
	margin: 0;
	padding: 0;
	}
/* End */

#tn_page_body {
	backgroud: #fff;
	margin: 0;
	padding: 0;
	font-size: 75%;
	}

.tn_table {
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
	}
.tn_table * {
	margin: 0;
	padding: 0;
	}
.tn_table tr td {
	padding: 10px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
.tn_page {
	}
.tn_page h2 {
	padding:18px;
	margin: 0 0 30px 0;
	background:url(../../images/ft_bg.gif) 0 0 repeat-y;
	color: #333;
	font-size:115%;
	}
.tn_page .tn_date {
	text-align: right;
	margin: .5em 1em;
	}
.tn_page .tn_content {
	margin: 1.5em;
	border: 1px solid #aaa;
	padding: 2em;
	line-height:1.8;
	font-size:110%;
	}

.tn_close{
	text-align: center;
	margin:0 auto;
}	
	
.tn_close button{
	text-align: center;
	font-size: 1.2em;
	border-style: none;
	padding: 10px 40px;
	background-color: #568f5a;
	color: #fff;
	border:solid 1px #2f7133;
	cursor: pointer;
	}

.tn_close button:hover {
	background-color:#64b19f;
	border:solid 1px #64b19f;
}	
	
.tn_page img, .tn_table img {
	-ms-interpolation-mode: bicubic;
	}






table.tn_table {margin:0;
	background:none;
	width:390px;

}
table.tn_table td{
	border:none;
	padding:20px 5px 17px 0;
	font-size:79%;
	border-bottom:solid 1px #b8dbd3;
}

table.tn_table .tn_date{
	width:15%;
	color:#555;
	padding:0 20px 0 5px;
	}


table.tn_table a:link{color:#589d5a; text-decoration:none;}
table.tn_table a:visited{color:#71c3bb; text-decoration:none;} 
table.tn_table a:hover{color: #1b856e; text-decoration:underline;}
table.tn_table a:active{color: #71c3bb; text-decoration:none;} 