@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: .3em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.tn_page {
	}
.tn_page h2 {
	font-size: 2em;
	padding: .5em 1em;
	margin: 0;
	background: #fff url(../images/page_head.gif) repeat-x top;
	color: #000;
	}
.tn_page .tn_date {
	text-align: right;
	margin: .5em 1em;
	}
.tn_page .tn_content {
	margin: 1em;
	border: 1px solid #ccc;
	padding: 1.5em;
	}
.tn_close {
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 1em;
	}
.tn_page img, .tn_table img {
	-ms-interpolation-mode: bicubic;
	}

#tiny{
	width:750px;
	height:130px;
	margin:0 0 0 10px;
	overflow:auto;
	font-size:13px;
}
#tiny table { border: none;}
#tiny table td { border: none;}

#tiny table th,
#tiny table td {padding: 4px 5px 4px 15px; vertical-align:top; }

#tiny table {
    border-collapse: collapse;
    font-size: 108%;
    color: #333;
    }

#tiny table th {
    background: #A7B63A;
    color: #fff;
    }
/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */