*/	ts_layout.css	*/
*{
margin:	0;
padding:	0;
}
body	{
	background-color:	#ffd700;
}
#issue_container	{
	padding: 6px;
	background-color: #ffd700;
	}
#core_container	{
	width: 1000px;
	}
#row_container	{
	width: 1000px;
	}
#kernel_container	{
	float:	left;
	width: 792px;
	}

#topics	{
	width:	200px;
	padding:	3px;
	float:	left;
	font-size:	12px;
	line-height:	1.2em;
	background-color: #000000;
	}

#contents	{
	width:	570px;
	padding:	3px;
	float:	right;
	background-color: #ffd700;
	font-size:	12px;
	line-height:	1.2em;
	}



#contents	td	a:link	{color:#0000cc;}
#contents	td	a:hover	{color:#cc0000;background:#cccc0c;}
#contents	td	a:active	{color:#cc0000;background:#cccc0c;}
#contents	td	a:visited	{color:#cc0000;}



#contents_2d	{
	width:	700px;
	float:	left;
	background-color: #fff8dc;
	font-size:	12px;
	line-height:	1.5em;
	}




#contents_2d	td	a:link	{color:#0000cc;}
#contents_2d	td	a:hover	{color:#cc0000;background:#cccc0c;}
#contents_2d	td	a:active	{color:#cc0000;background:#cccc0c;}
#contents_2d	td	a:visited	{color:#cc0000;}




#list	{
	width:	470px;
	padding:	3px;
	font-size:	12px;
	line-height:	1.5em;
	}


#list	th	{
	width:	190px;
	vertical-align:	top;
	text-align:	left;
	color:	#0033ff;
	border-style:	solid none none none;
	border-width:	1px;
	}


#list	td	{
	color:	#000000;
	vertical-align:	top;
	border-style:	solid none none none;
	border-width:	1px;
	}


#list_2d	{
	width:	700px;
	padding:	3px;
	font-size:	12px;
	line-height:	1.5em;
	}


#list_2d	th	{
	width:	200px;
	vertical-align:	top;
	text-align:	left;
	color:	#0033ff;
	border-style:	solid none none none;
	border-width:	1px;
	}


#list_2d	td	{
	color:	#000000;
	vertical-align:	top;
	border-style:	solid none none none;
	border-width:	1px;
	}



#links	{
margin:	0;
padding:	0;
	float: right;
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	width:	200px;
	font-size:	12px;
	background-color: #ffd700;
	}


#header	{
	clear: both;
	background-color:	#ffd700;
	/* background-image:	url(https://l-h.co.jp/bg/common.jpg); */
	font-size:	12px;
	line-height:	1.2em;
	width:	1000px;
}

#navigator	{
	clear: both;
	width:	1000px;
}


#footer	{
	clear: both;
	background-color: #666666;
	background-position:	left	top;
	background-repeat:	repeat-x;
	font-size:	10px;
	width:	1000px;
}